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 they ever come out and say the AI is no longer accessible to the gen pop people aren't going to know how to tie their own shoelaces.
    • It's hard not to when they are shoehorning Ai into EVERYTHING. Some are active users by choice, I bet a lot of them are because it's shoved in their face the entire time.
    • Thunderbird 152.0 by Razvan Serea Thunderbird is a free, open-source, cross-platform application for managing email and news feeds. It is a local (rather than a web-based) email application that is powerful yet easy-to-use. Thunderbird is clean and elegant by default, but easily customizable to match your workflow and visual preferences. It is loaded with unique and powerful features. Thunderbird is developed, tested, translated and supported by the folks at Mozilla Corporation and by a group of dedicated volunteers. Thunderbird gives you control and ownership over your email. There are lots of add-ons available for Thunderbird that enable you to extend and customize your email experience. Thunderbird gives you IMAP/POP support, a built-in RSS reader, support for HTML mail, powerful quick search, saved search folders, advanced message filtering, message grouping, labels, return receipts, smart address book LDAP address completion, import tools, and the ability to manage multiple e-mail and newsgroup accounts. Thunderbird 152.0 changelog: SecurityDevices enabled in enterprise policies One-click account setup for Thundermail accounts What’s Changed Use 'Add' instead of 'New' for account, calendar, address book creation buttons GMail OAuth updated to use PKCE Mail server hostname also checked when detecting address books and calendars Updated about:rights to replace local with hosted url 'Hide completed tasks' now also hides cancelled tasks What’s Fixed New mail alerts appeared on wrong monitor in three-monitor setup Spam messages triggered new mail notifications before being moved to Spam folder Filtered IMAP or NNTP subscriptions were lost after closing Subscribe dialog 'Download Headers' dialog for newsgroups failed to open Messages nested deeper than 255 levels disappeared from threading view Performing Delete followed by Undo on thread parent message could corrupt view Single messages still appeared collapsible after thread members were deleted Updated threads remained misordered until folder refresh or resort Non-threaded subject sorting separated 'RE:' replies from original messages BCC recipients were included in signed email headers Filter search on Body missed draft messages containing German umlauts Thunderbird could crash during local message search Blocked file warning showed without 'Unblock File' button in compose window Forwarding/Redirecting Exchange messages failed with NS_ERROR_OUT_OF_MEMORY Compose window closed early and send progress dialog hung after NNTP failure Compose window stayed open after sending when mailnews.sendInBackground set Microsoft OAuth2 failed when HTTPS localhost redirect was not intercepted Pasting contact photos stopped working when photo button had focus Filter dialog lacked focus ring and had poorly distinguishable buttons Subfolder kept stale accessibility unread count after unread messages were deleted 'Edit as New Message' and inline 'Forward' not possible with PGP-signed messages Various MIME improvements EWS messages could go missing from folder view IMAP "Show only subscribed folders" could not be changed without restart Unable to delete more than 1000 messages at a time on Microsoft 365 EWS folders in Trash were moved to Trash again instead of being hard deleted IMAP notifications repeated for emails read on another device after sleep wake POP3 deadlocked when server went silent without closing socket Calendar acceptance no longer distinguished between single occurrence and series Transparent popups on macOS made calendar event editing difficult Duplicate attendees were added to invitations instead of being filtered out Task percentage complete was not preserved separately from status in tooltips Visual and UX improvements Security fixes Download: Thunderbird 152.0 for Windows (EN/US) | 32-bit | ~70.0 MB (Open Source) Download: Thunderbird 152.0 for Mac OS (EN/US) | 145.0 MB Download: Thunderbird 152.0 in other languages View: Thunderbird Website | Screenshot | Release Notes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Nearly half of American adults now use AI, but concerns are also growing by Hamid Ganji Since the launch of ChatGPT in 2022, the way people research, get their news, and perform routine tasks has changed dramatically. Now, almost everything around us has a touch of AI, and companies are trying to embed it into nearly every product and service they offer. With that in mind, new research shows how Americans are actually adopting this change and using AI in their everyday lives. According to new research conducted by the Pew Research Center, 49% of American adults now use AI chatbots like ChatGPT or Gemini. This marks a significant increase over last year, when only 33% of American adults reported using AI. Additionally, four in ten U.S. adults (42%) said they use AI tools to research information, while 38% said they use these tools to handle tasks at work. Entertainment, image and video editing, and getting medical advice are among the other ways Americans are using AI. Moreover, ChatGPT dominates the U.S. AI market, with 44% of respondents saying they use OpenAI's chatbot. Gemini follows at 24%, while Copilot and Meta AI account for 17% and 14%, respectively. Respondents also said that AI chatbots generally have a positive impact on their productivity and how informed they are. But when it comes to AI’s impact on society, Americans remain largely skeptical. About 40% of American adults believe AI will be more harmful than beneficial to society over the next 20 years. Additionally, 31% expect AI to have a negative effect on them personally. Another 31% of respondents say AI could be equally positive and negative. As for data security, pessimism remains high: 71% of respondents say AI will make their personal information less secure, while only 3% believe it will make their data more secure. American adults also largely lack confidence in both the government and AI companies when it comes to regulating and developing AI. About 67% of Americans have little to no confidence in the U.S. government’s ability to regulate AI effectively. Six in ten adults are also not confident that U.S. companies will develop and use these tools responsibly.
    • MultiOS-USB 0.11.1 by Razvan Serea MultiOS-USB is a versatile, open-source utility designed to create multiboot USB drives capable of hosting multiple operating systems on a single portable device. The project simplifies the process of building a bootable USB by automating the configuration of various boot loaders and file systems, enabling users to install and run diverse operating systems, including Windows, Linux distributions, and diagnostic tools, directly from one drive. It supports ISO booting and persistence, which allows changes made during live sessions to be retained, making it ideal for testing, troubleshooting, or system recovery. Features: BIOS and UEFI support Secure Boot support (boot, manage uefi keys) Load UEFI drivers Launch .efi executables and other boot loaders Boot Linux from .iso images Boot WinPE from bootable .wim images Boot Windows 10/11 installer from ISO (currently, SB must be disabled during installation) Boot Linux installer from network (experimental) Boot locally installed systems: Linux, Windows Automatically update configuration files Without background services exFAT file system support Automatic detection of compatible ISO images (GRUB loopback) Support for systems without loopback support Allows customisation of ISO boot menu (for example: custom kernel options) Support for USB, SSD, nvme, mmcblk, loop, nbd and virtual disks Support for x86, x86_64 A list of tested ISO images can be found here MultiOS-USB 0.11.1 changelog: 68122b7: Fixed-release AUR package #63 fba0283: Update shim to 16.1 8c2ae95: Update grub to v2.14-1 ea15c1d: Update Memtest86+ to v8.10 162f4e6: Add secureblue (#71) b2da8ae: Add AerynOS (#74) ac6640e: Bump config.version 34e9ca6: Add Bluefin (#72) 7a10edd: Add Aurora (#66) cab701b: Update wimboot to v2.9.0-1 90da7f7: Fix Windows error: 0x80070001 - 0x4002F (#52) 2dea73d: Add Microsoft certificates 01f479e: Remove old efi_uga module Download: MultiOS-USB 0.11.1 | 5.3 MB (Open Source) View: MultiOS-USB Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • 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
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      76
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!