Fix inspiron N7110 ALPS Touchpad in Ubuntu
I recently purchased a new dell inspiron N7110. The laptop is great and Ubuntu 11.04 works quite well but there is one important problem.
The problem with most touchpads on laptops is that you'll often touch them accidentally while typing, this gets recorded as a tap/click and the typing cursor might move to another location and thus you might and up tying to a whole different place.
With synaptics touchpads or ALPS touchpads ( this is what N7110 has - ALPS Glidepoint) you can use syndaemon, a program that would run in background, monitor the keyboard and disable the touchpad while you type. But this program only works for touchpads which are being recognized as synaptics or ALPS touchpads. The touchpad on N7110 was recognized as a simple mouse, Xorg loaded the evdev driver instead of synaptics.
So I thought that maybe I can modify syndaemon to make it work with mice too. And I did. I noticed a lot of other people have the same problem so this could be useful even if you have a different touchpad that's also recognized as a mouse.
Download the patch for syndaemon here:
syndaemon mouse support patch- (1.95 kB)
To apply the patch:
apt-get install xorg-dev mkdir synaptics && cd synaptics #install the synaptics driver source package apt-get source xserver-xorg-input-synaptics # cd to the code directory , your version might be different depending on when you do this cd xserver-xorg-input-synaptics-1.3.99+git20110116.0e27ce3abe/tools # apply the patch patch < syndaemon-mouse.diff # go to source main folder cd .. # configure, compile and install, by default in /usr/local so it will not override the system installed syndaemon ./configure && make && make install
The patch adds a new option to syndaemon to tell it to disable the mouse instead of a touchpad, without this the program will just exit when it can't find the touchpad.
# run syndaemon with the -s option this enables mouse support /usr/local/bin/syndaemon -i 1 -K -d -s
Don't forget to start it every time you start X.
Of course this is more like a quick hack then a real fix. A real fix would make Xorg or the kernel ( not sure exactly where the problem really is ) recognize this touchpad as a touchpad not as a mouse.
PatchLog

Well, this has been something I was looking for for loooong time, since there is no “official” solution available as of now. However, the patch command didn’t work, I guess due to change in the syndaemon.c. I had to manually apply the patch by copy pasting line by line from patch file, but at the end of it, the effort was worth. It started working. Now tap to click is disabled on typing on my Dell inspiron N5030.
God Bless You!
Sorry about the hard work you had to do
and thanks for letting me know.
I have updated the patch and the instructions so it will work now.
The idea is you should download the new diff file, put it in the tools folder, apply the patch, go up one dir then run configure && make && make install
Thanks again for the patch.
This worked on my Dell E6320 as well, was about to go mad with my thumbs hitting the touchpad all the causing hell. Thanks a lot!
Couldn’t compile the driver once patched. Couldn’t find the xmacros? How’d you get past this step
I didn’t really need it, I was on Ubuntu 11.04 and that version already has the configure script built. I think the macros are in the xutils-dev package.
can you post the configure script? It’s not built in 10.10 and xutils-dev puts the xmacros in the wrong place
I don’t think it’s enough … I think the autogen.sh script also creates Makefiles
Anyway here’s the source code for the package in 11.04. Maybe you can “extract” the configure,makefiles or maybe it will even compile on maverick too.
http://patchlog.com/xserver-xorg-input-synaptics-1.3.99+git20110116.0e27ce3a.tar.gz
My patch is not applied. You’ll have to download the patch from this post and apply it.
I think I’ll have to compile xutils-dev from source – there was a major change in the last month.
Thanks a ton. I have been hitting my head against the wall for a bit now….it is ridiculous that glidepoint is so awful.
Man thanx a million!!! This really helped me out big time. I was so damn frustrated almost to the point of returning back this laptop. It’s funny how this dell model, Inspiron N7110 doesn’t have a button on the touchpad like most other laptops to enable/disable touchpad. But at any rate, thanks much. Oh by the way, I install Ubuntu 11.10 Alternate version with encryption of my entire disk. I had to do some extra downloading of programs, but other than than, you scored.
Thanx million