[ltp] tp-scroll

Tino Keitel linux-thinkpad@linux-thinkpad.org
Mon, 3 Mar 2008 08:57:03 +0100


On Sun, Mar 02, 2008 at 11:02:04 +0100, Stephan Holl wrote:
> Hello Thinkpad-gurus,
> 
> I am trying to use tp-scroll on my x61 and I do have partly success.

Why? Horizontal and vertical scrolling works out of the box with recent
versions of Xorg. Maybe more detailed information can be found on
www.thinkwiki.org.

Here is the relevant part of the xorg.conf on my T23:

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
	Option	    "CorePointer"
        Option      "Protocol" "ExplorerPS/2"
	Option      "EmulateWheel" "true"
	Option      "EmulateWheelButton" "2"
	Option      "YAxisMapping" "4 5"
	Option      "XAxisMapping" "6 7"


EndSection

Regards,
Tino