Answers to: Netbook trackpad issue with Ubuntuhttp://linuxexchange.org/questions/969/netbook-trackpad-issue-with-ubuntu<p>My netbook came in today and the first thing I did was get Ubuntu set up. I started out using a USB mouse so I didn't notice this issue right away. However, I've noticed that the trackpad has an issue. If you left click and attempt to drag an item the cursor gets crazy and doesn't do what you'd expect. I'm not sure if it's an issue specific to my netbook (HP Mini 210), Ubuntu for netbooks, or the combination of the two. Has anyone seen anything like this before?</p>enMon, 12 Jul 2010 15:29:16 -0400Answer by LVDavehttp://linuxexchange.org/questions/969/netbook-trackpad-issue-with-ubuntu/1036<p>There's also an app in the repositories called "touchfreeze". Works great to keep the blasted trackpad from zooming the cursor around when I type on the laptop keyboard...</p>LVDaveMon, 12 Jul 2010 15:29:16 -0400http://linuxexchange.org/questions/969/netbook-trackpad-issue-with-ubuntu/1036Answer by Chris Stewarthttp://linuxexchange.org/questions/969/netbook-trackpad-issue-with-ubuntu/970<p>Well, I should have done some searching before I asked the question. I found the answer pretty easily as it seems like this is a common issue. Anyway, at least this will get indexed by Google and will help someone else in the future. Here's how you fix this issue:</p> <pre><code>sudo su echo options psmouse proto=exps &gt; /etc/modprobe.d/psmouse.modprobe reboot </code></pre> <p>Source - <a href="http://ubuntuforums.org/showthread.php?t=1388164" rel="nofollow">http://ubuntuforums.org/showthread.php?t=1388164</a> - Post #6</p>Chris StewartFri, 02 Jul 2010 02:02:56 -0400http://linuxexchange.org/questions/969/netbook-trackpad-issue-with-ubuntu/970