Ubuntu 18.04 logon screen touchpad buttons not working

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
The buttons on my touchpad do not work on logon screen (both tap and physical buttons). The mouse portion of the touchpad works just fine. After I login (using keyboard) everything works without issue.
Additionally I noticed yesterday that if I log out the keyboard also does not work making it impossible to login again without shutting down first.
The mouse portion of the touchpad works in both cases though.
Can anyone offer help on this issue?
Also note that this issue first started when I upgraded to Ubuntu 17.10
I did some looking around and found someone recommending to set org.gnome.desktop.peripherals.touchpad tap-to-click to true with gsettings but it was already set to true when I checked.
gsettings get org.gnome.desktop.peripherals.touchpad tap-to-click
true
touchpad 18.04 gdm
add a comment |Â
up vote
0
down vote
favorite
The buttons on my touchpad do not work on logon screen (both tap and physical buttons). The mouse portion of the touchpad works just fine. After I login (using keyboard) everything works without issue.
Additionally I noticed yesterday that if I log out the keyboard also does not work making it impossible to login again without shutting down first.
The mouse portion of the touchpad works in both cases though.
Can anyone offer help on this issue?
Also note that this issue first started when I upgraded to Ubuntu 17.10
I did some looking around and found someone recommending to set org.gnome.desktop.peripherals.touchpad tap-to-click to true with gsettings but it was already set to true when I checked.
gsettings get org.gnome.desktop.peripherals.touchpad tap-to-click
true
touchpad 18.04 gdm
Maybe this will help, go tosudo nano /etc/default/grubthen addpci=nomsiand deleteacpi=0from this lineGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"... I always have problem like this! and i fix it by above solution!
â Sss
May 9 at 15:34
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The buttons on my touchpad do not work on logon screen (both tap and physical buttons). The mouse portion of the touchpad works just fine. After I login (using keyboard) everything works without issue.
Additionally I noticed yesterday that if I log out the keyboard also does not work making it impossible to login again without shutting down first.
The mouse portion of the touchpad works in both cases though.
Can anyone offer help on this issue?
Also note that this issue first started when I upgraded to Ubuntu 17.10
I did some looking around and found someone recommending to set org.gnome.desktop.peripherals.touchpad tap-to-click to true with gsettings but it was already set to true when I checked.
gsettings get org.gnome.desktop.peripherals.touchpad tap-to-click
true
touchpad 18.04 gdm
The buttons on my touchpad do not work on logon screen (both tap and physical buttons). The mouse portion of the touchpad works just fine. After I login (using keyboard) everything works without issue.
Additionally I noticed yesterday that if I log out the keyboard also does not work making it impossible to login again without shutting down first.
The mouse portion of the touchpad works in both cases though.
Can anyone offer help on this issue?
Also note that this issue first started when I upgraded to Ubuntu 17.10
I did some looking around and found someone recommending to set org.gnome.desktop.peripherals.touchpad tap-to-click to true with gsettings but it was already set to true when I checked.
gsettings get org.gnome.desktop.peripherals.touchpad tap-to-click
true
touchpad 18.04 gdm
asked May 9 at 14:24
Michael McAndrew
11
11
Maybe this will help, go tosudo nano /etc/default/grubthen addpci=nomsiand deleteacpi=0from this lineGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"... I always have problem like this! and i fix it by above solution!
â Sss
May 9 at 15:34
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24
add a comment |Â
Maybe this will help, go tosudo nano /etc/default/grubthen addpci=nomsiand deleteacpi=0from this lineGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"... I always have problem like this! and i fix it by above solution!
â Sss
May 9 at 15:34
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24
Maybe this will help, go to
sudo nano /etc/default/grub then add pci=nomsi and delete acpi=0 from this line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi" ... I always have problem like this! and i fix it by above solution!â Sss
May 9 at 15:34
Maybe this will help, go to
sudo nano /etc/default/grub then add pci=nomsi and delete acpi=0 from this line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi" ... I always have problem like this! and i fix it by above solution!â Sss
May 9 at 15:34
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1034074%2fubuntu-18-04-logon-screen-touchpad-buttons-not-working%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
Maybe this will help, go to
sudo nano /etc/default/grubthen addpci=nomsiand deleteacpi=0from this lineGRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=0"-------->GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"... I always have problem like this! and i fix it by above solution!â Sss
May 9 at 15:34
no luck :) I tested it out by editing the line in grub
â Michael McAndrew
May 9 at 16:24