LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1303|回复: 3

求教,触摸板只能点击,不能拖拽,什么问题?

[复制链接]
发表于 2009-6-13 21:18:39 | 显示全部楼层 |阅读模式
rt,尝试过很多此重新编译内核,还是没能解决,希望大家帮忙阿!
发表于 2009-6-13 21:27:23 | 显示全部楼层

采用什么技术的?evdev?还是原来那个synaptics驱动?

不管用什么技术都是要配置的。google下synaptics吧。或者可以参考我下面的配置[PHP]
☎ :cat /etc/hal/fdi/policy/10-synaptics-configuration.fdi
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLES:
        Switch on shared memory, enables the driver to be configured at runtime -->
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>

        <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    <merge key="input.x11_options.TapButton1" type="string">1</merge>


        <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>

        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>

        <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge>
        <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
        <merge key="input.x11_options.BottomEdge" type="string">4250</merge>
        <merge key="input.x11_options.RightEdge" type="string">5300</merge>
        <merge key="input.x11_options.MaxSpeed" type="string">0.18</merge>
        <merge key="input.x11_options.MinSpeed" type="string">0.02</merge>
        <merge key="input.x11_options.FingerHgh" type="string">30</merge>
        <merge key="input.x11_options.FingerLow" type="string">25</merge>
        <merge key="input.x11_options.CircularScrolling" type="string">true</merge>

   
    </match>
  </device>
</deviceinfo>

☎ :
[/PHP]
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-6-13 21:39:54 | 显示全部楼层
在网上查的是,安装了一个synaptics驱动,x11-drivers/synaptics
估计会好用了,我以前make里面都没加USE的
回复 支持 反对

使用道具 举报

发表于 2009-6-26 22:14:41 | 显示全部楼层
用了那个配置文件,现在可以打开gnome-extra/gsynaptics的配置界面了,我平时不用触摸板,所以在图形界面里禁用掉。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表