Op 17-jul-2005, om 14:00 heeft centos-request@centos.org het volgende geschreven:
Message: 6 Date: Sat, 16 Jul 2005 07:51:36 -0500 From: Johnny Hughes mailing-lists@hughesjr.com Subject: Re: [CentOS] Logitech Marble Mouse on CentOS 4 To: CentOS ML centos@centos.org Message-ID: 1121518296.14097.191.camel@myth.home.local Content-Type: text/plain; charset="us-ascii"
On Sat, 2005-07-16 at 14:41 +0200, Angelo Machils wrote:
Hello there!
I just bought this trackball and connected it to a CentOS 4 box. I googled on how to edit xorg.conf for the 2 scrollbuttons, and they work while using this section:
Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Timeout" "50" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Option "Emulate3Buttons" "on" EndSection
But then the left button is for scrolling up, and the right for scrolling down. How can I reverse this?? I have tried several sections from the internet, but most have the same result or don't work at all.
Thanks in advance for any help and/or tips.
Angelo
How about
Option "ZAxisMapping" "7 6"
Yes, one would expect this logical change to work. But it has the same result as "6 7".......
Regards, Angelo