|
|

楼主 |
发表于 2007-7-6 10:05:39
|
显示全部楼层
file: /etc/X11/xorg.conf
=# Xorg configuration created by system-config-display
=
=Section "ServerLayout"
= Identifier "single head configuration"
= Screen 0 "Screen0" 0 0
= InputDevice "Keyboard0" "CoreKeyboard"
= InputDevice "Synaptics" "CorePointer"
=EndSection
=
=Section "Files"
= ModulePath "/usr/lib/xorg/modules"
=EndSection
=
=Section "ServerFlags"
= Option "AIGLX" "off"
=EndSection
=
=Section "InputDevice"
= Identifier "Keyboard0"
= Driver "kbd"
= Option "XkbModel" "pc105"
= Option "XkbLayout" "us"
=EndSection
=
=Section "InputDevice"
= Identifier "Synaptics"
= Driver "synaptics"
= Option "Device" "/dev/input/mice"
= Option " rotocol" "auto-dev"
= Option "Emulate3Buttons" "yes"
=EndSection
=
=Section "Monitor"
= Identifier "Monitor0"
= ModelName "LCD Panel 1280x800"
= HorizSync 31.5 - 90.0
= VertRefresh 59.9 - 60.1
= Option "dpms"
=EndSection
=
=Section "Device"
= Identifier "Videocard0"
= Driver "fglrx"
= Option "VideoOverlay" "on"
= Option "Centermode" "off"
= Option " seudoColorVisuals" "off"
= Option "OpenGLOverlay" "off"
= Option "UseFastTLS" "0"
= Option "BlockSignalsOnLock" "on"
= Option "ForceGenericCPU" "off"
= Option "KernelModuleParm" "locked-userpages=0"
=EndSection
=
=Section "Screen"
= Identifier "Screen0"
= Device "Videocard0"
= Monitor "Monitor0"
= DefaultDepth 24
= SubSection "Display"
= Viewport 0 0
= Depth 24
= EndSubSection
=EndSection
=
=Section "DRI"
= Mode 0666
=EndSection
=
=Section "Extensions"
= Option "Composite" "Disable"
=EndSection
= |
|