Comment 37 for bug 68370

Revision history for this message
Nicolò Chieffo (yelo3) wrote : Re: [Bug 68370] Re: Synaptics touchpad not enabled for second X display

yes it is possible (and easier)
1) apt-get source xserver-xorg-input-synaptics
2) wget http://launchpadlibrarian.net/8354070/patch
3) patch -p0 < patch
4) sudo apt-get build-dep xserver-xorg-input-synaptics
5) cd xserver-xorg-input-synaptics*
6) sudo dpkg-buildpackage
7) cd ..
8) sudo dpkg -i xserver-xorg-input-synaptics*.deb

is it possible to push this patch upstream?