Touchpad stopped working
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
On my Arch Linux the touchpad stopped working (I assume after an update). After reinstalling Arch it still doesn't work.
I checked the following things:
- The touchpad is not disabled in the BIOS, since it works when I install Ubuntu (or use an Ubuntu live USB)
xf86-input-synaptics
is installed. The last time this was automatically installed but even after manually installing the touchpad does not work- I also copied the files from /usr/share/X11/xorg.conf.d/ to /etc/X11/xorg.conf.d/ as some sources say this can be needed for the touchpad to work
- The
xorg
meta package is installed and I use i3wm. So there is no switch to wayland or something that broke it.
When I use xinput list
I get the following output. The touchpad is not listed.
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ USB Optical Mouse id=12 [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)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ Integrated Camera: Integrated C id=9 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
â³ ThinkPad Extra Buttons id=11 [slave keyboard (3)]
arch-linux xorg touchpad
add a comment |Â
up vote
2
down vote
favorite
On my Arch Linux the touchpad stopped working (I assume after an update). After reinstalling Arch it still doesn't work.
I checked the following things:
- The touchpad is not disabled in the BIOS, since it works when I install Ubuntu (or use an Ubuntu live USB)
xf86-input-synaptics
is installed. The last time this was automatically installed but even after manually installing the touchpad does not work- I also copied the files from /usr/share/X11/xorg.conf.d/ to /etc/X11/xorg.conf.d/ as some sources say this can be needed for the touchpad to work
- The
xorg
meta package is installed and I use i3wm. So there is no switch to wayland or something that broke it.
When I use xinput list
I get the following output. The touchpad is not listed.
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ USB Optical Mouse id=12 [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)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ Integrated Camera: Integrated C id=9 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
â³ ThinkPad Extra Buttons id=11 [slave keyboard (3)]
arch-linux xorg touchpad
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
On my Arch Linux the touchpad stopped working (I assume after an update). After reinstalling Arch it still doesn't work.
I checked the following things:
- The touchpad is not disabled in the BIOS, since it works when I install Ubuntu (or use an Ubuntu live USB)
xf86-input-synaptics
is installed. The last time this was automatically installed but even after manually installing the touchpad does not work- I also copied the files from /usr/share/X11/xorg.conf.d/ to /etc/X11/xorg.conf.d/ as some sources say this can be needed for the touchpad to work
- The
xorg
meta package is installed and I use i3wm. So there is no switch to wayland or something that broke it.
When I use xinput list
I get the following output. The touchpad is not listed.
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ USB Optical Mouse id=12 [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)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ Integrated Camera: Integrated C id=9 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
â³ ThinkPad Extra Buttons id=11 [slave keyboard (3)]
arch-linux xorg touchpad
On my Arch Linux the touchpad stopped working (I assume after an update). After reinstalling Arch it still doesn't work.
I checked the following things:
- The touchpad is not disabled in the BIOS, since it works when I install Ubuntu (or use an Ubuntu live USB)
xf86-input-synaptics
is installed. The last time this was automatically installed but even after manually installing the touchpad does not work- I also copied the files from /usr/share/X11/xorg.conf.d/ to /etc/X11/xorg.conf.d/ as some sources say this can be needed for the touchpad to work
- The
xorg
meta package is installed and I use i3wm. So there is no switch to wayland or something that broke it.
When I use xinput list
I get the following output. The touchpad is not listed.
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ USB Optical Mouse id=12 [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)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ Integrated Camera: Integrated C id=9 [slave keyboard (3)]
â³ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
â³ ThinkPad Extra Buttons id=11 [slave keyboard (3)]
arch-linux xorg touchpad
arch-linux xorg touchpad
edited Sep 5 at 11:26
YoMismo
3,0381624
3,0381624
asked Sep 3 at 16:24
danielspaniol
1174
1174
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Your guess is right! its probably because of changing your system from Xorg Server to Walyland! Please check that if you are using Xorg or Wayland!
Also if you are using wayland, change it to Xorg on gdm
and tell me if your problem solved or not, so I can update my answer with more details...
In the case it don't work properly even with changes on windows manager, please consider this wiki page for more proper solutions: https://wiki.archlinux.org/index.php/Libinput
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
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
Your guess is right! its probably because of changing your system from Xorg Server to Walyland! Please check that if you are using Xorg or Wayland!
Also if you are using wayland, change it to Xorg on gdm
and tell me if your problem solved or not, so I can update my answer with more details...
In the case it don't work properly even with changes on windows manager, please consider this wiki page for more proper solutions: https://wiki.archlinux.org/index.php/Libinput
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
add a comment |Â
up vote
1
down vote
Your guess is right! its probably because of changing your system from Xorg Server to Walyland! Please check that if you are using Xorg or Wayland!
Also if you are using wayland, change it to Xorg on gdm
and tell me if your problem solved or not, so I can update my answer with more details...
In the case it don't work properly even with changes on windows manager, please consider this wiki page for more proper solutions: https://wiki.archlinux.org/index.php/Libinput
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Your guess is right! its probably because of changing your system from Xorg Server to Walyland! Please check that if you are using Xorg or Wayland!
Also if you are using wayland, change it to Xorg on gdm
and tell me if your problem solved or not, so I can update my answer with more details...
In the case it don't work properly even with changes on windows manager, please consider this wiki page for more proper solutions: https://wiki.archlinux.org/index.php/Libinput
Your guess is right! its probably because of changing your system from Xorg Server to Walyland! Please check that if you are using Xorg or Wayland!
Also if you are using wayland, change it to Xorg on gdm
and tell me if your problem solved or not, so I can update my answer with more details...
In the case it don't work properly even with changes on windows manager, please consider this wiki page for more proper solutions: https://wiki.archlinux.org/index.php/Libinput
answered Sep 3 at 17:55
Hamid Yousefi
1944
1944
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
add a comment |Â
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
I am pretty sure I didn't switch to wayland. Unless the xorg group would install wayland. Also I use i3 which doesn't work on wayland afaik.
â danielspaniol
Sep 4 at 6:18
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f466598%2ftouchpad-stopped-working%23new-answer', 'question_page');
);
Post as a guest
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
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
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