2009年3月25日星期三

x configure

Section "Module"
EndSection

Section "Files"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier "keyboard1"
Driver "dbd"
EndSection

Section "InputDevice"
Indentifier "mouse1"
Driver "mouse"
EndSection

Section "Monitor"
Identifier "my monitor"
HorizSync 31.5-150.0
VertReflesh 75-85
EndSection

Section "Device"
Identifier "VESA framebuffer"
Driver "vesa"
EndSection

Section "screen"
Identifier "screen1"
Device "VESA framebuffer"
Monitor "my monitor"
DefaultDepth 8
SubSection "Display"
Depth 8
Modes "1024*768" "800*600" "640*480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "simple layout"
Screen "screen1"
InputDevice "mouse1" "CorePointer"
InputDevice "keyboard1" "CoreKeyboard"
EndSection

没有评论:

发表评论