[ltp] Trackpoint and Scrolling on R31 ?

Rob Mayoff linux-thinkpad@www.bm-soft.com
10 Jul 2002 10:40:49 -0500


+---------- On Jul 10, ich@borisschroeder.de said:
> Up to now everything seems to work fine, but I'm really missing the
> scroll feature that the third button provides combined with the moving
> trackpoint in Wintendo.

You need to use the "EmulateWheel" and "EmulateWheelButton" options in
your XF86Config-4.  See <http://www.xfree86.org/4.2.0/mouse.4.html>.

You'll probably also want to set "Emulate3Buttons".

For example:

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Device" "/dev/mouse"
        Option "Protocol" "PS/2"
        Option "EmulateWheel" "true"
        Option "EmulateWheelButton" "2"
        Option "YAxisMapping" "4 5"
	Option "Emulate3Buttons" "true"
EndSection



----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html