<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>I have a multiple monitor setup using Intel on board graphics (4500MHD).<br><br>With the following xorg.conf I have the external monitor disply the right half of a large virtual desktop. (Don't ask why I need two "Monitor" sections, since either one results in overlapping displays.)<br><br>For some reason KDE 4.3 has decided to call the internal monitor (VGA) display 2 and the external monitor (LVGA) display 1. In earlier iterations of kde, this resulted in some ocaisionally eratic behavior which disappeared when I wiped out ~/.kde and restored display 1 to the internal monitor.<br><br>I tried wiping ~/.kde but display 1 is stuck on the external monitor.<br><br>How does kde determine which display to put on which monitor and is it possible to force the decision?<br><br>----------------------<br>Section "Device"<br> Identifier "Intel Graphics Media Accelerator 4500MHD"<br> Driver "intel"<br> Option "Monitor-LVDS" "internal"<br> Option "Monitor-VGA" "external"<br>EndSection<br><br>Section "Monitor"<br> Identifier "external"<br> Option "RightOf" "internal"<br>EndSection<br><br>Section "Monitor"<br> Identifier "internal"<br> Option "LeftOf" "external"<br>EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Monitor "Configured Monitor"<br> Device "Configured Video Device"<br> SubSection "Display"<br> Depth 24<br> Virtual 2960 1050<br> Viewport 0 0<br> EndSubSection<br>EndSection<br><br>Section "ServerFlags"<br> Option "DontZap" "False"<br>EndSection<br>-------------------------------------<br><br></div></body></html>