How to switch from libinput to synaptics in Ubuntu 18.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
4
down vote
favorite
There is a problem with my laptop â jumping cursor. I think the hardware is the source of the problem. Maybe toucpad is just very inaccurate when getting finger coordinates and touching events.
On Ubuntu 14.04 I just set vertical and horizontal hysteresis and high and low finger pressure to make touchpad feel smooth and nice. When I installed 18.04 I found that I can't adjust my touchpad any more (except a few options that are not too helpful in my case).
So, can anybody of you, guys, help me with getting back that beautiful synaptics
driver?
touchpad 18.04 lts synaptics libinput
 |Â
show 2 more comments
up vote
4
down vote
favorite
There is a problem with my laptop â jumping cursor. I think the hardware is the source of the problem. Maybe toucpad is just very inaccurate when getting finger coordinates and touching events.
On Ubuntu 14.04 I just set vertical and horizontal hysteresis and high and low finger pressure to make touchpad feel smooth and nice. When I installed 18.04 I found that I can't adjust my touchpad any more (except a few options that are not too helpful in my case).
So, can anybody of you, guys, help me with getting back that beautiful synaptics
driver?
touchpad 18.04 lts synaptics libinput
1
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53
 |Â
show 2 more comments
up vote
4
down vote
favorite
up vote
4
down vote
favorite
There is a problem with my laptop â jumping cursor. I think the hardware is the source of the problem. Maybe toucpad is just very inaccurate when getting finger coordinates and touching events.
On Ubuntu 14.04 I just set vertical and horizontal hysteresis and high and low finger pressure to make touchpad feel smooth and nice. When I installed 18.04 I found that I can't adjust my touchpad any more (except a few options that are not too helpful in my case).
So, can anybody of you, guys, help me with getting back that beautiful synaptics
driver?
touchpad 18.04 lts synaptics libinput
There is a problem with my laptop â jumping cursor. I think the hardware is the source of the problem. Maybe toucpad is just very inaccurate when getting finger coordinates and touching events.
On Ubuntu 14.04 I just set vertical and horizontal hysteresis and high and low finger pressure to make touchpad feel smooth and nice. When I installed 18.04 I found that I can't adjust my touchpad any more (except a few options that are not too helpful in my case).
So, can anybody of you, guys, help me with getting back that beautiful synaptics
driver?
touchpad 18.04 lts synaptics libinput
asked May 4 at 11:28
Zephyr Zephyroff
4717
4717
1
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53
 |Â
show 2 more comments
1
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53
1
1
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53
 |Â
show 2 more comments
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
I had the same problem and basically solved it by following Ryko's advice.
sudo apt install xserver-xorg-input-synaptics
... did the trick. I didn't uninstall libinput like Pilot6 said and libinput is still happily handling my keyboard, etc.
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the sameCouldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.
â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installedxserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!
â Zephyr Zephyroff
May 17 at 8:33
1
Make sure to runsudo apt update
first to avoid getting an 'Unable to locate package' error - doh!
â David
Jun 27 at 21:54
add a comment |Â
up vote
0
down vote
You can do it by
sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-synaptics
But in most cases libinput
is better than synaptics
. Anyway it's your choice still.
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
Removingxserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in usingWayland
option (instead of X11) then reinstall libinput driver.
â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
I had the same problem and basically solved it by following Ryko's advice.
sudo apt install xserver-xorg-input-synaptics
... did the trick. I didn't uninstall libinput like Pilot6 said and libinput is still happily handling my keyboard, etc.
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the sameCouldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.
â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installedxserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!
â Zephyr Zephyroff
May 17 at 8:33
1
Make sure to runsudo apt update
first to avoid getting an 'Unable to locate package' error - doh!
â David
Jun 27 at 21:54
add a comment |Â
up vote
4
down vote
accepted
I had the same problem and basically solved it by following Ryko's advice.
sudo apt install xserver-xorg-input-synaptics
... did the trick. I didn't uninstall libinput like Pilot6 said and libinput is still happily handling my keyboard, etc.
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the sameCouldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.
â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installedxserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!
â Zephyr Zephyroff
May 17 at 8:33
1
Make sure to runsudo apt update
first to avoid getting an 'Unable to locate package' error - doh!
â David
Jun 27 at 21:54
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
I had the same problem and basically solved it by following Ryko's advice.
sudo apt install xserver-xorg-input-synaptics
... did the trick. I didn't uninstall libinput like Pilot6 said and libinput is still happily handling my keyboard, etc.
I had the same problem and basically solved it by following Ryko's advice.
sudo apt install xserver-xorg-input-synaptics
... did the trick. I didn't uninstall libinput like Pilot6 said and libinput is still happily handling my keyboard, etc.
answered May 13 at 21:39
![](https://i.stack.imgur.com/hUq01.jpg?s=32&g=1)
![](https://i.stack.imgur.com/hUq01.jpg?s=32&g=1)
johnrobert
663
663
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the sameCouldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.
â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installedxserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!
â Zephyr Zephyroff
May 17 at 8:33
1
Make sure to runsudo apt update
first to avoid getting an 'Unable to locate package' error - doh!
â David
Jun 27 at 21:54
add a comment |Â
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the sameCouldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.
â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installedxserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!
â Zephyr Zephyroff
May 17 at 8:33
1
Make sure to runsudo apt update
first to avoid getting an 'Unable to locate package' error - doh!
â David
Jun 27 at 21:54
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the same
Couldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.â Zephyr Zephyroff
May 15 at 16:51
It's not working in my case. Probably there is something missed. Some package or configuration. I'm always seeing the same
Couldn't find synaptics properties. No synaptics driver loaded?
. I don't know how to get rid of this.â Zephyr Zephyroff
May 15 at 16:51
Eventually it started working. I installed
xserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!â Zephyr Zephyroff
May 17 at 8:33
Eventually it started working. I installed
xserver-xorg-input-synaptics
then rebooted the system. And it worked. Thanks!â Zephyr Zephyroff
May 17 at 8:33
1
1
Make sure to run
sudo apt update
first to avoid getting an 'Unable to locate package' error - doh!â David
Jun 27 at 21:54
Make sure to run
sudo apt update
first to avoid getting an 'Unable to locate package' error - doh!â David
Jun 27 at 21:54
add a comment |Â
up vote
0
down vote
You can do it by
sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-synaptics
But in most cases libinput
is better than synaptics
. Anyway it's your choice still.
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
Removingxserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in usingWayland
option (instead of X11) then reinstall libinput driver.
â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
add a comment |Â
up vote
0
down vote
You can do it by
sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-synaptics
But in most cases libinput
is better than synaptics
. Anyway it's your choice still.
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
Removingxserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in usingWayland
option (instead of X11) then reinstall libinput driver.
â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You can do it by
sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-synaptics
But in most cases libinput
is better than synaptics
. Anyway it's your choice still.
You can do it by
sudo apt remove xserver-xorg-input-libinput
sudo apt install xserver-xorg-input-synaptics
But in most cases libinput
is better than synaptics
. Anyway it's your choice still.
answered May 4 at 12:32
![](https://i.stack.imgur.com/EQWv9.jpg?s=32&g=1)
![](https://i.stack.imgur.com/EQWv9.jpg?s=32&g=1)
Pilot6
50.3k15103186
50.3k15103186
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
Removingxserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in usingWayland
option (instead of X11) then reinstall libinput driver.
â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
add a comment |Â
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
Removingxserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in usingWayland
option (instead of X11) then reinstall libinput driver.
â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
1
1
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
After these operations only touchpad was left working. Keyboard stopped responding. Luckily there was screen keyboard.
â Zephyr Zephyroff
May 4 at 17:13
1
1
Removing
xserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in using Wayland
option (instead of X11) then reinstall libinput driver.â David
Jun 27 at 22:09
Removing
xserver-xorg-input-libinput
caused my keyboard to stop working too after a reboot and logging in again. Had to log in using Wayland
option (instead of X11) then reinstall libinput driver.â David
Jun 27 at 22:09
it brokes keyboard input
â makerj
Aug 17 at 3:34
it brokes keyboard input
â makerj
Aug 17 at 3:34
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031940%2fhow-to-switch-from-libinput-to-synaptics-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
run this command: " sudo apt install xserver-xorg-input-synaptics ", after that run this command: " synclient TapButton1=1 TapButton2=3 TapButton3=2"
â Ryko
May 4 at 11:35
Is that enough to switch driver? I tried the answer below and nearly broke my system. Keyboard stopped working.
â Zephyr Zephyroff
May 4 at 17:16
Have you tried both of my commands, This command will not remove any package, so this is not going to break your system. If the above command works for you, then I will tell you the further process. I am just checking if the synaptics driver is working for you.
â Ryko
May 5 at 6:42
Couldn't find synaptics properties. No synaptics driver loaded?
â Zephyr Zephyroff
May 5 at 17:19
Then you have to install synaptic driver. Run this command without quotes "sudo apt install xserver-xorg-input-synaptics". Then after installation run this command without quotes: "synclient TapButton1=1 TapButton2=3 TapButton3=2".
â Ryko
May 5 at 19:53