|
|
发表于 2006-9-4 21:20:57
|
显示全部楼层
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Clone" "on"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "type1"
Load "xtt"
Load "vbe"
Load "ddc"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
# Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 90.0
VertRefresh 50.0 - 75.0
Option "DPMS" "true"
EndSection
Section "Device"
# Option "RenderAccel" "true"
# Option "backingstore" "true"
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"
Option "DPMS"
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection |
|