于是安装了GSynaptics,但是在首选项中选择触摸板后,出现错误提示:
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
立即对/etc/X11/xorg.conf文件进行了查看发现该文件长度为0,原来在Ubuntu 8.10中,键盘、鼠标不再由X服务器而是HAL管理。
在google上找到了解决方法,http://ubuntuforums.org/showpost.php?p=6077309&postcount=121,修改/usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi文件,
找到下面的项
<match key="info.product" contains="Synaptics TouchPad">
在下面添加
<merge key="input.x11_options.SHMConfig" type="string">On</merge>
保存文件,重启,再次运行首选项中选择触摸板,可以正常配置touchpad了。
没有评论:
发表评论