Skip to content

Instantly share code, notes, and snippets.

@fd0
Created December 16, 2009 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fd0/257695 to your computer and use it in GitHub Desktop.
Save fd0/257695 to your computer and use it in GitHub Desktop.
Section "InputDevice"
Identifier "Trackpoint"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/by-path/platform-i8042-serio-1-mouse"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment