As of Karmic, a bug in System Settings -> Display prevents users from managing an extended desktop from Kubuntu unless proprietary drivers are used. This will be fixed in Lucid (10.04), but for now, suffer no more, I found a workaround in the Launchpad bug report for this (see below). Here is my version:
1. Open konsole from the menu and type
2. Test it (from konsole)
3. If it works, add it to the KMenu (see screenshot below). Right click on it, choose Menu Editor, and add an Item in the System section (remember to save it). That's it.
Thanks to Vu Ngoc San for proposing this workaround in Launchpad
https://bugs.launchpad.net/ubuntu/+s...ce/+bug/403610
In the same bug report, Jan Schneider proposed using ARandR (I haven't tried that).
Enjoy!
1. Open konsole from the menu and type
Code:
sudo apt-get install --no-install-recommends gnome-control-center
Code:
gnome-settings-daemon && gnome-display-properties
Thanks to Vu Ngoc San for proposing this workaround in Launchpad
https://bugs.launchpad.net/ubuntu/+s...ce/+bug/403610
In the same bug report, Jan Schneider proposed using ARandR (I haven't tried that).
Enjoy!
Comment