|
|
发表于 2006-8-19 09:33:28
|
显示全部楼层
according to your videocard
My laptop screen is 13.3 inch with 1280x800, Nvidia GF
the xorg.conf contains the following lines:
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 |
|