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

    • If you can't spell a simple word that 2nd graders learn, your entire argument is suspect.
    • And here goes the "Won't someone think of the children" brigade. Get stuffed mate. This has NOTHING to do with making the internet safe. It's about tracking adults, spying on your online activity, and sending the boys around when they don't like something you post. Also, again, parliament have voted TWICE against this, and Starmer is going ahead anyway. THAT is anti-democratic bullsh**. They will use this law to track you, they will use this law to control you, and they will use this law to punish you if they don't like what you do, even if it's legal. And your data? Say bye bye to that. It'll be on the darkweb in weeks. I'm not some rando online. I've been an IT professional for 40 years, many of it in security. I know exactly what this means and what will happen to your data. I do not consent and I will not comply.
    • "...but it may not be Microsoft's fault" seems like a reasonable way to tease what is going on without leaving the user with a false impression that an update is the problem. A title isn't a summery, it is meant to entice the user to read the article. It should not contain a misleading premise; which this title does not. You could maybe complain that the first paragraph should have included that detail. The writing style popularized over 100 years ago in newspapers will cover the most important information as soon as possible with details and nuance added later; the idea being that with each new paragraph you have less of the reader's focus.
    • Samsung Galaxy XR arrives in the UK with new AI and enterprise features by Fiza Ali Samsung is bringing its Galaxy XR headset to the UK several months after the device made its debut as the first headset built on Google's Android XR platform. The headset was first teased in late 2024 alongside Google's introduction of Android XR before making its commercial debut in 2025. Developed in collaboration with Google and Qualcomm, Galaxy XR combines mixed reality experiences with Gemini-powered AI features, allowing users to interact with digital content using voice, gestures, and visual inputs. While the hardware itself remains largely unchanged from the version Samsung unveiled last year, the company is using the UK launch to spotlight several software enhancements that have arrived through recent updates. Among the most notable additions is deeper integration with Google's ecosystem. Galaxy XR users can explore destinations through Google Maps' Immersive View, receiving AI-powered recommendations and contextual information from Gemini while navigating virtual environments. Furthermore, entertainment experiences have also expanded; users can watch 180-degree and 360-degree videos on YouTube, browse spatial content converted into 3D, and ask Gemini questions about on-screen content without interrupting playback. Samsung is also highlighting mixed-reality features such as Circle to Search, which allows users to identify real-world objects through hand gestures while using the headset's video pass-through mode. Another feature automatically converts photos and videos into spatial 3D experiences. Moreover, the headset now also supports Android Enterprise, allowing organisations to manage deployments using existing Android management tools. Annika Bizon, Vice President, Product and Marketing, Mobile Experience, Samsung UK & Ireland, talked about the device, stating: The headset is powered by Qualcomm's Snapdragon XR2+ Gen 2 platform and features dual 4K Micro-OLED displays. The tech giant says that users can expect up to 2.5 hours of battery life. Samsung also confirmed that Galaxy XR will continue receiving software and security updates as the company works alongside Google and Qualcomm to expand the Android XR ecosystem. Galaxy XR is now available for pre-order and will go on sale on 8 July. Customers interested in trying the headset before launch can visit Samsung KX in London and selected Samsung Experience Stores from 17 June. Finally, the company will also host a livestream on 19 June showcasing the headset's capabilities and answering questions from prospective customers.
  • Recent Achievements

    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      95
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!