|
|
发表于 2009-7-1 20:58:23
|
显示全部楼层
我的xorg.conf文件
前面看到你的机器是T400。跟我的机器一样。
给你参考下我的xorg.conf
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "radeon"
- Option "DRI" "on"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1440x900"
- EndSubSection
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "ServerFlags"
- Option "AllowEmptyInput" "false"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
复制代码 |
|