I have a question similar to "How do I disable the trackpage in ubuntu 10.04" but I just want to disable trackpad clicks.
In my case this is not a laptop, but rather a Dell Zino running Ubuntu NBR 10.04 and my input device is Rii mini connected via some form of wireless to the USB wireless dongle. This device has a keyboard and a trackpad.
I have tried using some instructions I found (Disable Synaptics Touchpad & Disable tapping and scrolling on a Synaptics touchpad) from the other question, but I don't get the correct result.
I thought that this might do it, but it doesn't seem I am using synaptics drivers:
htpc-livingroom:~$ synclient MaxTapTime=0
Couldn't find synaptics properties. No synaptics driver loaded?
This is my xorg.conf file:
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "fglrx"
EndSection
