A known bug in KDE4 seems to be that does not handle dual screens properly.
https://bugs.launchpad.net/ubuntu/+s...ta/+bug/211682
I have Kubuntu Gutsy kde4 installed to an external USB drive on my Asus EEEPC, and only use the external drive when I am using my significantly larger monitor. In other words, I don't see myself needing to use the KDE4 if the pc is is detached from the USB.
Hardy does the same thing... FYI, and this does NOT happen if I choose kde3 for my desktop.
I has thought about putting it in /.kde4/Autostart but those things start AFTER the desktop loads... or they seem to.
I am looking to run a script that runs an xrandr bash file I created that shuts off the internal screen as soon as I login.
I have the script, and it works fine if I call it and the internal display shuts off so I and was thinking if I had it shut off before the desktop loads but after X starts... it might configure properly.
Scripts that run as soon as I log in where I might call another script rc.local runs before X... or so it seems.
I can do a cp filename.bak and restore it from the command line in the event I can't get something to work so I am willing to experiment.
I thought by having x ignore the internal screen in xorg.conf, it would not use it... but this does not seem to work and it it is up and running with my desktop.
Relevant part of xorg.conf
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-VGA" "SyncMaster"
Option "monitor-TV" "TV"
Option "monitor-LVCD" "LVCD"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV"
Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "LVCD"
Option "DPMS"
Option "Ignore" "true"
EndSection
Solution: see my post on launchpad:
https://bugs.launchpad.net/ubuntu/+s...682/comments/5
https://bugs.launchpad.net/ubuntu/+s...ta/+bug/211682
I have Kubuntu Gutsy kde4 installed to an external USB drive on my Asus EEEPC, and only use the external drive when I am using my significantly larger monitor. In other words, I don't see myself needing to use the KDE4 if the pc is is detached from the USB.
Hardy does the same thing... FYI, and this does NOT happen if I choose kde3 for my desktop.
I has thought about putting it in /.kde4/Autostart but those things start AFTER the desktop loads... or they seem to.
I am looking to run a script that runs an xrandr bash file I created that shuts off the internal screen as soon as I login.
I have the script, and it works fine if I call it and the internal display shuts off so I and was thinking if I had it shut off before the desktop loads but after X starts... it might configure properly.
Scripts that run as soon as I log in where I might call another script rc.local runs before X... or so it seems.
I can do a cp filename.bak and restore it from the command line in the event I can't get something to work so I am willing to experiment.
I thought by having x ignore the internal screen in xorg.conf, it would not use it... but this does not seem to work and it it is up and running with my desktop.
Relevant part of xorg.conf
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-VGA" "SyncMaster"
Option "monitor-TV" "TV"
Option "monitor-LVCD" "LVCD"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV"
Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "LVCD"
Option "DPMS"
Option "Ignore" "true"
EndSection
Solution: see my post on launchpad:
https://bugs.launchpad.net/ubuntu/+s...682/comments/5
Comment