|
|
发表于 2007-1-23 19:28:50
|
显示全部楼层
呵呵。搞笑 。我只能使用触摸板,鼠标倒不灵活。。
你把/etc/x11/xorg.conf里面的东西打开看一下
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
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
这个是触摸板和键盘的设置 |
|