分页: 1 / 2

有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-01 6:16
roylez
我的笔记本没有,存个档先。原文见:http://ubuntu-snippets.blogspot.com/200 ... ptics.html

Multi-touch became trendy after iphone came up with it. We are seeing many new laptops with multi-touch. At hardware level, there is nothing special that you need, to make multi-touch work. You can also do two-finger scroll and two-finger tap to right/middle click. Also, three-finger tap, but, for me it is very hard to press three fingers at the same time(1 out of 10).

Create new file

代码: 全选

gksudo gedit /etc/hal/fdi/policy/11-x11-synaptics.fdi
Paste the following code into the file and save it.

代码: 全选

<?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>
       <merge key="input.x11_options.SHMConfig" type="string">On</merge>
       <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge>
       <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
       <merge key="input.x11_options.TapButton1" type="string">1</merge>
       <merge key="input.x11_options.TapButton2" type="string">3</merge>  <!--two finger tap -> middle clieck(3) -->
       <merge key="input.x11_options.TapButton3" type="string">2</merge>  <!--three finger tap -> right click(2). almost impossible to click -->
   </match>
 </device>
</deviceinfo>
Restart hal and enjoy multitouch touchpad.

代码: 全选

sudo /etc/init.d/hal restart

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-01 8:24
bones7456
这样也行?或许以后有用,mark先~

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-01 18:37
kelen
回家试试. 嘿嘿. :em05

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-01 20:03
Sinned
真的吗?很期待!

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-01 20:37
soething
sure?不是日期的关系?

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-02 9:14
eexpress
fvwm一直就可以。3个手指的都试过。不就一个libstroke嘛。

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-19 21:02
winjie0618
:em05 :em09

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-19 21:22
adam8157
看到这个就生气,我的ALPS触摸板自从升级xorg到1.6后就只支持移动,点击和滚屏都不好使,即使我改hal策略,也只是能点击了,滚屏仍然不行.....

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-20 10:11
hakie
我感觉我的触摸板变迟钝了,点击不灵。

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-04-23 13:52
studyhard
具体怎么用啊?楼主也不说一下哎。。。。

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-06-07 20:42
ilove86
这个,好像只能在一部分的触摸板上能用的吧,在win下面尝试国,反正我的sl400不行

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-06-07 22:14
petrele.chen
其实不用hal,通过配置/etc/X11/xorg.conf就可以实现、、、、、、、

基本上我只用两指滚动,可横向可纵向、、、、、、

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-06-08 1:15
jarryson
早用上了,不过是用xorg.conf实现的

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-07-14 9:58
sunnsi
做个标记。 :em02

Re: 有touchpad的笔记本都可以用 multi touch

发表于 : 2009-07-20 11:08
drvicar
:em06 mark一下