Package: base<br>Severity: important<br><br>I am using Dell Latitude D520 n series laptop. My laptop uses a Alps-Glidepoint touchpad. When i installed <br>debian etchv4.0, i was not able to use the tapping feature in my laptop. However, i was able to use touchpad to <br>
move my mouse pointer. The mouse pointer moved at snail pace with touchpad as well as external USB mouse device.<br>Then i opened /etc/X11/xorg.conf file, and i found this:<br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp; &quot;Synaptics Touchpad&quot;<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;synaptics&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;SendCoreEvents&quot;&nbsp;&nbsp;&nbsp; &quot;true&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Device&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;/dev/psaux&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Protocol&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;auto-dev&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;HorizScrollDelta&quot;&nbsp;&nbsp;&nbsp; &quot;0&quot;<br>EndSection<br>In order to increase the speed of my mouse pointer, i had to add few more lines to above settings. It worked for <br>me. To enable tapping feature i had to go through two more steps:<br>
Step 1: In order to find out hardware information about my touchpad<br>cat /proc/bus/input/devices<br>I: Bus=0011 Vendor=0002 Product=0008 Version=7321<br>N: Name=&quot;AlpsPS/2 ALPS GlidePoint&quot;<br>P: Phys=isa0060/serio1/input0<br>
S: Sysfs=/class/input/input4<br>H: Handlers=mouse2 event4 ts2<br>B: EV=f<br>B: KEY=420 0 70000 0 0 0 0 0 0 0 0<br>B: REL=3<br>B: ABS=1000003<br>Its clear that from above output that &quot;etchv4.0&quot; detects my hardware as Apls-Glidepoint, which indeed is as supplied from<br>
Dell computers. Somehow xorg.conf doesn&#39;t recognizes betwwen Alps-Glidepoint and Synaptic Touchpad. Well i don&#39;t <br>know which package actually controls xorg.conf file.<br>Step 2: Then i changed xorg.conf file as shown below<br>
Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp; &quot;Alps Glidepoint&quot;<br>&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;alps&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;SendCoreEvents&quot;&nbsp;&nbsp;&nbsp; &quot;true&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Device&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;/dev/psaux&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;Protocol&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;auto-dev&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;HorizScrollDelta&quot;&nbsp;&nbsp;&nbsp; &quot;20&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;VertScrollDelta&quot;&nbsp;&nbsp;&nbsp; &quot;20&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;MaxTapTime&quot; &nbsp;&nbsp;&nbsp; &quot;180&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;FastTaps&quot; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;MaxDoubleTapTime&quot; &quot;100&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;TouchpadOff&quot; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;0&quot;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;MaxTapMove&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;110&quot;<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;MaxSpeed&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1.00&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;MinSpeed&quot;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;0.50&quot;<br>EndSection<br>Now i am able to use tapping feature perfectly. I still want to know more about xorg.conf, like how to configure <br>
it, what does each section mean, and what options does it support. I think a detail documentation is needed. I also <br>tried all permutations and combinations of &quot;Identifier&quot; and &quot;Driver&quot; field with both synaptic and alps, but none of <br>
them worked for me. The only combination that worked is shown in step 2. I hope from next time this problem <br>shouldn&#39;t be repeated in future versions of debian OS.<br><br>Regards<br>V.Sayikiran<br><br>-- System Information:<br>
Debian Release: 4.0<br>&nbsp; APT prefers stable<br>&nbsp; APT policy: (500, &#39;stable&#39;)<br>Architecture: i386 (i686)<br>Shell:&nbsp; /bin/sh linked to /bin/bash<br>Kernel: Linux 2.6.18-6-686<br>Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)<br>