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

link|improve this question
feedback

3 Answers

Since you do not have a Synaptics touchpad, you should not be mucking about with xorg.conf settings. Assuming that the Rii Mini is properly detected by Linux, you should be able to go to Mouse Preferences (in the "System" menu) and disable tap-to-click:

alt text

If the "Touchpad" tab does not appear, then Linux is not detecting the Rii Mini as having a touchpad. You could follow the instructions to report a bug in HAL or the Linux kernel.

link|improve this answer
feedback

Have you tried GPointingDeviceSettings (a GUI program) already? Just sudo apt-get install gpointing-device-settings and you have it installed.

link|improve this answer
feedback

you can disable tap-click for a small amount of time after keyboard activity by doing

syndaemon -d -t

see man syndaemon for more info

link|improve this answer
It doesn't seem I am using synaptics drivers – Rob Aug 2 '10 at 1:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.