<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>&gt; One thing that&#39;s a little strange is that sometimes the touchpad<br>&gt; shows up on event2 and sometimes on event3.&nbsp;&nbsp;Not sure how to deal
<br>&gt; with that...<br><br>You need &quot;configured mouse&quot; to deal with external mice that you may plug<br>in to a USB port.<br><br>As for the event2/event3 thing, it may be that you have an external<br>mouse plugged in that&#39;s getting event2 sometimes. There may be other
<br>factors. You can always write udev rules to symlink the built-in<br>devices to fixed names.</blockquote><div><br>OK, this is going in the right direction.&nbsp; I created a file called /etc/udev/rules.d/40-personal.rules with the following contents:
<br><br><br># <br># <a href="http://mail.kdewebdev.org/pipermail/linuxr3000/2005-March/000181.html">http://mail.kdewebdev.org/pipermail/linuxr3000/2005-March/000181.html</a><br># <a href="http://ubuntuforums.org/showthread.php?p=1353267">
http://ubuntuforums.org/showthread.php?p=1353267</a><br># <a href="http://www.reactivated.net/writing_udev_rules.html">http://www.reactivated.net/writing_udev_rules.html</a><br># <br><br># touchpad<br>BUS==&quot;serio&quot;,SYSFS{description}==&quot;i8042 Aux-3 Port&quot;, KERNEL==&quot;event?&quot;,SYMLINK=&quot;input/touchpad&quot;
<br><br># USB mouse<br>BUS==&quot;usb&quot;,KERNEL==&quot;mouse?&quot;, SYMLINK=&quot;input/usb_mouse&quot;<br><br><br>and changed the relevant lines of /etc/X11/xorg.conf to <br><br>&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Device&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;/dev/input/usb_mouse&quot;
<br><br>and <br><br>&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;Device&quot; &quot;/dev/input/touchpad&quot;<br><br></div><br></div><br>Now when I reboot, the USB mouse works but the touchpad does nothing.&nbsp; If I then do ctrl-alt-backspace to restart X, it all works perfectly with no tap-to-click.&nbsp; I can live with this, though I&#39;d be curious if there&#39;s a way to make it work without this little kludge.
<br><br>Issac<br><br><br>