* [gentoo-user] Touchpad in "absolute" mode
@ 2008-01-16 17:13 Alan McKinnon
2008-01-16 23:28 ` Sascha Hlusiak
0 siblings, 1 reply; 3+ messages in thread
From: Alan McKinnon @ 2008-01-16 17:13 UTC (permalink / raw
To: gentoo-user
Hi all,
I haven't seen this one before. My touchpad mouse works normally, until
I lift my finger and place it somewhere else. Normally, the pointer
would stay where it is and only move when my finger moves. What happens
now is my I touch the pad, the pointer moves to a point on the screen
corresponding to where I touch the pad. Touch pad on left edge, pointer
moves to left edge of screen, then reacts normally to finger moving
again. The "stick mouse" works fine.
I get the same result without an xorg.conf, just letting xorg figure
stuff out for itself.
xorg-server-1.4.0.90
USE=dri hal input_devices_evdev input_devices_keyboard
input_devices_mouse input_devices_synaptics input_devices_vmmouse
kdrive sdl video_cards_i810 video_cards_vesa video_cards_vga
video_cards_vmware xorg
x11-drivers/synaptics-0.14.6-r1
xorg.conf (irrelavant sections snipped)
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
--
Alan McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Touchpad in "absolute" mode
2008-01-16 17:13 [gentoo-user] Touchpad in "absolute" mode Alan McKinnon
@ 2008-01-16 23:28 ` Sascha Hlusiak
2008-01-17 8:21 ` Alan McKinnon
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hlusiak @ 2008-01-16 23:28 UTC (permalink / raw
To: gentoo-user; +Cc: Alan McKinnon
[-- Attachment #1: Type: text/plain, Size: 1477 bytes --]
Am Mittwoch 16 Januar 2008 18:13:22 schrieb Alan McKinnon:
> Hi all,
>
> I haven't seen this one before. My touchpad mouse works normally, until
> I lift my finger and place it somewhere else. Normally, the pointer
> would stay where it is and only move when my finger moves. What happens
> now is my I touch the pad, the pointer moves to a point on the screen
> corresponding to where I touch the pad. Touch pad on left edge, pointer
> moves to left edge of screen, then reacts normally to finger moving
> again. The "stick mouse" works fine.
>
> I get the same result without an xorg.conf, just letting xorg figure
> stuff out for itself.
Stuff is figured out itself now anyway. :-S
You have hal-0.5.10 installed and compiled xorg-server with hal. Now hal will
scan the attached devices and hotplug available mice. The touchpad is
recognized as a mouse and the "evdev" driver is loaded with uses absolute
mode since the device emits absolute coordinates.
These devices are even added when you already have a mouse input device in the
xorg.conf, thus giving you a lot of mice that use the same data (some guys
report double clicks on single clicks, keymaps changed, the touchpad does not
work right anymore).
Put
Option "AutoAddDevices" "false"
in the Section Serverflags and xorg will stop to hotplug mice.
Or add a custom policy file in /etc/hal/fdi/policy/ to add the touchpad with
the synaptics driver instead of evdev.
Sascha
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Touchpad in "absolute" mode
2008-01-16 23:28 ` Sascha Hlusiak
@ 2008-01-17 8:21 ` Alan McKinnon
0 siblings, 0 replies; 3+ messages in thread
From: Alan McKinnon @ 2008-01-17 8:21 UTC (permalink / raw
To: gentoo-user
On Thursday 17 January 2008, Sascha Hlusiak wrote:
> Am Mittwoch 16 Januar 2008 18:13:22 schrieb Alan McKinnon:
> > Hi all,
> >
> > I haven't seen this one before. My touchpad mouse works normally,
> > until I lift my finger and place it somewhere else. Normally, the
> > pointer would stay where it is and only move when my finger moves.
> > What happens now is my I touch the pad, the pointer moves to a
> > point on the screen corresponding to where I touch the pad. Touch
> > pad on left edge, pointer moves to left edge of screen, then reacts
> > normally to finger moving again. The "stick mouse" works fine.
> >
> > I get the same result without an xorg.conf, just letting xorg
> > figure stuff out for itself.
>
> Stuff is figured out itself now anyway. :-S
>
> You have hal-0.5.10 installed and compiled xorg-server with hal. Now
> hal will scan the attached devices and hotplug available mice. The
> touchpad is recognized as a mouse and the "evdev" driver is loaded
> with uses absolute mode since the device emits absolute coordinates.
> These devices are even added when you already have a mouse input
> device in the xorg.conf, thus giving you a lot of mice that use the
> same data (some guys report double clicks on single clicks, keymaps
> changed, the touchpad does not work right anymore).
>
> Put
> Option "AutoAddDevices" "false"
Excellent! thanks. That fixed the problem, and also solved erratic
double-click behaviour I was getting in Konqueror as well
alan
> in the Section Serverflags and xorg will stop to hotplug mice.
> Or add a custom policy file in /etc/hal/fdi/policy/ to add the
> touchpad with the synaptics driver instead of evdev.
>
> Sascha
--
Alan McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-17 8:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 17:13 [gentoo-user] Touchpad in "absolute" mode Alan McKinnon
2008-01-16 23:28 ` Sascha Hlusiak
2008-01-17 8:21 ` Alan McKinnon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox