Re: Thinkpad middle button for scrolling?

Marcin Jessa <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Organization YazzY.org
Message-ID <[email protected]>
On Wed, 21 Sep 2005 01:00:04 +0200
Jochen Gensch <[email protected]> wrote:

> Hi,
> 
> is there any way to configure the middle button of a thinpad for
> scrolling under X? Under Windows I can hold it down and scroll a page up
> / down by moving the track point. This would be nice to habe under
> FreeBSD as well :-).
> 
Sure,  this is what you'd need then in your xorg.conf's mouse section:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "80"
        Option      "EmulateWheel" "on"
        Option      "EmulateWheelButton" "2"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "3"
        Option      "CorePointer"
EndSection

Works great on my Thinkpad R50e.

Cheers,
Marcin
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.