Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2003 18:48:30 +0800 (MYT)
From:      "Nawfal bin Mohmad Rouyan" <nawfal@mmu.edu.my>
To:        freebsd-mobile@freebsd.org
Subject:   IBM Thinkpad T23 trackpoint XF86Config
Message-ID:  <1044.10.100.11.80.1054205310.squirrel@webmail.mmu.edu.my>

next in thread | raw e-mail | index | archive | help
Hi All,

I don't know whether this has been posted here or not but just want
to report that I've successfully configured X to use the third mouse
button on my IBM Thinkpad T23 to have the same function as in
Windows.

Below is my entry for mouse device in XF86Config file. The moused
daemon has to be disabled first before using this configuration.
Attempt to use /dev/sysmouse is not successful. I have to use
/dev/psm0 to make it work.

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

Hope this benefits IBM Thinkpad users out there :)

-- 
Nawfal bin Mohmad Rouyan
CITS1, Multimedia University.




--------------------------------------------
Multimedia University Webmail System.
http://webmail.mmu.edu.my/



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