|
|
发表于 2007-10-2 10:46:22
|
显示全部楼层
我当时是按http://gentoo-wiki.com/Ati来做的
- Section "DRI"
- Group "video"
- Mode 0666
- EndSection
- Section "ServerLayout"
- Identifier "Simple Layout"
- Screen 0 "aticonfig-Screen[0]" 0 0
- InputDevice "Mouse1" "CorePointer"
- InputDevice "Keyboard1" "CoreKeyboard"
- Option "AIGLX" "off"
- EndSection
- Section "Files"
- FontPath "/usr/share/fonts/misc/"
- FontPath "/usr/share/fonts/Type1/"
- FontPath "/usr/share/fonts/100dpi/"
- FontPath "/usr/share/fonts/75dpi/"
- FontPath "/usr/share/fonts/yahei/"
- EndSection
- Section "Module"
- Load "glx"
- Load "dri"
- Load "dbe" # Double buffer extension
- SubSection "extmod"
- Option "omit xfree86-dga" # don't initialise the DGA extension
- EndSubSection
- Load "freetype"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "kbd"
- Option "AutoRepeat" "500 30"
- Option "XkbRules" "xorg"
- Option "XkbModel" "microsoft"
- Option "XkbLayout" "us"
- EndSection
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "Auto" # Auto detect
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "aticonfig-Monitor[0]"
- Option "VendorName" "ATI Proprietary Driver"
- Option "ModelName" "Generic Autodetecting Monitor"
- Option "DPMS" "true"
- EndSection
- Section "Device"
- Identifier "aticonfig-Device[0]"
- Driver "fglrx"
- EndSection
- Section "Screen"
- Identifier "aticonfig-Screen[0]"
- Device "aticonfig-Device[0]"
- Monitor "aticonfig-Monitor[0]"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
- EndSubSection
- EndSection
- Section "Extensions"
- Option "Composite" "false"
- EndSection
复制代码 |
|