Pointer Randomly Jumps Ahead in Ubuntu 18.04 (Razer Blade 2017)
So I recently upgraded from Ubuntu 16.04 to Ubuntu 18.04, and my mouse pointer has been acting weird. When I use an external mouse, the pointer works relatively smoothly, but when I use my synaptic touchpad built into my Razer Blade 2017, it is slightly laggy and jumps ahead, up to an inch, in the direction my pointer is moving to. When I restart my laptop, the jumpiness is minimised. However, when I suspend my computer and resume after a fresh restart, the jumpiness is increased. Furthermore, the more programs I run at once, the jumpier the pointer is. The pointer was never a problem in 16.04.
This is my xinput list output:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:15 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:15
If I recall the xinput list from ubntu 16.04 correctly, an element with the words "synaptics" and "touchpad" should be displayed within the "Virtual core pointer" section. Also, the list doesn't change when my external mouse is connected.
When I try the synclient command, I get this:
$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
In 16.04 this command worked and displayed the setting values.
I tried this:
$ sudo apt install xserver-xorg-input-synaptics
However, it didn't fix anything.
I also tried this command suggested by a person with the exact same laptop and LTS version as me:
$ sudo apt install libinput-tools
There was no noticeable improvements.
I have also tried other methods, but they also didn't fix the problem.
It might be worth mentioning that when I was upgrading to 18.04, it failed/crashed mid installation. I used these steps to finish upgrading to 18.04.
18.04 touchpad laptop synaptics cursor
add a comment |
So I recently upgraded from Ubuntu 16.04 to Ubuntu 18.04, and my mouse pointer has been acting weird. When I use an external mouse, the pointer works relatively smoothly, but when I use my synaptic touchpad built into my Razer Blade 2017, it is slightly laggy and jumps ahead, up to an inch, in the direction my pointer is moving to. When I restart my laptop, the jumpiness is minimised. However, when I suspend my computer and resume after a fresh restart, the jumpiness is increased. Furthermore, the more programs I run at once, the jumpier the pointer is. The pointer was never a problem in 16.04.
This is my xinput list output:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:15 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:15
If I recall the xinput list from ubntu 16.04 correctly, an element with the words "synaptics" and "touchpad" should be displayed within the "Virtual core pointer" section. Also, the list doesn't change when my external mouse is connected.
When I try the synclient command, I get this:
$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
In 16.04 this command worked and displayed the setting values.
I tried this:
$ sudo apt install xserver-xorg-input-synaptics
However, it didn't fix anything.
I also tried this command suggested by a person with the exact same laptop and LTS version as me:
$ sudo apt install libinput-tools
There was no noticeable improvements.
I have also tried other methods, but they also didn't fix the problem.
It might be worth mentioning that when I was upgrading to 18.04, it failed/crashed mid installation. I used these steps to finish upgrading to 18.04.
18.04 touchpad laptop synaptics cursor
add a comment |
So I recently upgraded from Ubuntu 16.04 to Ubuntu 18.04, and my mouse pointer has been acting weird. When I use an external mouse, the pointer works relatively smoothly, but when I use my synaptic touchpad built into my Razer Blade 2017, it is slightly laggy and jumps ahead, up to an inch, in the direction my pointer is moving to. When I restart my laptop, the jumpiness is minimised. However, when I suspend my computer and resume after a fresh restart, the jumpiness is increased. Furthermore, the more programs I run at once, the jumpier the pointer is. The pointer was never a problem in 16.04.
This is my xinput list output:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:15 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:15
If I recall the xinput list from ubntu 16.04 correctly, an element with the words "synaptics" and "touchpad" should be displayed within the "Virtual core pointer" section. Also, the list doesn't change when my external mouse is connected.
When I try the synclient command, I get this:
$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
In 16.04 this command worked and displayed the setting values.
I tried this:
$ sudo apt install xserver-xorg-input-synaptics
However, it didn't fix anything.
I also tried this command suggested by a person with the exact same laptop and LTS version as me:
$ sudo apt install libinput-tools
There was no noticeable improvements.
I have also tried other methods, but they also didn't fix the problem.
It might be worth mentioning that when I was upgrading to 18.04, it failed/crashed mid installation. I used these steps to finish upgrading to 18.04.
18.04 touchpad laptop synaptics cursor
So I recently upgraded from Ubuntu 16.04 to Ubuntu 18.04, and my mouse pointer has been acting weird. When I use an external mouse, the pointer works relatively smoothly, but when I use my synaptic touchpad built into my Razer Blade 2017, it is slightly laggy and jumps ahead, up to an inch, in the direction my pointer is moving to. When I restart my laptop, the jumpiness is minimised. However, when I suspend my computer and resume after a fresh restart, the jumpiness is increased. Furthermore, the more programs I run at once, the jumpier the pointer is. The pointer was never a problem in 16.04.
This is my xinput list output:
$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:15 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:15 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:15
If I recall the xinput list from ubntu 16.04 correctly, an element with the words "synaptics" and "touchpad" should be displayed within the "Virtual core pointer" section. Also, the list doesn't change when my external mouse is connected.
When I try the synclient command, I get this:
$ synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?
In 16.04 this command worked and displayed the setting values.
I tried this:
$ sudo apt install xserver-xorg-input-synaptics
However, it didn't fix anything.
I also tried this command suggested by a person with the exact same laptop and LTS version as me:
$ sudo apt install libinput-tools
There was no noticeable improvements.
I have also tried other methods, but they also didn't fix the problem.
It might be worth mentioning that when I was upgrading to 18.04, it failed/crashed mid installation. I used these steps to finish upgrading to 18.04.
18.04 touchpad laptop synaptics cursor
18.04 touchpad laptop synaptics cursor
asked Jan 10 at 6:16
MalcolmMalcolm
11
11
add a comment |
add a comment |
0
active
oldest
votes
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/3.0/"u003ecc by-sa 3.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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108487%2fpointer-randomly-jumps-ahead-in-ubuntu-18-04-razer-blade-2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1108487%2fpointer-randomly-jumps-ahead-in-ubuntu-18-04-razer-blade-2017%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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