
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Getting_Macbook_Touchpad_working_correctly&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Getting Macbook Touchpad working correctly - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Getting_Macbook_Touchpad_working_correctly&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Getting_Macbook_Touchpad_working_correctly&amp;action=history"/>
		<updated>2013-05-23T05:08:54Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Getting_Macbook_Touchpad_working_correctly&amp;diff=6203&amp;oldid=prev</id>
		<title>Zambayoni at 17:06, 26 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Getting_Macbook_Touchpad_working_correctly&amp;diff=6203&amp;oldid=prev"/>
				<updated>2009-02-26T17:06:00Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;HOWTO- Getting Macbook Touchpad working correctly&lt;br /&gt;
&lt;br /&gt;
This howto is what to do to get your Macbook touchpad working correctly.  When I first installed Sabayon, my mouse seemed to drift to the top right corner every time I put my finger on the touchpad.  Also, trying to move the mouse around seemed very slow.  I used these commands from a Gentoo wiki[http://gentoo-wiki.com/HARDWARE_Apple_MacBook#Touchpad_in_X11] to configure the Macbook touchpad.&lt;br /&gt;
&lt;br /&gt;
Open up a terminal instance and make sure you have root access.&lt;br /&gt;
&lt;br /&gt;
Use Vi (or your favorite editor) to edit /etc/modules.autoload.d/kernel-2.6   and make sure you have these listed in this order.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
uhci_hcd&lt;br /&gt;
evdev&lt;br /&gt;
appletouch&lt;br /&gt;
usbhid&lt;br /&gt;
mousedev&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make sure that your xorg.conf has this in it.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
       Identifier      &amp;quot;Synaptics Touchpad&amp;quot;&lt;br /&gt;
       Driver          &amp;quot;synaptics&amp;quot;&lt;br /&gt;
       Option          &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
       Option          &amp;quot;Device&amp;quot;                &amp;quot;/dev/input/mouse1&amp;quot;&lt;br /&gt;
       Option          &amp;quot;Protocol&amp;quot;              &amp;quot;auto-dev&amp;quot;&lt;br /&gt;
       Option  &amp;quot;LeftEdge&amp;quot;      &amp;quot;100&amp;quot;&lt;br /&gt;
       Option  &amp;quot;RightEdge&amp;quot;     &amp;quot;1120&amp;quot;&lt;br /&gt;
       Option  &amp;quot;TopEdge&amp;quot;       &amp;quot;50&amp;quot;&lt;br /&gt;
       Option  &amp;quot;BottomEdge&amp;quot;    &amp;quot;310&amp;quot;&lt;br /&gt;
       Option  &amp;quot;FingerLow&amp;quot;     &amp;quot;25&amp;quot;&lt;br /&gt;
       Option  &amp;quot;FingerHigh&amp;quot;    &amp;quot;30&amp;quot;&lt;br /&gt;
       Option  &amp;quot;MaxTapTime&amp;quot;    &amp;quot;180&amp;quot;&lt;br /&gt;
       Option  &amp;quot;MaxTapMove&amp;quot;    &amp;quot;220&amp;quot;&lt;br /&gt;
       Option  &amp;quot;MaxDoubleTapTime&amp;quot;      &amp;quot;180&amp;quot;&lt;br /&gt;
       Option  &amp;quot;VertScrollDelta&amp;quot;       &amp;quot;20&amp;quot;&lt;br /&gt;
       Option  &amp;quot;HorizScrollDelta&amp;quot;      &amp;quot;50&amp;quot;&lt;br /&gt;
       Option  &amp;quot;MinSpeed&amp;quot;      &amp;quot;0.79&amp;quot;&lt;br /&gt;
       Option  &amp;quot;MaxSpeed&amp;quot;      &amp;quot;0.88&amp;quot;&lt;br /&gt;
       Option  &amp;quot;AccelFactor&amp;quot;   &amp;quot;0.0015&amp;quot;&lt;br /&gt;
       Option  &amp;quot;SHMConfig&amp;quot;     &amp;quot;on&amp;quot;&lt;br /&gt;
EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Restart X  (CTRL+ALT+Backspace) and now you should be able to move your mouse even though it still may drift. &lt;br /&gt;
 &lt;br /&gt;
To  fix the touchpad drifting problem, you will have to configure your touchpad through the Control Center (assuming you are using KDE).  Navigate to peripherals -&amp;gt; touchpad and check the box that says ALPS.  Click on configure and a window should pop up with instructions.  Basically all you have to do is left click and then move your finger along the side it tells you to so it knows the dimensions of your touchpad.  It may take a little while before it recognizes and the “Next” button is available for you to press.  Finish this and your touchpad should be working without the annoying drift.  I hope this helped. &lt;br /&gt;
&lt;br /&gt;
Vertical/horizontal scrolling is achieved by moving the finger at the right/bottom edge of the pad. You can also activate a &amp;quot;Mac-style&amp;quot; two-finger-scrolling behaviour by adding the section below to xorg.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  Option &amp;quot;VertTwoFingerScroll&amp;quot;  &amp;quot;1&amp;quot;&lt;br /&gt;
  Option &amp;quot;HorizTwoFingerScroll&amp;quot; &amp;quot;1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Input Devices|Getting Macbook Touchpad working correctly]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>