Quote:
Originally Posted by short circut
I have set up dual monitors in Core 6. The only problem is the monitors are backwards. I can not figure out how to switch which monitor is which. i have tried altering the x.conf, but that did not work. and i have tried changing it in the display configurer
|
Well that is not a lot of information to go on. Assuming you have a single card dual connectors one DVI the other VGA and it is the DVI you want as primary display try modifying the device sections to use the option UseDisplayDevice like below. If this is not the case then some details on the setup you have now works including the monitors how they are connected to the video card(s), placement on the desk, posting your xorg.conf and /var/log/Xorg.0.log files, desired resolutions/colour depth .... you know things like that would be nice to see.
Code:
Section "Device"
Identifier "NVIDIA0"
Driver "nvidia"
Option "IgnoreEDID" "on"
Option "UseDisplayDevice" "DFP"
Screen 0
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "NVIDIA1"
Driver "nvidia"
Option "IgnoreEDID" "on"
Option "UseDisplayDevice" "CRT"
Screen 1
BusID "PCI:1:0:0"