Of course, many of the lines of code were unnecessary and I've now cut the Display part of the xorg.conf file down to a minimum. This works just as well as the previous version.
Here it is:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "TwinView"
EndSection
Section "Screen"
Identifier "Screen0"
Option "TwinViewOrientation" "DFP-0 LeftOf CRT-0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
No comments:
Post a Comment