IBM Thinkpad T23 trackpoint XF86Config

"Nawfal bin Mohmad Rouyan" <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
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/
_______________________________________________
[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.