|
楼主 |
发表于 2007-12-16 00:50:29
|
显示全部楼层
- Section "Files"
- EndSection
- Section "InputDevice"
- Identifier "Generic Keyboard"
- Driver "kbd"
- Option "CoreKeyboard"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us"
- EndSection
- Section "InputDevice"
- Identifier "Configured Mouse"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "ImPS/2"
- Option "ZAxisMapping" "4 5"
- Option "Emulate3Buttons" "true"
- Option "EmulateWheel" "on"
- Option "EmulateWheelButton" "2"
- EndSection
- Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Driver "synaptics"
- Option "SendCoreEvents" "true"
- Option "Device" "/dev/psaux"
- Option "Protocol" "auto-dev"
- Option "HorizEdgeScroll" "0"
- EndSection
- Section "InputDevice"
- Driver "wacom"
- Identifier "stylus"
- Option "Device" "/dev/input/wacom"
- Option "Type" "stylus"
- Option "ForceDevice" "ISDV4" # Tablet PC ONLY
- EndSection
- Section "InputDevice"
- Driver "wacom"
- Identifier "eraser"
- Option "Device" "/dev/input/wacom"
- Option "Type" "eraser"
- Option "ForceDevice" "ISDV4" # Tablet PC ONLY
- EndSection
- Section "InputDevice"
- Driver "wacom"
- Identifier "cursor"
- Option "Device" "/dev/input/wacom"
- Option "Type" "cursor"
- Option "ForceDevice" "ISDV4" # Tablet PC ONLY
- EndSection
- Section "Device"
- Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
- Driver "intel"
- BusID "PCI:0:2:0"
- EndSection
- Section "Monitor"
- Identifier "通用显示器"
- Option "DPMS"
- HorizSync 31-101
- VertRefresh 60-160
- EndSection
- Section "Screen"
- Identifier "Default Screen"
- Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
- Monitor "通用显示器"
- DefaultDepth 24
- SubSection "Display"
- Modes "1024x768" "720x400" "640x480"
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen"
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- # Uncomment if you have a wacom tablet
- # InputDevice "stylus" "SendCoreEvents"
- # InputDevice "cursor" "SendCoreEvents"
- # InputDevice "eraser" "SendCoreEvents"
- InputDevice "Synaptics Touchpad"
- EndSection
复制代码
基本上就是用xserver-xorg设置的,没有怎么改。
最开始安装的时候没有什么问题,那个时候还是用的i810的驱动,弄了一段时间compiz就出问题了,compiz全卸载了也没有用。
也换过i810的驱动用,但是竟然用不了1024×768的分辨了……
也没有liveCD来弄,本身是用U盘加grub4DOS安装的。
不知道直接在X下面用ISO,能不能当liveCD用,用来修复xorg.conf。
麻烦给看看,谢谢了~ |
|