Ubuntu touchpad issues - mouse pointer jumps aroundErratic Cursor: Laptop Touchpad Driver?touchpad acts funny after sleepCursor jumps randomly on Dell E5470 - Ubuntu 18.04Problem with arrow keys and boot screen flickeringPointer Randomly Jumps Ahead in Ubuntu 18.04 (Razer Blade 2017)Troubleshooting low speed touchpad pointer behaviorMy TouchPad is not responding on an Acer Aspire E1-471-6650How to config Trackpoint + Synaptics touchpad only enable clicks on Linux (Ubuntu)Weird touchpad behaviour on ubuntu 16.04How to enable touchpad, without changing touchpad settings in BIOS to basicTouchpad moves/clicks on its ownTouchpad freezing, detection issues, 17.10 on Acer Swift 1Ubuntu 18 touchpad not working properlyTouchpad no longer working on Ubuntu 18.04 for ASUS zenbook

How can I deal with my coworkers using unknown jargon and acronyms?

Why give an android emotions?

P-Channel MOSFET Inrush Current Limiting - Transistor burn issue

How much would we learn from observing an FTL starship fly by?

Can you counterspell a spell if you don't know who's casting it?

How do I recover from a cryptocurrency scam?

Extract subsequence corresponding to n:th pattern from a file

When will xrandr version 1.5.1 be available in Ubuntu?

C++ namespace collision in copy constructor

Aliens kill as an art form, surprised that humans don't appreciate

Is it possible to remove the trash icon from the dock on macOS Catalina?

My passport's Machine Readable Zone is damaged. How do I deal with it?

Chess PhD topic in machine learning?

Sending non-work emails to colleagues. Is it rude?

How do you help a new player evaluate complex multiclassing options without driving them and yourself crazy?

Is it true that almost everyone who starts a PhD and sticks around long enough can get one?

Finding a solution to a linear program with a small number of zeros

Is there any possible way to automatically update the locators when developer changes the locators

Traveling in a world with ever-changing landscapes

Can a transcendent matrix have an algebraic spectrum?

Is there any conceivable way to "turn off" a star?

Is economics a science?

Anacruses, Bar Lines, and Line Breaks

Why is this negated with nicht and not kein?



Ubuntu touchpad issues - mouse pointer jumps around


Erratic Cursor: Laptop Touchpad Driver?touchpad acts funny after sleepCursor jumps randomly on Dell E5470 - Ubuntu 18.04Problem with arrow keys and boot screen flickeringPointer Randomly Jumps Ahead in Ubuntu 18.04 (Razer Blade 2017)Troubleshooting low speed touchpad pointer behaviorMy TouchPad is not responding on an Acer Aspire E1-471-6650How to config Trackpoint + Synaptics touchpad only enable clicks on Linux (Ubuntu)Weird touchpad behaviour on ubuntu 16.04How to enable touchpad, without changing touchpad settings in BIOS to basicTouchpad moves/clicks on its ownTouchpad freezing, detection issues, 17.10 on Acer Swift 1Ubuntu 18 touchpad not working properlyTouchpad no longer working on Ubuntu 18.04 for ASUS zenbook






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









13


















I am having major issues with Ubuntu touchpad on a Dell Latitude 3570 Laptop. If I use a USB mouse, everything works fine, but if I use a touchpad it is very hard to control. For example, if I want to click on something that is in the middle of the screen, I click, but for some reason Ubuntu THINKS I have clicked at the bottom Left-Hand corner of the screen, and thus opens the rubbish bin. It is REALLY making me angry.



I read somewhere that the following changes to synclient would fix it:



synclient FingerLow=9
synclient FingerHigh=10


These don't work. And in any case as soon as I reboot the machine, synclient resets back to defaults (FingerLow=25, FingerHigh=30), so even if they did work I would have to set them every time I rebooted the machine!



Is there anything else I can try? This is driving me insane. For the sake of my sanity, please help me before I smash up my laptop.



As requested, xinput list gives me the following:



⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06F3:00 06CB:75DA Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]









share|improve this question



























  • To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

    – WinEunuuchs2Unix
    Mar 19 '17 at 18:46











  • @WinEunuuchs2Unix - I have made the necessary edits for you.

    – SamuelH
    Mar 19 '17 at 19:01











  • My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

    – WinEunuuchs2Unix
    Mar 19 '17 at 20:24











  • @WinEunuuchs2Unix - how would I install that?

    – SamuelH
    Mar 19 '17 at 22:47






  • 1





    Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

    – WinEunuuchs2Unix
    Mar 20 '17 at 1:12

















13


















I am having major issues with Ubuntu touchpad on a Dell Latitude 3570 Laptop. If I use a USB mouse, everything works fine, but if I use a touchpad it is very hard to control. For example, if I want to click on something that is in the middle of the screen, I click, but for some reason Ubuntu THINKS I have clicked at the bottom Left-Hand corner of the screen, and thus opens the rubbish bin. It is REALLY making me angry.



I read somewhere that the following changes to synclient would fix it:



synclient FingerLow=9
synclient FingerHigh=10


These don't work. And in any case as soon as I reboot the machine, synclient resets back to defaults (FingerLow=25, FingerHigh=30), so even if they did work I would have to set them every time I rebooted the machine!



Is there anything else I can try? This is driving me insane. For the sake of my sanity, please help me before I smash up my laptop.



As requested, xinput list gives me the following:



⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06F3:00 06CB:75DA Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]









share|improve this question



























  • To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

    – WinEunuuchs2Unix
    Mar 19 '17 at 18:46











  • @WinEunuuchs2Unix - I have made the necessary edits for you.

    – SamuelH
    Mar 19 '17 at 19:01











  • My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

    – WinEunuuchs2Unix
    Mar 19 '17 at 20:24











  • @WinEunuuchs2Unix - how would I install that?

    – SamuelH
    Mar 19 '17 at 22:47






  • 1





    Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

    – WinEunuuchs2Unix
    Mar 20 '17 at 1:12













13













13









13


5






I am having major issues with Ubuntu touchpad on a Dell Latitude 3570 Laptop. If I use a USB mouse, everything works fine, but if I use a touchpad it is very hard to control. For example, if I want to click on something that is in the middle of the screen, I click, but for some reason Ubuntu THINKS I have clicked at the bottom Left-Hand corner of the screen, and thus opens the rubbish bin. It is REALLY making me angry.



I read somewhere that the following changes to synclient would fix it:



synclient FingerLow=9
synclient FingerHigh=10


These don't work. And in any case as soon as I reboot the machine, synclient resets back to defaults (FingerLow=25, FingerHigh=30), so even if they did work I would have to set them every time I rebooted the machine!



Is there anything else I can try? This is driving me insane. For the sake of my sanity, please help me before I smash up my laptop.



As requested, xinput list gives me the following:



⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06F3:00 06CB:75DA Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]









share|improve this question
















I am having major issues with Ubuntu touchpad on a Dell Latitude 3570 Laptop. If I use a USB mouse, everything works fine, but if I use a touchpad it is very hard to control. For example, if I want to click on something that is in the middle of the screen, I click, but for some reason Ubuntu THINKS I have clicked at the bottom Left-Hand corner of the screen, and thus opens the rubbish bin. It is REALLY making me angry.



I read somewhere that the following changes to synclient would fix it:



synclient FingerLow=9
synclient FingerHigh=10


These don't work. And in any case as soon as I reboot the machine, synclient resets back to defaults (FingerLow=25, FingerHigh=30), so even if they did work I would have to set them every time I rebooted the machine!



Is there anything else I can try? This is driving me insane. For the sake of my sanity, please help me before I smash up my laptop.



As requested, xinput list gives me the following:



⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ DLL06F3:00 06CB:75DA Touchpad id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=14 [slave pointer (2)]
⎜ ↳ USB Optical Mouse id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Power Button id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Integrated_Webcam_HD id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
↳ Dell WMI hotkeys id=15 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]






mouse touchpad mouse-pointer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 19 '17 at 19:17







SamuelH

















asked Mar 19 '17 at 18:38









SamuelHSamuelH

6102 gold badges8 silver badges19 bronze badges




6102 gold badges8 silver badges19 bronze badges















  • To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

    – WinEunuuchs2Unix
    Mar 19 '17 at 18:46











  • @WinEunuuchs2Unix - I have made the necessary edits for you.

    – SamuelH
    Mar 19 '17 at 19:01











  • My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

    – WinEunuuchs2Unix
    Mar 19 '17 at 20:24











  • @WinEunuuchs2Unix - how would I install that?

    – SamuelH
    Mar 19 '17 at 22:47






  • 1





    Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

    – WinEunuuchs2Unix
    Mar 20 '17 at 1:12

















  • To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

    – WinEunuuchs2Unix
    Mar 19 '17 at 18:46











  • @WinEunuuchs2Unix - I have made the necessary edits for you.

    – SamuelH
    Mar 19 '17 at 19:01











  • My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

    – WinEunuuchs2Unix
    Mar 19 '17 at 20:24











  • @WinEunuuchs2Unix - how would I install that?

    – SamuelH
    Mar 19 '17 at 22:47






  • 1





    Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

    – WinEunuuchs2Unix
    Mar 20 '17 at 1:12
















To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

– WinEunuuchs2Unix
Mar 19 '17 at 18:46





To make it easier to answer questions you should always include your dell laptop model number. Also in your particular case please edit your question and paste in the output from the terminal command xinput list - Thank you.

– WinEunuuchs2Unix
Mar 19 '17 at 18:46













@WinEunuuchs2Unix - I have made the necessary edits for you.

– SamuelH
Mar 19 '17 at 19:01





@WinEunuuchs2Unix - I have made the necessary edits for you.

– SamuelH
Mar 19 '17 at 19:01













My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

– WinEunuuchs2Unix
Mar 19 '17 at 20:24





My Dell Inspiron 17R 7720 SE uses this touchpad driver: ↳ AlpsPS/2 ALPS GlidePoint id=15 [slave pointer (2)] Although I'm not sure what difference that makes. However I have no problems with my touchpad the rare occasions I use it.

– WinEunuuchs2Unix
Mar 19 '17 at 20:24













@WinEunuuchs2Unix - how would I install that?

– SamuelH
Mar 19 '17 at 22:47





@WinEunuuchs2Unix - how would I install that?

– SamuelH
Mar 19 '17 at 22:47




1




1





Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

– WinEunuuchs2Unix
Mar 20 '17 at 1:12





Congrats! +1 to your question and +1 to your answer so others will follow in your footsteps (um touchpad fingerprints).

– WinEunuuchs2Unix
Mar 20 '17 at 1:12










6 Answers
6






active

oldest

votes


















4



















Well, following advice from user WinEunuuchs2Unix, I DID google this. Apparently it is a major bug, has been since Ubuntu 14.04. Anyway, on the bug report page, a guy called Juan Hernandez (juanhm) suggested that installing xserver-xorg-input-libinput worked for him. I wanted to try this, so I typed:



sudo apt-get install xserver-xorg-input-libinput


and I got a message about broken dependencies, but it also said that the above package depended on xserver-xorg-core, so I tried running:



sudo apt-get install xserver-xorg-core


This installed a whole lot of xserver-xorg packages. I then ran:



sudo apt-get install xserver-xorg-input-libinput


and this time it worked. Next I rebooted, and tried to run:



sudo apt-get remove --purge xserver-xorg-input-synaptics


but it had already been removed. My touchpad in System Settings is now a very very simple dialogue, BUT the pointer doesn't seem to be jumping around anymore! The only disadvantage I can see is that I can no longer tap the touchpad to click (I have to use the buttons), but I wasn't doing that anyway!



So I do believe this is now working!



The bug report page is here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667



I will update it to confirm that Juan Hernandez's suggestion worked.






share|improve this answer

























  • didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

    – Anand Rockzz
    Jun 17 '18 at 15:58











  • I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

    – rustyx
    Oct 14 at 20:14



















2



















I am using Razer Blade Early 2017 and my touchpad is Synaptics TM2438-005 running Ubuntu 18.04 Bionic Beaver



I was looking everywhere for a solution and had to dig through the history of synclient, being replaced by libinput and the corresponding cli tool xinput.



But this article solved my problem and more specifically, simply installing libinput-tools



$ sudo apt install libinput-tools



Bionic Beaver is not using Unity as a GUI server but uses Gnome instead, so I am guessing all the dependencies are in there already (xserver-core, libinput etc.)



For anyone who is having issues on Ubuntu 18.04 - this solved my problem and I have a semi-working touchpad now. It still jumps occasionally, but that's once per 10 new touch presses, it used to be every ~millisecond.






share|improve this answer

























  • I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

    – Devin Ersoy
    Mar 1 at 3:27


















1



















In my case @SamuelH solution didn't work since everything was already installed and up to date. What I helped was



  • Disable Natural Scroll

  • Enable Edge scrolling

  • Reduce touch pad speed

  • Disable Tap to click

Machine:



Dell E6540


OS:



$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04 LTS
Release: 18.04
Codename: bionic





share|improve this answer


































    1



















    Please refer to this solution by Alucard



    I have tested this with the same laptop being a Latitude E5470 running Bionic Beaver with all the latest updates.



    It would seem that the pointer stick or the "nipple" is what causes the cursor to randomly jump. If you have your backlit keyboard enabled you will see it switch on when the cursor jumps.



    For ease of use I will paste Alucard's solution below:



    1) Type in terminal:



    xinput list


    Look for something like "AlpsPS/2 ALPS DualPoint Stick". Look for a field "ID=xxx" of that particular device.



    2) Type in terminal:



    xinput -list-props ID of Dualpoint Stick


    One of the lines should be something like: "Device Enabled (142): 1" Take note of the ID, which is 142 in this case).



    3) Disable Dualpoint Stick: (Setting value to 0 is the same as disabling the device)



    xinput -set-prop ID of Dualpoint Stick 142 0





    share|improve this answer
































      0



















      I had this same issue. I solved it by installing Ubuntu 16.04 then updating to 18.04. I think it is some problem with the firmware.






      share|improve this answer


































        -2



















        I had the same problem with my computer. I went through the various fixes and found there are several reasons for the problem consequently several different possible solutions. I isolated the hard drive with no change. The problem was not in the HD. I isolated the bios and cashe with no change. The only thing left since I have a touch screen was the touch screen chip. To fix that I simple put my finger on the icon as it rested in the upper left corner of the screen and dragged it down to the centre of the screen. It worked for a few minutes then went back to the corner again. I used my finger on it again this time it stayed and has not acted erratic again. Hope this helps.






        share|improve this answer




















        • 1





          I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

          – Zanna
          Oct 15 '17 at 7:59












        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "89"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );














        draft saved

        draft discarded
















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f894679%2fubuntu-touchpad-issues-mouse-pointer-jumps-around%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown


























        6 Answers
        6






        active

        oldest

        votes








        6 Answers
        6






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        4



















        Well, following advice from user WinEunuuchs2Unix, I DID google this. Apparently it is a major bug, has been since Ubuntu 14.04. Anyway, on the bug report page, a guy called Juan Hernandez (juanhm) suggested that installing xserver-xorg-input-libinput worked for him. I wanted to try this, so I typed:



        sudo apt-get install xserver-xorg-input-libinput


        and I got a message about broken dependencies, but it also said that the above package depended on xserver-xorg-core, so I tried running:



        sudo apt-get install xserver-xorg-core


        This installed a whole lot of xserver-xorg packages. I then ran:



        sudo apt-get install xserver-xorg-input-libinput


        and this time it worked. Next I rebooted, and tried to run:



        sudo apt-get remove --purge xserver-xorg-input-synaptics


        but it had already been removed. My touchpad in System Settings is now a very very simple dialogue, BUT the pointer doesn't seem to be jumping around anymore! The only disadvantage I can see is that I can no longer tap the touchpad to click (I have to use the buttons), but I wasn't doing that anyway!



        So I do believe this is now working!



        The bug report page is here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667



        I will update it to confirm that Juan Hernandez's suggestion worked.






        share|improve this answer

























        • didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

          – Anand Rockzz
          Jun 17 '18 at 15:58











        • I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

          – rustyx
          Oct 14 at 20:14
















        4



















        Well, following advice from user WinEunuuchs2Unix, I DID google this. Apparently it is a major bug, has been since Ubuntu 14.04. Anyway, on the bug report page, a guy called Juan Hernandez (juanhm) suggested that installing xserver-xorg-input-libinput worked for him. I wanted to try this, so I typed:



        sudo apt-get install xserver-xorg-input-libinput


        and I got a message about broken dependencies, but it also said that the above package depended on xserver-xorg-core, so I tried running:



        sudo apt-get install xserver-xorg-core


        This installed a whole lot of xserver-xorg packages. I then ran:



        sudo apt-get install xserver-xorg-input-libinput


        and this time it worked. Next I rebooted, and tried to run:



        sudo apt-get remove --purge xserver-xorg-input-synaptics


        but it had already been removed. My touchpad in System Settings is now a very very simple dialogue, BUT the pointer doesn't seem to be jumping around anymore! The only disadvantage I can see is that I can no longer tap the touchpad to click (I have to use the buttons), but I wasn't doing that anyway!



        So I do believe this is now working!



        The bug report page is here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667



        I will update it to confirm that Juan Hernandez's suggestion worked.






        share|improve this answer

























        • didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

          – Anand Rockzz
          Jun 17 '18 at 15:58











        • I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

          – rustyx
          Oct 14 at 20:14














        4















        4











        4









        Well, following advice from user WinEunuuchs2Unix, I DID google this. Apparently it is a major bug, has been since Ubuntu 14.04. Anyway, on the bug report page, a guy called Juan Hernandez (juanhm) suggested that installing xserver-xorg-input-libinput worked for him. I wanted to try this, so I typed:



        sudo apt-get install xserver-xorg-input-libinput


        and I got a message about broken dependencies, but it also said that the above package depended on xserver-xorg-core, so I tried running:



        sudo apt-get install xserver-xorg-core


        This installed a whole lot of xserver-xorg packages. I then ran:



        sudo apt-get install xserver-xorg-input-libinput


        and this time it worked. Next I rebooted, and tried to run:



        sudo apt-get remove --purge xserver-xorg-input-synaptics


        but it had already been removed. My touchpad in System Settings is now a very very simple dialogue, BUT the pointer doesn't seem to be jumping around anymore! The only disadvantage I can see is that I can no longer tap the touchpad to click (I have to use the buttons), but I wasn't doing that anyway!



        So I do believe this is now working!



        The bug report page is here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667



        I will update it to confirm that Juan Hernandez's suggestion worked.






        share|improve this answer














        Well, following advice from user WinEunuuchs2Unix, I DID google this. Apparently it is a major bug, has been since Ubuntu 14.04. Anyway, on the bug report page, a guy called Juan Hernandez (juanhm) suggested that installing xserver-xorg-input-libinput worked for him. I wanted to try this, so I typed:



        sudo apt-get install xserver-xorg-input-libinput


        and I got a message about broken dependencies, but it also said that the above package depended on xserver-xorg-core, so I tried running:



        sudo apt-get install xserver-xorg-core


        This installed a whole lot of xserver-xorg packages. I then ran:



        sudo apt-get install xserver-xorg-input-libinput


        and this time it worked. Next I rebooted, and tried to run:



        sudo apt-get remove --purge xserver-xorg-input-synaptics


        but it had already been removed. My touchpad in System Settings is now a very very simple dialogue, BUT the pointer doesn't seem to be jumping around anymore! The only disadvantage I can see is that I can no longer tap the touchpad to click (I have to use the buttons), but I wasn't doing that anyway!



        So I do believe this is now working!



        The bug report page is here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1574667



        I will update it to confirm that Juan Hernandez's suggestion worked.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Mar 20 '17 at 0:54









        SamuelHSamuelH

        6102 gold badges8 silver badges19 bronze badges




        6102 gold badges8 silver badges19 bronze badges















        • didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

          – Anand Rockzz
          Jun 17 '18 at 15:58











        • I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

          – rustyx
          Oct 14 at 20:14


















        • didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

          – Anand Rockzz
          Jun 17 '18 at 15:58











        • I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

          – rustyx
          Oct 14 at 20:14

















        didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

        – Anand Rockzz
        Jun 17 '18 at 15:58





        didn't help: ``` xserver-xorg-core is already the newest version (2:1.19.6-1ubuntu4). xserver-xorg-input-libinput is already the newest version (0.27.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ```

        – Anand Rockzz
        Jun 17 '18 at 15:58













        I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

        – rustyx
        Oct 14 at 20:14






        I have no clue what these steps did, but it helped (not 100%, but around 80% less jumps). (Ubuntu 18.04 on Panasonic CF-LX3)

        – rustyx
        Oct 14 at 20:14














        2



















        I am using Razer Blade Early 2017 and my touchpad is Synaptics TM2438-005 running Ubuntu 18.04 Bionic Beaver



        I was looking everywhere for a solution and had to dig through the history of synclient, being replaced by libinput and the corresponding cli tool xinput.



        But this article solved my problem and more specifically, simply installing libinput-tools



        $ sudo apt install libinput-tools



        Bionic Beaver is not using Unity as a GUI server but uses Gnome instead, so I am guessing all the dependencies are in there already (xserver-core, libinput etc.)



        For anyone who is having issues on Ubuntu 18.04 - this solved my problem and I have a semi-working touchpad now. It still jumps occasionally, but that's once per 10 new touch presses, it used to be every ~millisecond.






        share|improve this answer

























        • I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

          – Devin Ersoy
          Mar 1 at 3:27















        2



















        I am using Razer Blade Early 2017 and my touchpad is Synaptics TM2438-005 running Ubuntu 18.04 Bionic Beaver



        I was looking everywhere for a solution and had to dig through the history of synclient, being replaced by libinput and the corresponding cli tool xinput.



        But this article solved my problem and more specifically, simply installing libinput-tools



        $ sudo apt install libinput-tools



        Bionic Beaver is not using Unity as a GUI server but uses Gnome instead, so I am guessing all the dependencies are in there already (xserver-core, libinput etc.)



        For anyone who is having issues on Ubuntu 18.04 - this solved my problem and I have a semi-working touchpad now. It still jumps occasionally, but that's once per 10 new touch presses, it used to be every ~millisecond.






        share|improve this answer

























        • I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

          – Devin Ersoy
          Mar 1 at 3:27













        2















        2











        2









        I am using Razer Blade Early 2017 and my touchpad is Synaptics TM2438-005 running Ubuntu 18.04 Bionic Beaver



        I was looking everywhere for a solution and had to dig through the history of synclient, being replaced by libinput and the corresponding cli tool xinput.



        But this article solved my problem and more specifically, simply installing libinput-tools



        $ sudo apt install libinput-tools



        Bionic Beaver is not using Unity as a GUI server but uses Gnome instead, so I am guessing all the dependencies are in there already (xserver-core, libinput etc.)



        For anyone who is having issues on Ubuntu 18.04 - this solved my problem and I have a semi-working touchpad now. It still jumps occasionally, but that's once per 10 new touch presses, it used to be every ~millisecond.






        share|improve this answer














        I am using Razer Blade Early 2017 and my touchpad is Synaptics TM2438-005 running Ubuntu 18.04 Bionic Beaver



        I was looking everywhere for a solution and had to dig through the history of synclient, being replaced by libinput and the corresponding cli tool xinput.



        But this article solved my problem and more specifically, simply installing libinput-tools



        $ sudo apt install libinput-tools



        Bionic Beaver is not using Unity as a GUI server but uses Gnome instead, so I am guessing all the dependencies are in there already (xserver-core, libinput etc.)



        For anyone who is having issues on Ubuntu 18.04 - this solved my problem and I have a semi-working touchpad now. It still jumps occasionally, but that's once per 10 new touch presses, it used to be every ~millisecond.







        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered May 1 '18 at 9:10









        ikoifikoif

        211 bronze badge




        211 bronze badge















        • I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

          – Devin Ersoy
          Mar 1 at 3:27

















        • I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

          – Devin Ersoy
          Mar 1 at 3:27
















        I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

        – Devin Ersoy
        Mar 1 at 3:27





        I also am having the same problem of my touch pad skipping on the razer blade 2018. What would installing libinput-tools do? I am quite new to ubuntu so I'm not sure if just installing it is good enough to fix the problem.

        – Devin Ersoy
        Mar 1 at 3:27











        1



















        In my case @SamuelH solution didn't work since everything was already installed and up to date. What I helped was



        • Disable Natural Scroll

        • Enable Edge scrolling

        • Reduce touch pad speed

        • Disable Tap to click

        Machine:



        Dell E6540


        OS:



        $ lsb_release -a
        No LSB modules are available.
        Distributor ID: Ubuntu
        Description: Ubuntu 18.04 LTS
        Release: 18.04
        Codename: bionic





        share|improve this answer































          1



















          In my case @SamuelH solution didn't work since everything was already installed and up to date. What I helped was



          • Disable Natural Scroll

          • Enable Edge scrolling

          • Reduce touch pad speed

          • Disable Tap to click

          Machine:



          Dell E6540


          OS:



          $ lsb_release -a
          No LSB modules are available.
          Distributor ID: Ubuntu
          Description: Ubuntu 18.04 LTS
          Release: 18.04
          Codename: bionic





          share|improve this answer





























            1















            1











            1









            In my case @SamuelH solution didn't work since everything was already installed and up to date. What I helped was



            • Disable Natural Scroll

            • Enable Edge scrolling

            • Reduce touch pad speed

            • Disable Tap to click

            Machine:



            Dell E6540


            OS:



            $ lsb_release -a
            No LSB modules are available.
            Distributor ID: Ubuntu
            Description: Ubuntu 18.04 LTS
            Release: 18.04
            Codename: bionic





            share|improve this answer
















            In my case @SamuelH solution didn't work since everything was already installed and up to date. What I helped was



            • Disable Natural Scroll

            • Enable Edge scrolling

            • Reduce touch pad speed

            • Disable Tap to click

            Machine:



            Dell E6540


            OS:



            $ lsb_release -a
            No LSB modules are available.
            Distributor ID: Ubuntu
            Description: Ubuntu 18.04 LTS
            Release: 18.04
            Codename: bionic






            share|improve this answer















            share|improve this answer




            share|improve this answer








            edited Jun 30 '18 at 7:39

























            answered Jun 17 '18 at 16:06









            Anand RockzzAnand Rockzz

            2151 gold badge3 silver badges11 bronze badges




            2151 gold badge3 silver badges11 bronze badges
























                1



















                Please refer to this solution by Alucard



                I have tested this with the same laptop being a Latitude E5470 running Bionic Beaver with all the latest updates.



                It would seem that the pointer stick or the "nipple" is what causes the cursor to randomly jump. If you have your backlit keyboard enabled you will see it switch on when the cursor jumps.



                For ease of use I will paste Alucard's solution below:



                1) Type in terminal:



                xinput list


                Look for something like "AlpsPS/2 ALPS DualPoint Stick". Look for a field "ID=xxx" of that particular device.



                2) Type in terminal:



                xinput -list-props ID of Dualpoint Stick


                One of the lines should be something like: "Device Enabled (142): 1" Take note of the ID, which is 142 in this case).



                3) Disable Dualpoint Stick: (Setting value to 0 is the same as disabling the device)



                xinput -set-prop ID of Dualpoint Stick 142 0





                share|improve this answer





























                  1



















                  Please refer to this solution by Alucard



                  I have tested this with the same laptop being a Latitude E5470 running Bionic Beaver with all the latest updates.



                  It would seem that the pointer stick or the "nipple" is what causes the cursor to randomly jump. If you have your backlit keyboard enabled you will see it switch on when the cursor jumps.



                  For ease of use I will paste Alucard's solution below:



                  1) Type in terminal:



                  xinput list


                  Look for something like "AlpsPS/2 ALPS DualPoint Stick". Look for a field "ID=xxx" of that particular device.



                  2) Type in terminal:



                  xinput -list-props ID of Dualpoint Stick


                  One of the lines should be something like: "Device Enabled (142): 1" Take note of the ID, which is 142 in this case).



                  3) Disable Dualpoint Stick: (Setting value to 0 is the same as disabling the device)



                  xinput -set-prop ID of Dualpoint Stick 142 0





                  share|improve this answer



























                    1















                    1











                    1









                    Please refer to this solution by Alucard



                    I have tested this with the same laptop being a Latitude E5470 running Bionic Beaver with all the latest updates.



                    It would seem that the pointer stick or the "nipple" is what causes the cursor to randomly jump. If you have your backlit keyboard enabled you will see it switch on when the cursor jumps.



                    For ease of use I will paste Alucard's solution below:



                    1) Type in terminal:



                    xinput list


                    Look for something like "AlpsPS/2 ALPS DualPoint Stick". Look for a field "ID=xxx" of that particular device.



                    2) Type in terminal:



                    xinput -list-props ID of Dualpoint Stick


                    One of the lines should be something like: "Device Enabled (142): 1" Take note of the ID, which is 142 in this case).



                    3) Disable Dualpoint Stick: (Setting value to 0 is the same as disabling the device)



                    xinput -set-prop ID of Dualpoint Stick 142 0





                    share|improve this answer














                    Please refer to this solution by Alucard



                    I have tested this with the same laptop being a Latitude E5470 running Bionic Beaver with all the latest updates.



                    It would seem that the pointer stick or the "nipple" is what causes the cursor to randomly jump. If you have your backlit keyboard enabled you will see it switch on when the cursor jumps.



                    For ease of use I will paste Alucard's solution below:



                    1) Type in terminal:



                    xinput list


                    Look for something like "AlpsPS/2 ALPS DualPoint Stick". Look for a field "ID=xxx" of that particular device.



                    2) Type in terminal:



                    xinput -list-props ID of Dualpoint Stick


                    One of the lines should be something like: "Device Enabled (142): 1" Take note of the ID, which is 142 in this case).



                    3) Disable Dualpoint Stick: (Setting value to 0 is the same as disabling the device)



                    xinput -set-prop ID of Dualpoint Stick 142 0






                    share|improve this answer













                    share|improve this answer




                    share|improve this answer










                    answered Sep 20 at 11:42









                    Hunter LoweHunter Lowe

                    451 silver badge11 bronze badges




                    451 silver badge11 bronze badges
























                        0



















                        I had this same issue. I solved it by installing Ubuntu 16.04 then updating to 18.04. I think it is some problem with the firmware.






                        share|improve this answer































                          0



















                          I had this same issue. I solved it by installing Ubuntu 16.04 then updating to 18.04. I think it is some problem with the firmware.






                          share|improve this answer





























                            0















                            0











                            0









                            I had this same issue. I solved it by installing Ubuntu 16.04 then updating to 18.04. I think it is some problem with the firmware.






                            share|improve this answer
















                            I had this same issue. I solved it by installing Ubuntu 16.04 then updating to 18.04. I think it is some problem with the firmware.







                            share|improve this answer















                            share|improve this answer




                            share|improve this answer








                            edited Aug 21 '18 at 19:39









                            Stephen Rauch

                            1,1566 gold badges9 silver badges17 bronze badges




                            1,1566 gold badges9 silver badges17 bronze badges










                            answered Aug 21 '18 at 13:28









                            abi jithuabi jithu

                            1011 gold badge1 silver badge3 bronze badges




                            1011 gold badge1 silver badge3 bronze badges
























                                -2



















                                I had the same problem with my computer. I went through the various fixes and found there are several reasons for the problem consequently several different possible solutions. I isolated the hard drive with no change. The problem was not in the HD. I isolated the bios and cashe with no change. The only thing left since I have a touch screen was the touch screen chip. To fix that I simple put my finger on the icon as it rested in the upper left corner of the screen and dragged it down to the centre of the screen. It worked for a few minutes then went back to the corner again. I used my finger on it again this time it stayed and has not acted erratic again. Hope this helps.






                                share|improve this answer




















                                • 1





                                  I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                  – Zanna
                                  Oct 15 '17 at 7:59















                                -2



















                                I had the same problem with my computer. I went through the various fixes and found there are several reasons for the problem consequently several different possible solutions. I isolated the hard drive with no change. The problem was not in the HD. I isolated the bios and cashe with no change. The only thing left since I have a touch screen was the touch screen chip. To fix that I simple put my finger on the icon as it rested in the upper left corner of the screen and dragged it down to the centre of the screen. It worked for a few minutes then went back to the corner again. I used my finger on it again this time it stayed and has not acted erratic again. Hope this helps.






                                share|improve this answer




















                                • 1





                                  I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                  – Zanna
                                  Oct 15 '17 at 7:59













                                -2















                                -2











                                -2









                                I had the same problem with my computer. I went through the various fixes and found there are several reasons for the problem consequently several different possible solutions. I isolated the hard drive with no change. The problem was not in the HD. I isolated the bios and cashe with no change. The only thing left since I have a touch screen was the touch screen chip. To fix that I simple put my finger on the icon as it rested in the upper left corner of the screen and dragged it down to the centre of the screen. It worked for a few minutes then went back to the corner again. I used my finger on it again this time it stayed and has not acted erratic again. Hope this helps.






                                share|improve this answer














                                I had the same problem with my computer. I went through the various fixes and found there are several reasons for the problem consequently several different possible solutions. I isolated the hard drive with no change. The problem was not in the HD. I isolated the bios and cashe with no change. The only thing left since I have a touch screen was the touch screen chip. To fix that I simple put my finger on the icon as it rested in the upper left corner of the screen and dragged it down to the centre of the screen. It worked for a few minutes then went back to the corner again. I used my finger on it again this time it stayed and has not acted erratic again. Hope this helps.







                                share|improve this answer













                                share|improve this answer




                                share|improve this answer










                                answered Oct 14 '17 at 15:30









                                user61999user61999

                                11 bronze badge




                                11 bronze badge










                                • 1





                                  I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                  – Zanna
                                  Oct 15 '17 at 7:59












                                • 1





                                  I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                  – Zanna
                                  Oct 15 '17 at 7:59







                                1




                                1





                                I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                – Zanna
                                Oct 15 '17 at 7:59





                                I suggest you make a self-answered question about this with full details, instead of posting an answer where it doesn't belong to a hardware-specific question about a different device

                                – Zanna
                                Oct 15 '17 at 7:59


















                                draft saved

                                draft discarded















































                                Thanks for contributing an answer to Ask Ubuntu!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f894679%2fubuntu-touchpad-issues-mouse-pointer-jumps-around%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown









                                Popular posts from this blog

                                Tamil (spriik) Luke uk diar | Nawigatjuun

                                Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                                Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?