LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-05-2013, 06:46 AM   #1
Xenphor
Member
 
Registered: Aug 2011
Posts: 54

Rep: Reputation: Disabled
How to configure synaptics driver so tap clicking doesn't cause the cursor to jump?


If I'm moving the cursor with the track pad and then stop it over a link on a webpage, when I release my finger and then press the pad again to click, the mouse will usually move a couple pixels which causes the cursor to miss the link. If I'm careful and try to click in the same spot where I took my finger off it can work okay, but that doesn't usually happen.

What synaptics driver options could I change to help? I'm not using any desktop environment really, just openbox and lxpanel.

Last edited by Xenphor; 11-05-2013 at 06:47 AM.
 
Old 11-26-2013, 12:57 PM   #2
CamTheSaxMan
Member
 
Registered: Nov 2013
Distribution: Linux Mint 13 Cinnamon Edition 64-bit, Windows 7 Home Premium SP1 64-bit, Arch Linux 32-bit
Posts: 161

Rep: Reputation: 9
Lowering the pointer speed and turning up the acceleration might help. If you don't have a gui, you can use synclient to adjust these settings. I've never used it, but there is a nice GUI based utility called gsynaptics that can allow you to edit configuration. Type synclient to show all of your parameter settings. Look here for help. To change a setting, type synclient parameter=value , so if I wanted to lower the minimum pointer speed (which currently equals 1, I'd type:
Code:
synclient MinSpeed=0.5
After you've changed synclient parameters to suit your needs, open up your /etc/X11/xorg.conf file and add the options you changed in order to make them "stick" between reboots. Go to the section entitled Input Device and add a line with the settings like this:
Code:
Option "Parameter" "Value"
So, for example, if we wanted to make that speed change permanent, the config file should look like this:
Code:
Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option      "MinSpeed" "O.5"
EndSection
There will probably be other options in here, but do not change them.
 
Old 11-29-2013, 01:14 AM   #3
s.verma
Member
 
Registered: Oct 2013
Distribution: Debian Sid, Gentoo, Arch, Debian
Posts: 186
Blog Entries: 4

Rep: Reputation: 25
Try mine.

Try mine config. (Attachment synclient.txt)
(Since my works fine)
Before backup yours by issuing command
synclient -l > backup

Also try to tap vertically on trackpad, since it may be problem of smoothness of its surface.
Attached Files
File Type: txt synclient.txt (2.2 KB, 18 views)
 
Old 12-02-2013, 09:17 PM   #4
CamTheSaxMan
Member
 
Registered: Nov 2013
Distribution: Linux Mint 13 Cinnamon Edition 64-bit, Windows 7 Home Premium SP1 64-bit, Arch Linux 32-bit
Posts: 161

Rep: Reputation: 9
So, did any of this work?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Synaptics touchpad doesn't work, Driver? howdoI Linux - Newbie 1 09-10-2012 06:43 AM
Touchpad (Alps, driver synaptics, Slackware 13): middle button click doesn't work giberg Slackware 10 11-06-2011 10:58 AM
synaptics-0.15.0 - Howto reenable Tap-to-Click after upgrade ppr:kut Slackware 8 09-17-2008 10:10 AM
stop synaptics touchpad tap click easily Frank Leone Linux - Newbie 6 10-30-2005 05:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration