[ltp] Setting up the trackpoint

Richard Neill linux-thinkpad@linux-thinkpad.org
Tue, 10 Jan 2006 03:03:19 +0000


Daniel Maier wrote:
> On Mon, Jan 09, 2006 at 11:32:08AM +0100, Eric Van Buggenhaut wrote:
> 
>>Scroll emulation should now be handled in the X server. First do:
>>
>>  # echo -n 0 > 
>>  # /sys/devices/platform/i8042/serio0/serio2/middle_btn_disable 
>>
>>    Then, for versions of Xorg since ~Oct '04, add these lines to your 
>>    TrackPoint configuration section in /etc/X11/xorg.conf:
>>
>>      Option          "EmulateWheel"          "on"
>>      Option          "EmulateWheelButton"    "2"
> 
> X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-11 20051129054125
> David Nusinow <dnusinow@debian.org>)
> Release Date: 9 February 2005
> 
> Well, scrolling works for me, but then the middle mouse button isnt
> working anymore, as it was working before (pasting). Do I have an
> outdated x.org version?
> 

If you can get Xorg 6.9.0 (you need the release - end of Dec 2005, not
just a release candidate), you will have another option:
  EmulateWheelTimeout.
This is excellent. You can now have a fabulous middle button which does
	Vertical scroll
	Horiz scroll
	Paste.

An older alternative is to run the tp_scroll program.

Richard