Re: debian-amd64/sid = hal or udev???

2010-01-30 Thread Bin Zhang
On Sat, Jan 30, 2010 at 4:46 PM, Ivan Marin  wrote:
> Hi,
>
> Could you please provide your udev rules file? I changed mine but it didn't
> work. I'm running debian amd64 with kernel 2.6.32-trunk-amd64.
>

 /lib/udev/rules.d/66-xorg-synaptics.rules -
ACTION!="add|change", GOTO="xorg_synaptics_end"
KERNEL!="event*", GOTO="xorg_synaptics_end"

ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end"

ENV{x11_driver}="synaptics"

ENV{x11_options.TapButton1}="1"
ENV{x11_options.MaxDoubleTapTime}="90"

# model specific quirks
ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
  ENV{x11_options.JumpyCursorThreshold}="90", \
  ENV{x11_options.AreaBottomEdge}="4100"

ATTR{[dmi/id]product_name}=="HP MiniNote 1000", \
  ENV{x11_options.JumpyCursorThreshold}="20"

LABEL="xorg_synaptics_end"
--

I use fvwm, not a desktop environment.
If you use gnome, maybe it has a control center for setting touchpad options.


Regards,
Bin

> Thanks!
>
> Ivan
>
> 2010/1/30 Bin Zhang 
>>
>> Hi,
>>
>> On Fri, Jan 29, 2010 at 8:44 PM, Hans-J. Ullrich 
>> wrote:
>> > Hi all,
>> >
>> > I tried to get multitouch running on my amd64-notebook (and my EEEPC as
>> > well),
>> > which are both running debian/sid and both got an synaptics touchpad.
>> >
>> > Every solution I found are related to hal. When I integrated the needed
>> > scripts, it did not work. I suppose, latest kernel (2.6.32) is based on
>> > udev.
>> > Can someone confirm this, and does someone know, how to activate
>> > multitouch
>> > with udev?
>> >
>> > Any hints are welcome.
>> >
>>
>> The xserver-xorg-input-synaptics version 1.2.1 uses
>> /lib/udev/rules.d/66-xorg-synaptics.rules for options.
>> For example,  I have
>> ENV{x11_options.TapButton1}="1"
>> ENV{x11_options.MaxDoubleTapTime}="90"
>> for tapping.
>>
>> Regards,
>> Bin
>>
>> > Best regards
>> >
>> > Hans
>> >
>> >
>> > --
>> > To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
>> > with a subject of "unsubscribe". Trouble? Contact
>> > listmas...@lists.debian.org
>> >
>> >
>>
>>
>> --
>> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact
>> listmas...@lists.debian.org
>>
>
>


--
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: debian-amd64/sid = hal or udev???

2010-01-30 Thread Ivan Marin
Hi,

Could you please provide your udev rules file? I changed mine but it didn't
work. I'm running debian amd64 with kernel 2.6.32-trunk-amd64.

Thanks!

Ivan

2010/1/30 Bin Zhang 

> Hi,
>
> On Fri, Jan 29, 2010 at 8:44 PM, Hans-J. Ullrich 
> wrote:
> > Hi all,
> >
> > I tried to get multitouch running on my amd64-notebook (and my EEEPC as
> well),
> > which are both running debian/sid and both got an synaptics touchpad.
> >
> > Every solution I found are related to hal. When I integrated the needed
> > scripts, it did not work. I suppose, latest kernel (2.6.32) is based on
> udev.
> > Can someone confirm this, and does someone know, how to activate
> multitouch
> > with udev?
> >
> > Any hints are welcome.
> >
>
> The xserver-xorg-input-synaptics version 1.2.1 uses
> /lib/udev/rules.d/66-xorg-synaptics.rules for options.
> For example,  I have
> ENV{x11_options.TapButton1}="1"
> ENV{x11_options.MaxDoubleTapTime}="90"
> for tapping.
>
> Regards,
> Bin
>
> > Best regards
> >
> > Hans
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> >
> >
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


Re: debian-amd64/sid = hal or udev???

2010-01-29 Thread Bin Zhang
Hi,

On Fri, Jan 29, 2010 at 8:44 PM, Hans-J. Ullrich  wrote:
> Hi all,
>
> I tried to get multitouch running on my amd64-notebook (and my EEEPC as well),
> which are both running debian/sid and both got an synaptics touchpad.
>
> Every solution I found are related to hal. When I integrated the needed
> scripts, it did not work. I suppose, latest kernel (2.6.32) is based on udev.
> Can someone confirm this, and does someone know, how to activate multitouch
> with udev?
>
> Any hints are welcome.
>

The xserver-xorg-input-synaptics version 1.2.1 uses
/lib/udev/rules.d/66-xorg-synaptics.rules for options.
For example,  I have
ENV{x11_options.TapButton1}="1"
ENV{x11_options.MaxDoubleTapTime}="90"
for tapping.

Regards,
Bin

> Best regards
>
> Hans
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



debian-amd64/sid = hal or udev???

2010-01-29 Thread Hans-J. Ullrich
Hi all,

I tried to get multitouch running on my amd64-notebook (and my EEEPC as well), 
which are both running debian/sid and both got an synaptics touchpad.

Every solution I found are related to hal. When I integrated the needed 
scripts, it did not work. I suppose, latest kernel (2.6.32) is based on udev. 
Can someone confirm this, and does someone know, how to activate multitouch 
with udev?

Any hints are welcome.

Best regards

Hans


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org