Tip: How to Configure Your Synaptics Touchpad in Linux
One of the prominent features of notebooks today is the presence of the touchpad in place of a mouse. My Acer 5570 notebook has Synaptics Touchpad which is compatible with Linux systems that I have installed. Though the settings of Synpatics are present by default on systems, you can tweak the settings to match your preferences.
To make some changes on your Synaptics settings, you can edit the /etc/X11/xorg.conf file and locate the section that looks like this:
Section “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizEdgeScroll” “0″
EndSection
Add this line before the EndSection part:
Option “SHMConfig” “true”
Then you need to download the gsynaptics (for GNOME) or ksynaptics (for KDE) package. Since I am using Kubuntu, I will download the ksynaptics package like so:
sudo apt-get install ksynaptics
And restart your X server.
ksynaptics (or gsynaptics) are now running on the system tray and to open the configuration box, right click on the ksynaptics icon and select Configure ksynaptics. If you do not see the icon in the system tray, press the ALT + F2 keys together to open the Run dialog box and type in ksynaptics to open the configuration window.
You can now configure your Synaptics Touchpad to your liking.
Related Posts
1 Comment to “Tip: How to Configure Your Synaptics Touchpad in Linux”
Post comment
Search PinoyTux
Subscribe to Email Feeds
Blog Lounge
Popular Posts
Recent Posts
- “Cannot retrieve repository metadata” error on RHEL 5.7
- Test GSM Modem Using minicom
- Graphene: The Super Supercapacitor
Recent Comments
- Akira on Cebu Pacific Airlines is Evil!
- Rai on Tip: How to Use watch Command
- Rai on Cebu Pacific Airlines is Evil!
- Manas Savkoor on Tip: How to Use watch Command
- Jacky on Tip: Hiding Files Inside An Image in Linux











[...] this link… –>http://www.pinoytux.com/linux/tip-ho…chpad-in-linux or this one… –>http://linuxinside.blogspot.com/2007…figure-it.html Found these with a [...]