Results 1 to 8 of 8

Thread: Touchpad accuracy/sensitivity issues

  1. #1
    Join Date
    Jul 2008
    Beans
    36

    Angry Touchpad accuracy/sensitivity issues

    Hello all,

    I have been fighting w/ my touchpad since I installed Ubuntu 8.04 x64.

    I wish it would just work like it does in Vista or XP, but as long as I can configure it properly, I will be happy as a clam.

    My biggest beef, when trying to make small precise movements, it get's really jumpy. I have tried messing with the touch sensitivity of the touch pad (how sensitive it is the pressure you apply), and the normal sensitivity option, as well as the acceleration...to no avail.

    Another problem I have that is probably related, is that sometimes the touchpad doesn't respond to my 'touch'...is it giving me the silent treatment?

    I am running a Dell Vostro, if anyone with a similar setup could send me your xorg.conf (I think that's where they reside) settings or provide any suggestions, I will be most grateful.

    Thanks!

  2. #2
    Join Date
    Mar 2008
    Location
    Columbia, MO
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad accuracy/sensitivity issues

    What model of the Vostro. I'm running the 1000 series with 8.04 and everything works flawless.

  3. #3
    Join Date
    Jul 2008
    Beans
    36

    Re: Touchpad accuracy/sensitivity issues

    I've got the Vostro 1500...I think the only difference b/t mine and yours is yours has the AMD chipset as opposed to the Intel.

    Would you mind posting the contents of your xorg.conf relating to pointing devices?

  4. #4
    Join Date
    May 2007
    Location
    San Antonio, TEXAS
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Touchpad accuracy/sensitivity issues

    sudo gedit /etc/X11/xorg.conf


    ADD THESE LINES BELOW THE MOUSE SECTION:

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


    ADD THIS LINE IN THE SERVERLAYOUT SECTION:

    InputDevice "Synaptics Touchpad"
    Our only ignorance is our own intelligence
    Linux Is not Windows | Atheros 5007 Wifi Chipset Hardy (8.04LTS) Install|
    Linux user number 479043 | Ubuntu User number is # 24065

  5. #5
    Join Date
    Mar 2006
    Location
    United Kingdom
    Beans
    1,141
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Touchpad accuracy/sensitivity issues

    If your touchpad is listed in xorg.conf as a Synaptics driver, then there is a GUI app that you can adjust you touchpad with called GSynaptics and it is in the repos. You can install with:

    sudo apt-get install gsynaptics
    Bob
    _____________________________________________
    I used to be very indecisive, but now I am not so sure.

  6. #6
    Join Date
    Jan 2007
    Beans
    142

    Re: Touchpad accuracy/sensitivity issues

    k33bz:

    The touchpad on two of my machines are just WAY too sensitive, sending the cursor off into another portion of a document while I am typing if I happen to even brush the touchpad with my thumb.

    I struggled with this for over 6 months with Fedora 8. In Fedora 8 there is no touchpad section in xorg.conf. I tried adding a touchpad section into xorg.conf on Fedora 8, and it was ignored. I never did find a solution in Fedora 8.

    I am now running Kubuntu 8.04, and this worked just fine on both my daughter's Vostro 1700, and my Vostro 1710. On both machines, all I had to do was add the shmconfig option (everything else was already there), and install gsynaptics (there appears to be no KDE equivalent to the Gnome app). As we both run KDE, I added gsynaptics to the menu structure as well.

    So, I can confirm that this solution works, and this terribly annoying oversensitive touchpad is now much more dormant.

    Frank.
    Single booting Linux at home and at work all day, every day.

  7. #7
    Join Date
    Dec 2007
    Beans
    70

    Re: Touchpad accuracy/sensitivity issues

    I installed gsynaptics as suggested, adjusted the sensitivity and disabled clicks, and it worked great. Except that at some point in my session, all of these settings randomly revert to the way they were before and I have ultra-sensitive mouse clicks again that make it almost impossible to type.

  8. #8
    Join Date
    Apr 2010
    Beans
    6

    Re: Touchpad accuracy/sensitivity issues

    gsynaptics worked as a sharp!

    Thanks guys!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •