Gotchas, Bugs and their Fixes in Kubuntu Jaunty Jackalope (9.4)
Here are my experiences with the brand new Kubuntu Jaunty Jackalope. Of course there are some bugs to fix:
- Some parts of KDE aren’t repainted. This is a really annoying bug. I don’t know how to describe it so just take a look at the following screenshot:

KDE display bug
This bug is not really reproducable and I am not sure who to blame for this
but at least there is a bugfix: Just change the style from Oxygen to something else. I like QtCurve! - Make double screen work. Well, I am running an ATI graphics card here on my notebook with the radeon driver:
$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300]
Double screen works well if you add theVirtualentry to your xorg.conf:Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Virtual 3120 1050 EndSubSection EndSection. Just sum the widths of your screens as the first parameter and the height of your highest screen as the second one. After this you can move one screen next to the other with:
xrandr --output DVI-0 --right-of LVDS - Use auth_method: config with phpmyadmin: Entering this:
$cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'foobar';
in
/etc/phpmyadmin/config.inc.phpdoen’t work as it is ignored completely. I don’t know why, but when you enter$dbname='foo';
in
/etc/phpmyadmin/config-db.phpit works! - Make sure you check out my post Gotchas, Bugs and their Fixes in Kubuntu Hardy Heron (8.4) since some of the points mentioned there are still applicable!
Tags: configuration, fix