Difference between revisions of "MagicTrackPad"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with "* https://bbs.archlinux.org/viewtopic.php?id=96422 <pre> udevadm info --query=all --path=$(udevadm info --query=path --name=/dev/sdx) </pre> * http://fedoraproject.org/wiki/Inpu...")
 
 
Line 1: Line 1:
 +
== On Natty + ==
 +
 +
* Pairing and first setup: https://wiki.ubuntu.com/Multitouch/AppleMagicTrackpad
 +
 +
* Testing: https://wiki.ubuntu.com/Multitouch/Testing/UsingGesturetest
 +
<pre>
 +
$ sudo apt-get install utouch
 +
$ gesturetest 0 0 0xffffffff
 +
</pre>
 +
 +
 +
== Messy xorg stuff ==
 +
 
* https://bbs.archlinux.org/viewtopic.php?id=96422
 
* https://bbs.archlinux.org/viewtopic.php?id=96422
 
<pre>
 
<pre>

Latest revision as of 10:14, 5 August 2011

On Natty +

$ sudo apt-get install utouch
$ gesturetest 0 0 0xffffffff


Messy xorg stuff

udevadm info --query=all --path=$(udevadm info --query=path --name=/dev/sdx)