|
|
发表于 2006-6-24 11:43:05
|
显示全部楼层
stuff in my xorg.conf.
Section "Device"
Identifier "nv"
Driver "nvidia"
EndSection
Section "Screen"
# Option "TwinViewOrientation" "Clone" # "leftof"
# Option "ConnectedMonitor" "CRT,DFP"
# Option "MetaModes" "1024x768,1280x800" #;1280x800,800x600"
# Option "ConnectedMonitor" "CRT,DFP"
# Option "MetaModes" "1024x768,1280x800" #;1280x800,800x600"
# Option "TwinView" "false"
# Option "MetaModes" "1280x800" #;1280x800,800x600"
Identifier "Default Screen"
Device "nv"
Monitor "Generic Monitor"
DefaultDepth 16
Option "UseFBDev" "true"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone" # "leftof"
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection |
|