|
|
发表于 2006-9-2 22:03:08
|
显示全部楼层
set your /etc/X11/xorg.conf like these:
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"
Option "DPMS"
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection |
|