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
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. > > AngeloHow about Option "ZAxisMapping" "7 6" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050716/38f04f12/attachment-0001.sig>
Op 17-jul-2005, om 14:00 heeft centos-request at centos.org het volgende geschreven:> Message: 6 > Date: Sat, 16 Jul 2005 07:51:36 -0500 > From: Johnny Hughes <mailing-lists at hughesjr.com> > Subject: Re: [CentOS] Logitech Marble Mouse on CentOS 4 > To: CentOS ML <centos at centos.org> > Message-ID: <1121518296.14097.191.camel at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20050717/fac3cd3e/attachment-0001.html>