Launchpad has imported 29 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=324721.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2007-10-09T11:44:32+00:00 David wrote:

Description of problem:

If you change the mouse preferences to left handed, this SHOULD NOT change the
functionality of a tap on a laptop's touchpad, which should still function as
the primary mouse button click.

But on f7, switching to use a left-handed mouse changes the touchpad touch
functionality to be the reverse of what you'd expect.  This is annoying and
frustrating to left-handed users.

>From dmesg:
input: PS/2 Mouse as /class/input/input1
input: AlpsPS/2 ALPS GlidePoint as /class/input/input2
input: AT Translated Set 2 keyboard as /class/input/input3

Versions:
Kernel 2.6.22.9-91.fc7
nautilus-2.18.3-1.fc7

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/7

------------------------------------------------------------------------
On 2007-10-10T23:08:41+00:00 Matěj wrote:

Being a left-handed myself, I would ask just one question -- why do you use
left-handed mouse settings with touchpad? It doesn't make any sense to me. Do
you use both mouse and touchpad in the same time?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/8

------------------------------------------------------------------------
On 2007-10-10T23:28:31+00:00 David wrote:

I normally use an external mouse when my notebook is at home but if I decide to
use the touchpad or take the computer somewhere where I need to use it because I
don't have the mouse, then I shouldn't need to go into the settings to switch it
back to right handed....that becomes very annoying after 100 or so times of
using the notebook at home and then using it elsewhere, having to switch it.


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/27724/comments/9

------------------------------------------------------------------------
On 2008-05-14T14:40:58+00:00 Bug wrote:

This message is a reminder that Fedora 7 is nearing the end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining and
issuing updates for Fedora 7. It is Fedora's policy to close all bug
reports from releases that are no longer maintained. At that time this
bug will be closed as WONTFIX if it remains open with a Fedora 'version'
of '7'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the
'version' to a later Fedora version prior to Fedora 7's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we may not be able to fix it before Fedora 7 is end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora please change the 'version' of this
bug. If you are unable to change the version, please add a comment here
and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a more
recent Fedora release includes newer upstream software that fixes bugs
or makes them obsolete. If possible, it is recommended that you try the
newest available Fedora distribution to see if your bug still exists.

Please read the Release Notes for the newest Fedora distribution to make sure 
it will meet your needs:
http://docs.fedoraproject.org/release-notes/

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/10

------------------------------------------------------------------------
On 2008-07-15T05:35:49+00:00 Peter wrote:

This isn't really a mouse driver bug, it's a conceptual issue with the X
server's event processing.

Problem being that the SetPointerMapping request by default changes the core
pointer device. Up to X11R7.4, any core event, no matter who actually generates
it, comes from the core pointer and thus assumes the core pointer's mapping
(which in your case is left-handed).

This problem is fixed in Xorg git, but needs a vastly different input system. It
also requires configuration tools to set the button mapping per device, and not
just for the core pointer.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/11

------------------------------------------------------------------------
On 2008-07-15T07:41:26+00:00 Peter wrote:

Did some more research, fix is possible for F9.

X.Org Bug 11683 [1] changed the mapping behaviour to take the device's button
mapping instead of the core pointer's. However, the core protocol request
SetPointerMapping applies to all devices, so a SetDeviceButtonMapping request is
required.

A button mapping per device is thus possible but requires an appropriate
configuration tool.

Changing component to control-center, this should be part of gnome-
mouse-properties.

[1] http://bugs.freedesktop.org/show_bug.cgi?id=11683

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/12

------------------------------------------------------------------------
On 2008-07-28T19:38:42+00:00 Ray wrote:

So at one point a long time ago gnome-settings-daemon just SetPointerMapping and
when users set their mouse to left handed mode only the first mouse would be
left handed and subsequent mice would be right handed.

(It got even weirder if you had /dev/mice as one device and /dev/input/mouse2
then you'd end up with the left and right mouse button getting pressed
simultaneously no matter which button you pressed)

I fixed that in gnome-settings-daemon by using SetDeviceButtonMapping on every
mouse device to be left handed.  I assume the code is still like that, but I
haven't looked at it in a while.

We don't need a configuration tool, we need to detect that the touch pad and not
remap it (assuming that's possible)

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/13

------------------------------------------------------------------------
On 2008-07-28T22:24:59+00:00 Matěj wrote:

(In reply to comment #6)
> We don't need a configuration tool, we need to detect that the touch pad and
> not remap it (assuming that's possible)

Peter, what do you think?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/14

------------------------------------------------------------------------
On 2008-07-29T01:13:03+00:00 Peter wrote:

SetDeviceButtonMapping is definitely the right way to go. In theory, a touchpad
should have the Atom XI_TOUCHPAD set as its type, although at least synaptics
doesn't do it.
so you need some other (human) method to figure out which device is a touchpad.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/15

------------------------------------------------------------------------
On 2008-07-29T13:44:26+00:00 Ray wrote:

we should fix synaptics, not punt to the user

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/16

------------------------------------------------------------------------
On 2008-08-11T01:48:50+00:00 Peter wrote:

*** Bug 442250 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/17

------------------------------------------------------------------------
On 2008-10-24T00:50:52+00:00 Peter wrote:

(In reply to comment #9)
> we should fix synaptics, not punt to the user

xorg-x11-drv-synaptics-0.15.2 announces itself as type XI_TOUCHPAD.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/19

------------------------------------------------------------------------
On 2008-11-15T11:15:58+00:00 Frank wrote:

Any updates on this?
As my original https://bugzilla.redhat.com/show_bug.cgi?id=442250
is still there in the latest F-10\Rawhide,
and with F8 coming near eol :(

Frank

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/20

------------------------------------------------------------------------
On 2008-12-07T12:17:30+00:00 Frank wrote:

(In reply to comment #12)
> Any updates on this?
> As my original https://bugzilla.redhat.com/show_bug.cgi?id=442250
> is still there in the latest F-10\Rawhide,
> and with F8 coming near eol :(
> 
> Frank

This now seems to be sorted in F-10, is sporadic in F-9.
No longer have F8 insalled.

F10 -- xorg-x11-drv-synaptics-0.15.2-1.fc10.i386
F9 -- xorg-x11-drv-synaptics-0.15-3.fc9.i386


Frank

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/21

------------------------------------------------------------------------
On 2008-12-08T11:52:46+00:00 Matěj wrote:

Reporter, could you confirm, this has been fixed in F-10, please?

Thank you

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/22

------------------------------------------------------------------------
On 2008-12-08T20:48:11+00:00 David wrote:

No, I can see that this issue has NOT been resolved in F10 and is still
apparent, at least with xorg-x11-drv-synaptics-0.15.2-1 which seems to
be the latest released.

[root@clevo ~]# rpm -q -a | grep xorg-x11-drv-synaptics
xorg-x11-drv-synaptics-0.15.2-1.fc10.i386

[root@clevo ~]# uname -a
Linux clevo 2.6.27.5-117.fc10.i686 #1 SMP Tue Nov 18 12:19:59 EST 2008 i686 
i686 i386 GNU/Linux

Changing the mouse orientation setting to left still incorrectly makes a
tap on the touch pad bring up a pop-up menu.

input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input5
input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input6

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/23

------------------------------------------------------------------------
On 2008-12-09T23:42:41+00:00 Peter wrote:

this is back to control-center now, it needs to avoid mapping buttons
for devices that announce themselves as type XI_TOUCHPAD (see Comment
#6)

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/24

------------------------------------------------------------------------
On 2008-12-10T17:27:30+00:00 Fedora wrote:

gnome-settings-daemon-2.24.1-6.fc10 has been submitted as an update for Fedora 
10.
http://admin.fedoraproject.org/updates/gnome-settings-daemon-2.24.1-6.fc10

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/25

------------------------------------------------------------------------
On 2008-12-10T17:47:56+00:00 Ray wrote:

Created attachment 326532
Pushed this untested patch

Would someone mind giving it a go?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/26

------------------------------------------------------------------------
On 2008-12-10T22:45:31+00:00 Peter wrote:

Sorry, still changes my touchpad (that's with 2.24.1-7)

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/27

------------------------------------------------------------------------
On 2008-12-10T22:57:30+00:00 Ray wrote:

Pushing another (again untested) build that may work.

We were calling XSetPointerMapping and the XInput equivalent.  Since
XSetPointerMapping works on all devices now instead of just the core
pointer, it was undoing the fix.

This change drops the XSetPointerMapping call.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/28

------------------------------------------------------------------------
On 2008-12-11T07:56:00+00:00 Fedora wrote:

gnome-settings-daemon-2.24.1-7.fc10 has been pushed to the Fedora 10 testing 
repository.  If problems still persist, please make note of it in this bug 
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update gnome-settings-daemon'.  You 
can provide feedback for this update here: 
http://admin.fedoraproject.org/updates/F10/FEDORA-2008-11131

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/29

------------------------------------------------------------------------
On 2008-12-12T15:17:19+00:00 Ray wrote:

I spent some time testing this yesterday and it's not working.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/30

------------------------------------------------------------------------
On 2009-01-29T23:04:03+00:00 Fedora wrote:

gnome-settings-daemon-2.24.1-7.fc10 has been pushed to the Fedora 10
stable repository.  If problems still persist, please make note of it in
this bug report.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/31

------------------------------------------------------------------------
On 2009-02-02T11:04:49+00:00 Mike wrote:

Tested 2.24.1-7 on Samsung Q35 - switched mouse to left handed, and
touchpad has also switched so that tap no longer gives normal options.
So this updated has not worked for this laptop.  This confirms comment
#22 and a further attempt at fixing this problem is needed.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/32

------------------------------------------------------------------------
On 2009-02-02T11:05:47+00:00 Mike wrote:

Please re-open this bug as the problem is not fixed.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/33

------------------------------------------------------------------------
On 2009-02-02T11:24:20+00:00 Matěj wrote:

(In reply to comment #25)
> Please re-open this bug as the problem is not fixed.

Please file a new bug, so that we have you as a reporter.

Thank you

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/34

------------------------------------------------------------------------
On 2009-02-02T20:58:07+00:00 Mike wrote:

https://bugzilla.redhat.com/show_bug.cgi?id=483639

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/35

------------------------------------------------------------------------
On 2009-05-08T03:43:20+00:00 Bastien wrote:

*** Bug 455492 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-
daemon/+bug/27724/comments/36


** Changed in: gnome-settings-daemon (Fedora)
   Importance: Unknown => High

** Bug watch added: freedesktop.org Bugzilla #11683
   https://bugs.freedesktop.org/show_bug.cgi?id=11683

** Bug watch added: Red Hat Bugzilla #442250
   https://bugzilla.redhat.com/show_bug.cgi?id=442250

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/27724

Title:
  Touchpads should be unaffected by left handed mouse option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/27724/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to