I just found this new tweak today and I’m really excited about it. The more I look into what is possible with an Ubuntu desktop the more amazed I am. Honestly, if you haven’t tried Ubuntu before (or you know someone who hasn’t) you REALLY should. Things just don’t get easier than this.

This tutorial will outline how to configure your synaptics touchpad (for laptops) via a nice pretty GUI interface. Allowing configuration for general settings (on / off, etc) to scrolling and tapping. You can even change the settings so that you can do a 360 around your touchpad to scroll up/down! Now we’re talking!

First of all, as we do with anything related to the desktop and graphics we MAKE A BACKUP. You might want to use the below command to backup your current xorg.conf file.

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf-backup

We then add one simple line to the xorg configuration. Simply look for this area of your file:

Section “InputDevice”

Identifier “Synaptics Touchpad”

Driver “synaptics”

Option “SendCoreEvents” “true”

Option “Device” “/dev/psaux”

Option “Protocol” “auto-dev”

Option “HorizScrollDelta” “0″

EndSection

and add one more option to the bottom above “EndSection”

Option “SHMConfig” “on”

At this point save the new file and restart your desktop using: sudo /etc/init.d/gdm restart or ctrl-alt-backspace.

After you’ve logged back into your system (Ooh, if for some reason X does not work after rebooting you can simply revert your changes by replacing the backup file again. Use: sudo cp /etc/X11/xorg.conf-backup /etc/X11/xorg.conf) we’ll need to add the package that allows us to configure everything. Install QSynaptics using the command below (or find it using Synaptic Package Manager)

sudo aptitude install qsynaptics

After the installation is complete you can very easily manage tweak your laptop’s touchpad. Some of the options are:

  • On / Off
  • Scrolling On / Off, Normal or Circular
  • Horizontal & Vertical Scrolling speeds
  • One, Two or Three Finger tapping options

Press “ALT-F2″ and type “qsynaptics” to run the QSynaptic GUI Manager and config to your hearts content. If someone reminds me I’ll edit this to include a desktop menu launcher.
Adjust your settings the way you’d like them and make your desktop your own! This is one cool hack–one of my favorites!

technorati tags:, , , , ,

I post tutorials very regularly on this site. You may want to consider subscribing to the RSS feed. Or if you'd prefer these tips sent to your inbox you can use Email Subscriptions.

Related Posts

Random Posts

-->

Comments

17 Responses to “Tweaking your Synaptics Touchpad (laptops) : Ubuntu (6.06.1 / 6.10)”

  1. pearle.ca » Blog Archive » How to disable the Synaptics touchpad tap-to-click mode in Ubuntu Edgy 6.10 on January 17th, 2007 6:59 pm

    [...] My source for this information is Tweaking your Synaptics Touchpad (laptops) : Ubuntu (6.06.1 / 6.10) at ubuntu-tutorials.com. Thanks! [...]

  2. Feckoff.net » Toying with Linux again on March 16th, 2007 4:33 pm

    [...] Next problem: Synaptics touchpad. I’ve experienced this one previously. The touchpad works from the off, but it behaves in an awkward fashion. You can’t change its sensitivity or scrolling behaviour. Cue some more xorg.conf editing and package installation! [...]

  3. martin on April 4th, 2007 3:50 pm

    at first i was one of the people for whom X failed to restart, instead coughing up a debug screen in a nice shade of death-blue… if that happens to you, see if perchance your sPelliNG & kAPitalisAshun is anally correct… i inserted this line:

    SHMConfig “On”

    i should have put:

    SHMConfig “on”

    now everything works. death to tapping!

    thanks for this page.

  4. disabling tapping on synaptics touchpads in linux « asocial studies on April 4th, 2007 4:27 pm

    [...] e500, which happens to use the Synaptics touchpad. i hate tapping, so i wanted to disable it. this is what i had to do. one caveat, the spelling was important. in order to get past the “Can’t access shared [...]

  5. Reuel on April 17th, 2007 7:12 pm

    All I wanted to do was change sensitivity. I hate this touch pad, but it was tolerable when I could change sensitivity. Now I have to almost smack my computer to get a left-click. Oh well. Sure beats that MS thingy.

  6. Randy Holt on April 24th, 2007 5:32 pm

    The qsynaptics fix works fine, except when I first start up Ubuntu. It seems that the touchpad reverts to its old state. I’ve found that I have to invoke qsynaptics, then immediately close it, to get the touchpad to work the way I want it to. Is there a way to do something like this during startup?

    Thanks for your help.

  7. O’DonnellWeb - This is not a homeschooling blog » Blog Archive » links for 2007-04-28 on April 28th, 2007 4:19 pm

    [...] Tweaking your Synaptics Touchpad (laptops) : Ubuntu (6.06.1 / 6.10) : Ubuntu Tutorials : Breezy - Da… (tags: howto linux ubuntu touchpad) [...]

  8. dhs on May 7th, 2007 6:26 am

    Randy, I had the same problem with Synaptic losing the double-tap settings on restart. I added this line to /etc/X11/xorg.conf:
    Option “TapButton1″ “0″

  9. Jesse on May 10th, 2007 6:38 pm

    What if your entire section for Input devices touchpad is missing. I am new to ubuntu and have been impressed up till now. This touchpad problem is far to complicated for a new user to figure out.

  10. John on May 15th, 2007 1:41 pm

    Thanks - great tip.

  11. Lou on May 26th, 2007 5:13 pm

    Dood, this rocks. I hate tap to click and now it’s off. Glad someone put this up on the internet.

  12. beire on June 10th, 2007 11:23 am

    my section for touchpad devices was also missing, i have put these lines in xorg.conf:

    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

    and in the section:
    Section “ServerLayout”

    i have changed
    InputDevice “Configured Mouse”

    into this:
    InputDevice “Synaptics Touchpad”

    then i installed qsynaptics
    i can start it but it doesnt change anything.. i cant scroll horizontal
    what can i do about this?

  13. beire on June 10th, 2007 11:35 am

    i found out that i cant scroll horizontal but when i scrol horizontal i go to the previous or to the next site in the internetbrowser,
    can anyone help me?
    thanks

  14. Glen Robinson on June 17th, 2007 6:48 am

    In the server section of xorg.conf.
    Just add another line (you can leave the input device configured mouse line in)
    “input device” Synaptics Touchpad”.
    Then assuming you have added the complete initial section (in original post).
    Restart X with CTL-ALT-BACKSPACE.
    Check that SHMconfig et.al. is running by entering:
    synclient -l .
    This should give you a complete list of options - and NOT SHMconfig not running
    errors.
    Now to turn off a tap on the touchpad emulating a mouse click enter:
    synclient MaxTapTime=0

    Finally, you probably want to put the applicable synclient options in your bash startup scripts

  15. CLICK on October 12th, 2007 3:10 pm

    More Synaptic touchpad configuration tips for Ubuntu…

    Depending on the distro, the Alps touchpad on the $0 Laptop — a Gateway Solo 1450 — reacts completely differently. It usually allows a tap on the touchpad to be interpreted as a left-click. At first it’s annoying, and later……

  16. Mike Chicago on November 7th, 2007 1:10 pm

    Thank you so much for posting this. Fantastic!

  17. Amr Mostafa on April 15th, 2008 12:06 pm

    Update: On Edgy, I can see this part of GNOME’s preferences. Not sure if it’s available on previous Ubuntu’s (GNOMEs) or not. But anyway. System => Preferences => Mouse. Then click on “Touchpad”.

    Cheers,

Leave a Reply




    OSCON


    OSCON 2008

    Subscribe to the RSS feed!


    subscribe to the ubuntu tutorials RSS feed

    Polls


  • Regarding the Ads on Ubuntu Tutorials...

    • I dislike all web-based ads and use AdBlock (or similar) to destroy them! (49%, 155 Votes)
    • I don't mind the text-based ads on ubuntu-tutorials.com and currently view them. (31%, 99 Votes)
    • I would be willing to disable AdBlock (or similar) for this site considering I have found it helpful. (16%, 51 Votes)
    • I subscribe to ubuntu-tutorials.com via RSS or email so ads are a non-issue. (15%, 48 Votes)
    • I'd be willing to use the "Donate" button instead of see ads. (5%, 17 Votes)

    Total Voters: 316

    Loading ... Loading ...

  • Blogroll

  • Ads by Google