Your message dated Tue, 18 Jan 2011 03:43:49 +0100 with message-id <20110118024349.GA6830@debian.org> and subject line Re: Bug#469198: Xorg.conf file in "/etc/X11/" incorrectly recognises "Alps-Glidepoint" as "Synaptic Touchpad" has caused the Debian Bug report #469198, regarding want different defaults for alps touchpads to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 469198: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469198 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---Package: base
- To: submit@bugs.debian.org
- Subject: Xorg.conf file in "/etc/X11/" incorrectly recognises "Alps-Glidepoint" as "Synaptic Touchpad"
- From: "Venigalla Sayikiran" <vsayikiran@gmail.com>
- Date: Tue, 4 Mar 2008 01:12:57 +0530
- Message-id: <4f587cde0803031142k17b977e5t5b731a138c7526e3@mail.gmail.com>
Severity: important
I am using Dell Latitude D520 n series laptop. My laptop uses a Alps-Glidepoint touchpad. When i installed
debian etchv4.0, i was not able to use the tapping feature in my laptop. However, i was able to use touchpad to
move my mouse pointer. The mouse pointer moved at snail pace with touchpad as well as external USB mouse device.
Then i opened /etc/X11/xorg.conf file, and i found this:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
In order to increase the speed of my mouse pointer, i had to add few more lines to above settings. It worked for
me. To enable tapping feature i had to go through two more steps:
Step 1: In order to find out hardware information about my touchpad
cat /proc/bus/input/devices
I: Bus=0011 Vendor=0002 Product=0008 Version=7321
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input4
H: Handlers=mouse2 event4 ts2
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=3
B: ABS=1000003
Its clear that from above output that "etchv4.0" detects my hardware as Apls-Glidepoint, which indeed is as supplied from
Dell computers. Somehow xorg.conf doesn't recognizes betwwen Alps-Glidepoint and Synaptic Touchpad. Well i don't
know which package actually controls xorg.conf file.
Step 2: Then i changed xorg.conf file as shown below
Section "InputDevice"
Identifier "Alps Glidepoint"
Driver "alps"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "20"
Option "VertScrollDelta" "20"
Option "MaxTapTime" "180"
Option "FastTaps" "1"
Option "MaxDoubleTapTime" "100"
Option "TouchpadOff" "0"
Option "MaxTapMove" "110"
Option "MaxSpeed" "1.00"
Option "MinSpeed" "0.50"
EndSection
Now i am able to use tapping feature perfectly. I still want to know more about xorg.conf, like how to configure
it, what does each section mean, and what options does it support. I think a detail documentation is needed. I also
tried all permutations and combinations of "Identifier" and "Driver" field with both synaptic and alps, but none of
them worked for me. The only combination that worked is shown in step 2. I hope from next time this problem
shouldn't be repeated in future versions of debian OS.
Regards
V.Sayikiran
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
- To: Venigalla Sayikiran <vsayikiran@gmail.com>, 469198-done@bugs.debian.org
- Subject: Re: Bug#469198: Xorg.conf file in "/etc/X11/" incorrectly recognises "Alps-Glidepoint" as "Synaptic Touchpad"
- From: Cyril Brulebois <kibi@debian.org>
- Date: Tue, 18 Jan 2011 03:43:49 +0100
- Message-id: <20110118024349.GA6830@debian.org>
- In-reply-to: <4f587cde0803041131w453b6c69n398010dc232b7bc9@mail.gmail.com>
- References: <4f587cde0803031142k17b977e5t5b731a138c7526e3@mail.gmail.com> <20080304120319.GA27013@jazzy.liafa.jussieu.fr> <4f587cde0803041131w453b6c69n398010dc232b7bc9@mail.gmail.com>
Venigalla Sayikiran <vsayikiran@gmail.com> (05/03/2008): > [… Default tapping settings …] Tapping is disabled by default. If you want it, there are various ways: - synclient to set it temporarily. - gpointing-device-settings, or whatever setting manager your environment has got. We won't deviate from upstream's defaults, so I'm closing this bug. KiBi.Attachment: signature.asc
Description: Digital signature
--- End Message ---