Archive for the ‘KDE’ Category

Gotchas, Bugs and their Fixes in Kubuntu Jaunty Jackalope (9.4)

Wednesday, April 29th, 2009

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

    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 the Virtual entry 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.php doen’t work as it is ignored completely. I don’t know why, but when you enter

    $dbname='foo';

    in /etc/phpmyadmin/config-db.php it 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!

Gotchas, Bugs and their Fixes in Kubuntu Hardy Heron (8.4)

Wednesday, April 30th, 2008

Two weeks I installed the brand new Kubuntu Hardy Heron. I found some Bugs and their fixes I want to share:

  • Using an ATI graphics card the X server crashes after logout of KDE, a black screen is all that remains. All you can do now is strg+alt+del: I found the bugfix in launchpad, nice way!
  • Well, the next bug is not new to hardy heron, but at least very annoying. Having some samba filesystem mounted the reboot/ shutdown process lasts longer as expected. When you disable the splash screen you can read the message CIFS VFS: no response for cmd 50.... I found the solution here: Unmount Samba filesystems before shutdown or reboot.
  • Firebug eats the processor: Just install the package firebug instead of the addon: sudo aptitude install firebug
  • If you want to use Firefox 3 as your browser, install gtk2-engines-qtcurve, go to System Settings/ Appearance/ GTK Styles and fonts and set Use another style: QtCurve, to eliminate the checkbox and radiobox rendering issue.
  • Sending files from your Nokia phone to the pc doesn’t work: Just downgrade the bluez-utils package to fix this.