On friday 23 june 2006 I decided to upgrade my kubuntu powered laptop (Acer Travelmate 4002WLMi) from Breezy (aka 5.10) to Dapper Drake (aka 6.06). Here is a list (under construction) of my experiences with the upgrade so far. The merits/blames are not all addressed to (k)ubuntu, some are related to the fact that the software is upgraded too (KDE 3.5.3 instead of 3.4 for example). Moreover, some things might be related to stupid faults/wrong expectations of my own.

All in all, I'm not so satisfied with this Ubuntu upgrade as I expected to be, after all those "Ubuntu Dapper is the best" vibes in the linux community.

The good experiences

  • The upgrade process itself was painless. I followed the upgrade guide from Ubuntu's documentation wiki (the way involving editing /etc/apt/sources.list, and running sudo apt-get update && sudo apt-get dist-upgrade) and everything went smooth. I was a bit scared about that because my upgrade from Hoary (5.04) to Breezy was a nightmare.
  • The booting to the login screen and the startup of KDE seem faster. Another nice thing is that the startup doesn't freezes for two minutes if there is no internet connection, like it was with Breezy.
  • Some power management stuff seems to work: I have an icon about the status of the battery. But see lower why I had to disable it.
  • The wirreless assistant is much better than the usability horror of kwifimanager I used under breezy.
  • The automatic available updates notification (or whatever it is called) is nice/handy

The bad experiences

  • The most irritating problem: from time to time some keystrokes don't get through. I did not accuratly measure it, but it's like every 20 or 30 keystrokes two or three are lost. It's an incredible irretating productivity killer (and an explanation of the possible typos in this post). This thread on the Ubuntu forums offers a solution by removing the smart battery kernel module:

    sudo rmmod acpi_sbs
    

    but now I don't see my battery status any more. - I don't understand why dapper's default kdm theme (that's the login screen) is so ugly (those colors, those wanabe rounded corners). I changed it back to the much better the from breezy. Not a big deal on itself, but nevertheless, it was a disappointing first graphical encounter with Dapper after all those command line cruft scrolling by. - Blender did not work properly: I could not select an object. Also, startup at the command line revealed some strange OpenGL warning messages like

    *********************************WARN_ONCE*********************************
    File r300_state.c function r300Enable line 456
    TODO - double side stencil !
    ***************************************************************************
    No ctx->FragmentProgram._Current!!
    

    This problem was solved by installing the binary driver for my video card (ATI mobility radeon 9700). But I had to revert this because the binary driver caused random lockup/freezes after logout, so I had to power down my computer the hard way.

  • The game engine of blender did not work, I got a segmentation fault instead. Based on this thread on blenderartists.org I used the following solution:

    cd /usr/lib
    sudo ln -s libGL.so.1.2 libGL.so
    
  • My KDE desktop was a bit messed up (mainly panel layout).

  • The appearance of GTK applications under KDE was messed up too. I had to fiddle with gtk-theme-switch2 to get some things right. Yet, the fonts in the menus and other interface elements of Firefox and Thunderbird are still to big to my taste. It was ok under Breezy.
  • The interface theme of OpenOffice.org looks so Windows 95 (which is a bad thing to me)
  • Flash stopped working in Firefox. Solved (thanks to this source) with
    sudo apt-get install flashplugin-nonfree
    sudo update-flashplugin