Touchpad is not scrolling on 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
3
down vote
favorite
On Ubuntu MATE 16.04, my touchpad scrolled just fine. Now, on Ubuntu 18.04 (gnome version, the basic one), it doesn't want to scroll when I go up and down at the right side of the touchpad like it used to scroll on 16.04 mate. Can someone help me what should I do to make it work? I have a Thinkpad T520 laptop.
drivers touchpad thinkpad
add a comment |Â
up vote
3
down vote
favorite
On Ubuntu MATE 16.04, my touchpad scrolled just fine. Now, on Ubuntu 18.04 (gnome version, the basic one), it doesn't want to scroll when I go up and down at the right side of the touchpad like it used to scroll on 16.04 mate. Can someone help me what should I do to make it work? I have a Thinkpad T520 laptop.
drivers touchpad thinkpad
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
On Ubuntu MATE 16.04, my touchpad scrolled just fine. Now, on Ubuntu 18.04 (gnome version, the basic one), it doesn't want to scroll when I go up and down at the right side of the touchpad like it used to scroll on 16.04 mate. Can someone help me what should I do to make it work? I have a Thinkpad T520 laptop.
drivers touchpad thinkpad
On Ubuntu MATE 16.04, my touchpad scrolled just fine. Now, on Ubuntu 18.04 (gnome version, the basic one), it doesn't want to scroll when I go up and down at the right side of the touchpad like it used to scroll on 16.04 mate. Can someone help me what should I do to make it work? I have a Thinkpad T520 laptop.
drivers touchpad thinkpad
edited May 16 at 0:02
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
![](https://i.stack.imgur.com/WwSSv.jpg?s=32&g=1)
ubashu
2,23221736
2,23221736
asked May 15 at 19:20
![](https://lh4.googleusercontent.com/-MlYci3gZ6rM/AAAAAAAAAAI/AAAAAAAAAI4/h0C9uqbMT_Q/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-MlYci3gZ6rM/AAAAAAAAAAI/AAAAAAAAAI4/h0C9uqbMT_Q/photo.jpg?sz=32)
Cvele M
162
162
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
1. Touchpad config via xinput
Check your xinput properties.
First you have to identify your touchpad, therefore type
xinput
which will output your devices. Search for something like touchpad,... and its idenctifaction number.
Now you can list the properties of your touchpad via following command (in the following comand lines the touchpad's id is 13):
xinput --list --long 13
xinput test 13 # now you can click, move, scroll and the terminal will output the input events from your touchpad
xinput list-props 13
Search for an entry something like Vertical Scroll. You can set these properties via the --set commands. Look in the man page (man xinput
) for a detailed description. So for instance if the increment is not set, you are not able to scroll.
2. Look in your Settings Gui
It is also possible that you have not set the touchpad correct in your config, therefore open the Settings program. Click on the left side on Devices and then on Mouse & Touchpad. For instance you should disable Two-finger Scrolling to get your wanted right scrolling. Also you have to enable Edge Scrolling!
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
1. Touchpad config via xinput
Check your xinput properties.
First you have to identify your touchpad, therefore type
xinput
which will output your devices. Search for something like touchpad,... and its idenctifaction number.
Now you can list the properties of your touchpad via following command (in the following comand lines the touchpad's id is 13):
xinput --list --long 13
xinput test 13 # now you can click, move, scroll and the terminal will output the input events from your touchpad
xinput list-props 13
Search for an entry something like Vertical Scroll. You can set these properties via the --set commands. Look in the man page (man xinput
) for a detailed description. So for instance if the increment is not set, you are not able to scroll.
2. Look in your Settings Gui
It is also possible that you have not set the touchpad correct in your config, therefore open the Settings program. Click on the left side on Devices and then on Mouse & Touchpad. For instance you should disable Two-finger Scrolling to get your wanted right scrolling. Also you have to enable Edge Scrolling!
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
add a comment |Â
up vote
1
down vote
1. Touchpad config via xinput
Check your xinput properties.
First you have to identify your touchpad, therefore type
xinput
which will output your devices. Search for something like touchpad,... and its idenctifaction number.
Now you can list the properties of your touchpad via following command (in the following comand lines the touchpad's id is 13):
xinput --list --long 13
xinput test 13 # now you can click, move, scroll and the terminal will output the input events from your touchpad
xinput list-props 13
Search for an entry something like Vertical Scroll. You can set these properties via the --set commands. Look in the man page (man xinput
) for a detailed description. So for instance if the increment is not set, you are not able to scroll.
2. Look in your Settings Gui
It is also possible that you have not set the touchpad correct in your config, therefore open the Settings program. Click on the left side on Devices and then on Mouse & Touchpad. For instance you should disable Two-finger Scrolling to get your wanted right scrolling. Also you have to enable Edge Scrolling!
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
add a comment |Â
up vote
1
down vote
up vote
1
down vote
1. Touchpad config via xinput
Check your xinput properties.
First you have to identify your touchpad, therefore type
xinput
which will output your devices. Search for something like touchpad,... and its idenctifaction number.
Now you can list the properties of your touchpad via following command (in the following comand lines the touchpad's id is 13):
xinput --list --long 13
xinput test 13 # now you can click, move, scroll and the terminal will output the input events from your touchpad
xinput list-props 13
Search for an entry something like Vertical Scroll. You can set these properties via the --set commands. Look in the man page (man xinput
) for a detailed description. So for instance if the increment is not set, you are not able to scroll.
2. Look in your Settings Gui
It is also possible that you have not set the touchpad correct in your config, therefore open the Settings program. Click on the left side on Devices and then on Mouse & Touchpad. For instance you should disable Two-finger Scrolling to get your wanted right scrolling. Also you have to enable Edge Scrolling!
1. Touchpad config via xinput
Check your xinput properties.
First you have to identify your touchpad, therefore type
xinput
which will output your devices. Search for something like touchpad,... and its idenctifaction number.
Now you can list the properties of your touchpad via following command (in the following comand lines the touchpad's id is 13):
xinput --list --long 13
xinput test 13 # now you can click, move, scroll and the terminal will output the input events from your touchpad
xinput list-props 13
Search for an entry something like Vertical Scroll. You can set these properties via the --set commands. Look in the man page (man xinput
) for a detailed description. So for instance if the increment is not set, you are not able to scroll.
2. Look in your Settings Gui
It is also possible that you have not set the touchpad correct in your config, therefore open the Settings program. Click on the left side on Devices and then on Mouse & Touchpad. For instance you should disable Two-finger Scrolling to get your wanted right scrolling. Also you have to enable Edge Scrolling!
edited Jun 27 at 19:53
answered Jun 21 at 21:54
![](https://lh6.googleusercontent.com/--DQCbzBiDqA/AAAAAAAAAAI/AAAAAAAAAA8/TXmHT8Jw0GY/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/--DQCbzBiDqA/AAAAAAAAAAI/AAAAAAAAAA8/TXmHT8Jw0GY/photo.jpg?sz=32)
abu_bua
2,0251620
2,0251620
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
add a comment |Â
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
This was very helpful i managed to solve my problem, thank you a lot !
â Cvele M
Jun 26 at 19:01
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
@Cvele: If it solved your problem you can upvote and click on accepted answer! This will also other users having the same problem.
â abu_bua
Jun 26 at 19:19
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%2f1036671%2ftouchpad-is-not-scrolling-on-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