Skip to content

Instantly share code, notes, and snippets.

@vprus
Last active December 18, 2015 02:29
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 vprus/5711774 to your computer and use it in GitHub Desktop.
Save vprus/5711774 to your computer and use it in GitHub Desktop.
Apple Magic Trackpad x.org configuration for dual-screen setup. To be put in /usr/share/X11/xorg.conf.d/60-apple-magic-trackpad.conf to Ubuntu. Based on recipe in http://blog.tkassembled.com/308/a-better-magic-trackpad-experience-in-linux/
# Configuration for fine-tuning only the Apple Magic Trackpad.
Section "InputClass"
Identifier "Apple Magic Trackpad"
Driver "synaptics"
# Match only the Apple Magic Trackpad
MatchUSBID "05ac:030e"
MatchIsTouchpad "on"
# Set resolution tweaks for better response
Option "VertResolution" "38"
Option "HorizResolution" "76"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment