Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 19 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 19

I had been facing the same problem in Kubuntu Feisty Fawn, and got it
solved as follows (courtesy goes to ubuntuguide.org):

This disables the touchpad while typing:
First edit |/etc/X11/xorg.conf| to allow the |syndaemon| utility to
access the touchpad's settings -
sudo gedit /etc/X11/xorg.conf

Find the touchpad section:

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection

Add the |SHMConfig| option if it does not already exist.
After restarting X (log out and log in again), you will be able to run
|syndaemon|.
syndaemon -t -d
You may have to restart your computer.

To have |syndaemon| start up automatically when you log on, add the
command as a new startup program (System -> Preferences -> Sessions ->
Startup Programs).

Share: 

 

This Question has 10 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on touchpad settings Or get search suggestion and latest updates.


Tagged: