|

楼主 |
发表于 2008-7-25 23:50:20
|
显示全部楼层
已经解决,方法如下:
Trackpoint scroll with Fedora 9 http://vbraun.name/cms/node/7
或者用快照http://203.208.33.101/search?q=c ... oRmUzDIrRACbzKeCyxQ- # Xorg configuration created by livna-config-display
- # ======added by dan
- Section "ServerFlags"
- Option "AutoAddDevices" "false"
- EndSection
- # ======added end.
- Section "ServerLayout"
- Identifier "single head configuration"
- Screen 0 "Screen0" 0 0
- InputDevice "Keyboard0" "CoreKeyboard"
- # =====added by dan
- InputDevice "Trackpoint" "CorePointer"
- Option "AIGLX" "on"
- # =====added end.
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
- ModulePath "/usr/lib/xorg/modules"
- EndSection
- # Section "ServerFlags"
- # Option "AIGLX" "on"
- # EndSection
- Section "InputDevice"
- # keyboard added by rhpxl
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "us"
- EndSection
- # =====added by dan
- Section "InputDevice"
- Identifier "Trackpoint"
- Driver "mouse"
- Option "CorePointer"
- Option "Device" "/dev/input/mice"
- Option "Protocol" "ExplorerPS/2"
- Option "Emulate3Buttons" "off"
- Option "EmulateWheel" "on"
- Option "EmulateWheelTimeOut" "200"
- Option "EmulateWheelButton" "2"
- Option "YAxisMapping" "4 5"
- # Option "XAxisMapping" "6 7"
- Option "ZAxisMapping" "4 5"
- EndSection
- # =====added end.
- Section "Monitor"
- Identifier "Monitor0"
- ModelName "LCD Panel 1280x800"
- HorizSync 31.5 - 50.0
- VertRefresh 56.0 - 65.0
- Option "dpms"
- EndSection
- Section "Device"
- Identifier "Videocard0"
- Driver "nvidia"
- Option "AddARGBGLXVisuals" "True"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Videocard0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- EndSection
复制代码 |
|