触摸板控制
时间:2007-05-17 来源:hongjiang
我的本本不能正确识别出触摸板,识别出wacom的设备。在xorg.conf中没有Synaptics Touchpad。解决办法如下:
1、打开xorg.conf找到这样的位置。
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
2、在其后面手工加上如下内容。
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "TouchpadOff" "1"
EndSection
3、最后在Section "ServerLayout"内加入下面内容:
InputDevice "Synaptics Touchpad"
4、重启图形界面。
5、ubuntu中 添加删除程序-Other-Touchpad 安装这个Touchpad,这样就可以控制触摸板了。
1、打开xorg.conf找到这样的位置。
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
2、在其后面手工加上如下内容。
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "TouchpadOff" "1"
EndSection
3、最后在Section "ServerLayout"内加入下面内容:
InputDevice "Synaptics Touchpad"
4、重启图形界面。
5、ubuntu中 添加删除程序-Other-Touchpad 安装这个Touchpad,这样就可以控制触摸板了。
相关阅读 更多 +
排行榜 更多 +