Ubuntu 13.04 'Raring Ringtail' released


Recommended Posts

IMO, the *buntu's are still very buggy and slow compared to other distros of Linux. However, when I used the 13.04 daily builds, is was a LOT better than previous versions. I too had the NVIDIA driver issues and had to reboot into text mode and delete my xorg.conf or something like that to fix it.

Ubuntu is a generic OS that will run on all kinds of PC hardware from old to new and has drivers for literally everything built in. It's not meant to be a fast OS, it's meant to be a compatible OS, if you want a fast linux, look at arch or slackware or if you want to run with minimal overhead and have a huge experience of GNU/linux and how to configure it, look at gentoo.

boot speed has never been a linux forte.

Really? After bios has loaded it takes about 3 seconds to get to my SLIM login screen here on arch...

Ubuntu is a generic OS that will run on all kinds of PC hardware from old to new a

Really? After bios has loaded it takes about 3 seconds to get to my SLIM login screen here on arch...

and a custom arch with no graphical eye candy or user friendly tools or anything but the bare essentials loaded is relevant how ?

I've been running 13.04 for a few weeks already (although with Gnome Shell instead of Unity) and so far it's being a nice release.

A bit OT but even though I don't like some (or lots) of Gnome's design decisions, 3.8 is definitely a lot more smooth and polished than previous versions.

The above, and Ubuntu is quite slow relative to other *nix systems.

It's got a lot more user friendly stuff, and this tends to take up CPU time and memory >.<

Besides having more services running by default than many other distros, I think that Ubuntu's use of Upstart in lieu of the venerable SysVInit or the (relatively) new Systemd somewhat limits its boot speed. Canonical had the best of intentions with Upstart - which ironically focused on increasing boot speed - but (upstream) Debian tends to boot significantly faster with SysVInit, not to mention the additional speed it gains using the Systemd packages currently in Sid.

Okay, so I am one of those that absolutely requires hiding the launcher as I feel it wastes real estate (especially on a laptop). However, the auto-hide function in Unity Tweak Tool does not seem to work well. For instance, if I minimize an application, then I will be able to reveal the launcher when I mouse-over it. But if I have an application like Firefox open fullscreen, it will not reveal the launcher if I hover over the left side. Is there some better option than this?

Thanks in advance.

Kubuntu is very nice! It's alot snappier and polished than Unity, IMO. Just be prepared to go thru the settings and tweak it to your needs. :)

Yeah, the latest KDE releases have been very good. I was surprised how snappy it is these days. I'm waiting on this to be fixed before I really consider switching to KDE though: https://bugs.kde.org...g.cgi?id=307965

Nothing more annoying than seeing tearing when watching fullscreen video. I thought I might be able to get around it by setting a window rule in kwin to totally suspend compositing when smplayer was open (which is an awesome feature BTW :D) and using opengl output in mplayer. it worked for some videos but still got tearing in others. Oh well, at least the next KDE release will finally have a fix :)

Yeah, the latest KDE releases have been very good. I was surprised how snappy it is these days. I'm waiting on this to be fixed before I really consider switching to KDE though: https://bugs.kde.org...g.cgi?id=307965

Nothing more annoying than seeing tearing when watching fullscreen video. I thought I might be able to get around it by setting a window rule in kwin to totally suspend compositing when smplayer was open (which is an awesome feature BTW :D) and using opengl output in mplayer. it worked for some videos but still got tearing in others. Oh well, at least the next KDE release will finally have a fix :)

I experienced the tearing you are talking about on OpenSUSE. I hope they fix that soon too. :)

installed this when it hit beta, dash is a lot faster and things are waay more polished. Drivers are still iffy for my 5870, and if I can find anything comparable to MSI afterburner, that would be even better! Best release in my opinion to date from the ubuntu team.

I'm getting better performance with my Radeon HD6870.

That is awesome!! That seems to be where I am hearing most..

I never had any issues with my 12.10? apart from a usb transfering issue ...

Consider yourself very lucky sir ;)

No HDMI audio (nVidia) since upgrading from 12.10, not sure if its an OS or nVidia issue.

If I had to suspect something, it would definitely be the NVIDIA graphics driver. Unfortunately proprietary graphics drivers tend to have nasty kludges because they can't use some of the kernel's internal interfaces like their open-source counterparts due to licensing restrictions (of GPLv2). Upgrade procedures between versions of these drivers tend to be poorly tested and often break during distribution upgrades. That is one of the reasons why I prefer to use open-source graphics drivers.

Unfortunately the AMD and NVIDIA open-source graphics drivers currently lag behind their proprietary counterparts (although the AMD open-source drivers are rapidly improving). Although I try to avoid anything other than AMD and Intel graphics cards because their open-source drivers are very good, my current laptop has an NVIDIA graphics card. Nouveau is definitely serviceable, but I would really like to use HDMI audio (and maybe get better framerates in Minecraft, TF2, and Xonotic). I feel your pain.

Did you perform an in-place upgrade from 12.10 or did you upgrade by reinstalling with 13.04? If your answer is the former, then it's possible that your Pulse Audio configuration didn't get migrated properly. You could try rebuilding it or purging and reinstalling the NVIDIA driver. If you chose the latter route, then you might need to install the proprietary NVIDIA graphics driver. Unfortunately Nouveau doesn't support HDMI audio yet (among a great many other things), so going proprietary is the only way to get that functionality.

Thanks for the advice, I did an in place upgrade from 12.10. But as my Ubuntu is on a separate drive and I only use it as a backup OS I might do a clean install, install the latest Nvidia driver and see if that sorts it out.

boot speed has never been a linux forte.

really? i dont get why people say this lol my ubuntu loads fast as hell! (intel pentium and 6gbs ram) it had booted into login before I could even open the disc tray to put in a boot CD... then loging in only takes a few seconds

Yeah, distros that use systemd or upstart can boot quite fast. Boot speed for modern distros has been excellent for me.

The experimental Debian packages for Systemd (in Sid) delivered a significant boot speed improvement on my test system. However, Debian Wheezy still boots faster using SysVInit than Ubuntu 12.04 does using Upstart on the same system. I know that Upstart is supposed to be an improvement over SysVInit, but in retrospect I don't think it actually succeeded. It's certainly usable, but it also doesn't seem to deliver the purported boot speed improvements like Systemd does.

The experimental Debian packages for Systemd (in Sid) delivered a significant boot speed improvement on my test system. However, Debian Wheezy still boots faster using SysVInit than Ubuntu 12.04 does using Upstart on the same system. I know that Upstart is supposed to be an improvement over SysVInit, but in retrospect I don't think it actually succeeded. It's certainly usable, but it also doesn't seem to deliver the purported boot speed improvements like Systemd does.

Thats probably more to do with debian being lighter-weight than ubuntu than sysvinit vs upstart. Ubuntu starts a lot more services and such, whereas debian has a more minimalistic approach.

I would agree that systemd improves boot speeds better than upstart though, its got a more modern design and better parallelization (socket based vs event based). But I'd also say upstart > sysvinit too.

Thats probably more to do with debian being lighter-weight than ubuntu than sysvinit vs upstart. Ubuntu starts a lot more services and such, whereas debian has a more minimalistic approach.

I kinda suspected that. I haven't tried removing services or building out a minimal install because I have no interest in running Ubuntu full time; I just like to keep up with its development and try new releases because it is very popular and closely related to the distro I contribute to most heavily.

I would agree that systemd improves boot speeds better than upstart though, its got a more modern design and better parallelization (socket based vs event based). But I'd also say upstart > sysvinit too.

That's interesting. Why would you say that? All throughout the SysVInit vs. Systemd debate in Debian and elsewhere I have not heard anyone offer an argument (not to mention a convincing argument) that Upstart is superior to Systemd. The best justification of Upstart I have heard yet is that it preceded Systemd, so Upstart is justified being in a less advanced state. Even then I have not heard an argument for its adoption outside of Ubuntu, although some argue that it is acceptable for Ubuntu to stick with it by virtue of the fact that it is already in place and migration would be an unnecessary hassle.

This topic is now closed to further replies.
  • Posts

    • Subscription upon subscription... That old Xzibit Pimp my ride meme comes to mind
    • EA reached out to our reporter that mainly does gaming content and reviewed loads of other games, why would this be shocking to anyone? I admit maybe we were considered this time around because of the extra coverage UFC was getting and they wanted a broader audience for this release? IDK. I can tell you that we aren't paid to do the reviews, the fun part of it is (mostly) being able to keep what we review and giving an honest opinion on what we're reviewing.
    • Save over $430 on Sterling Stock Picker (lifetime subscription) by Steven Parker Today's highlighted Neowin deal comes via our Apps + Software section of the Neowin Deals store, where you can save 88% off on a lifetime subscription to Sterling Stock Picker. Sterling Stock Picker (SSP) is an award-winning platform designed to make stock investing accessible to everyone, regardless of expertise. The software offers multiple methods to identify winning stocks that align with your personal values, investment preferences, and risk tolerance. By handling all the complex calculations, it allows you to focus on making informed investment decisions. The patent-pending North Star technology provides clear guidance on whether to buy, sell, hold, or avoid a particular stock. Ask Finley, your personal AI financial coach Finley is your personal AI financial coach providing real-time data access, strategic investment advice, risk assessment, and educational support to help you make informed decisions. Whether you're a seasoned investor or just starting, Finley is equipped to help you achieve your financial goals. Feel free to ask any questions about your portfolio or the stock market. PERSONALIZED FINANCIAL GUIDANCE Custom Recommendations: Get stock picks tailored to your risk tolerance, portfolio performance, and investment goals. Dynamic Insights: Access detailed financial, technical, earnings, growth, and risk analysis for smarter investing. ENHANCED PORTFOLIO MANAGEMENT Done-For-You Portfolio Builder: Easily construct a diversified portfolio based on your risk tolerance and investment goals. Analysis and Suggestions: Receive data-driven portfolio adjustments to optimize returns based on your risk acceptance score. Risk Assessment Overview: Understand your risk level and receive stock recommendations aligned with your investment strategy. STRATEGIC INVESTMENT ADVICE Stock Rockets: Discover top-performing companies with over 50% quarterly revenue growth and the highest North Star rankings. Concentrated Portfolio Strategy: Focus on high-potential stocks instead of broad diversification to maximize growth. Industry and Sector Insights: Stay ahead with detailed performance narratives and sector-specific trends. EDUCATIONAL SUPPORT & COMMUNITY Verbose Explanations: Break down complex financial concepts with in-depth explanations for beginners. Investment Strategies: Learn and apply various investment strategies with expert-backed insights. Community Chat Forum: Connect with fellow investors to share insights, ask questions, and discuss investment strategies. Build your Stock Portfolio in 3 easy steps! Discover Your Risk Tolerance: Take a quick 5-minute questionnaire to assess your ability to handle risk effortlessly. Search Stocks Aligned With Your Personal Values: Use an intuitive stock-picking interface to confidently find winning stocks. Build Your Portfolio: Utilize the Done-For-You Portfolio Builder to simplify investing and remove the guesswork. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: desktop or mobile Only available to new users Updates included A lifetime subscription to Sterling Stock Picker normally has a suggested price of $486, but you can pick it up for just $54.90 for a limited time - that represents a saving of $431.10 (88% off). For a full description, specs, and license info, click the link below. Sterling Stock Picker lifetime subscription for $54.90 (was $486) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      82
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!