[vox-tech] Shutting off tap-to-click on a Sony Vaio VGN-N270E laptop running Ubuntu Edgy

Issac Trotts issac.trotts at gmail.com
Fri Apr 6 01:37:10 PDT 2007


>
> > One thing that's a little strange is that sometimes the touchpad
> > shows up on event2 and sometimes on event3.  Not sure how to deal
> > with that...
>
> You need "configured mouse" to deal with external mice that you may plug
> in to a USB port.
>
> As for the event2/event3 thing, it may be that you have an external
> mouse plugged in that's getting event2 sometimes. There may be other
> factors. You can always write udev rules to symlink the built-in
> devices to fixed names.


OK, this is going in the right direction.  I created a file called
/etc/udev/rules.d/40-personal.rules with the following contents:


#
# http://mail.kdewebdev.org/pipermail/linuxr3000/2005-March/000181.html
# http://ubuntuforums.org/showthread.php?p=3D1353267
# http://www.reactivated.net/writing_udev_rules.html
#

# touchpad
BUS=3D=3D"serio",SYSFS{description}=3D=3D"i8042 Aux-3 Port",
KERNEL=3D=3D"event?",SYMLINK=3D"input/touchpad"

# USB mouse
BUS=3D=3D"usb",KERNEL=3D=3D"mouse?", SYMLINK=3D"input/usb_mouse"


and changed the relevant lines of /etc/X11/xorg.conf to

     Option          "Device"                "/dev/input/usb_mouse"

and

     Option "Device" "/dev/input/touchpad"



Now when I reboot, the USB mouse works but the touchpad does nothing.  If I
then do ctrl-alt-backspace to restart X, it all works perfectly with no
tap-to-click.  I can live with this, though I'd be curious if there's a way
to make it work without this little kludge.

Issac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lugod.org/pipermail/vox-tech/attachments/20070406/97b6f77=
9/attachment.htm


More information about the vox-tech mailing list