Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2003 23:50:30 -0500
From:      Rahul Siddharthan <rsidd@online.fr>
To:        Mikko Ty?l?j?rvi <mbsd@pacbell.net>
Cc:        Marcin Dalecki <mdcki@gmx.net>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Synaptics touchpad extendid support.
Message-ID:  <20030106045030.GA1881@papagena.rockefeller.edu>
In-Reply-To: <20030105135944.K18514-100000@atlas.home>
References:  <20030105065921.GA1481@papagena.rockefeller.edu> <20030105135944.K18514-100000@atlas.home>

next in thread | previous in thread | raw e-mail | index | archive | help
>  * Make moused map up/down into buttons 4/5:
> 
>      moused -m 4=2 -m 5=4 -p /dev/psm0 -t auto
> 
>  * Make X do the rest.  From XF86Config (for XFree 4.2):
> 
>    Section "InputDevice"
>         Identifier  "Mouse0"
>         Driver      "mouse"
>         Option      "Protocol" "Auto"
>         Option      "Device" "/dev/sysmouse"
>         Option      "Resolution" "100"
>         Option      "Emulate3Buttons"
>         Option      "Buttons" "5"
>    EndSection

This works perfectly.  Thanks!

 
>    This makes X handle emulation of the middle button.  Hmm... looks
>    like there already is a default ZAxisMapping.  If you have
>    problems, try adding
> 
> 	Option	 "ZAxisMapping" "4 5"

Curiously, if I add this option I kill the up/down buttons altogether:
xev shows no activity when they're pressed.

Thanks Marcin and hope this can make it to the main tree soon!

- Rahul

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030106045030.GA1881>