Humboldt Penguin Support Information

Resting thumbs disables pointer temporary fix (for the touchpad on at least Ubuntu 14.04/Trisquel 7)

#Patch: http://pastebin.com/38nn5z9R (https://bugs.freedesktop.org/show_bug.cgi?id=66532#c5)
#Config: http://pastebin.com/drJKRmW8

### Build the deb
apt-get build-dep xserver-xorg-input-synaptics
apt-get source xserver-xorg-input-synaptics
cd xserver-xorg-input-synaptics-*
wget -q -O - http://pastebin.com/raw.php?i=38nn5z9R | patch -p1
dpkg-buildpackage -us -uc -nc
cd .. #here there should be your deb ready to be installed

### Configure trackpad
mkdir -p /etc/X11/xorg.conf.d/
wget -q -O /etc/X11/xorg.conf.d/10-synaptics.conf http://pastebin.com/raw.php?i=drJKRmW8

Change AreaBottomEdge value in /etc/X11/xorg.conf.d/10-synaptics.conf to 1185

Reboot