On Wed, 22 Mar 2006 17:47:33 +0800
[EMAIL PROTECTED] wrote:

Go read this page:

http://www.xfree86.org/current/mouse5.html

You want the section on ZAxisMappping.  You basically want to flip the
wheel so that up is down and down is up.

In my InputDevice section for my mouse I have:

Option  "ZAxisMapping" "4 5"

I could reverse them like so:

Option  "ZAxisMapping" "5 4"

Or I could send *negative* values like so:

Option  "ZAxisMapping" "N4 N5"

Or I could send *negative* *reverse* values like so:

Option  "ZAxisMapping" "N5 N4"


I don't have and alps touchpad, so I am not sure which one will work
for you.  Try out each and restart X to see what works.


Jim
-- 
gentoo-user@gentoo.org mailing list

Reply via email to