You are not logged in.
Pages: 1
I'm trying to setup Arch on an Asus K501UX laptop. However, for some reason I cannot get it to recognize that the laptop's built-in trackpad even exists.
Running xinput shows the following:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SUNPLUSS E Mouse id=10 [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)]
↳ Sleep Button id=7 [slave keyboard (3)]
↳ USB2.0 VGA UVC WebCam id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=9 [slave keyboard (3)]
↳ SUNPLUSS E Mouse id=11 [slave keyboard (3)](SUNPLUSS E Mouse is a usb mouse that I plugged in)
Any help would be very much appreciated! Thanks!
Last edited by kylestach99 (2015-12-26 05:38:12)
Offline
you did install xf86-input-synaptics right?
sudo pacman -S xf86-input-synapticsif not that should do the trick
Offline
you did install xf86-input-synaptics right?
sudo pacman -S xf86-input-synapticsif not that should do the trick
Yes, of course. That didn't do it, unfortunately.
Offline
is there anything in the x log, regarding touchpads.
~/.local/share/xorg/xorg.0.log/var/log/Xorg.0.logor in the systemd journal if you use gdm
Offline
cat /var/log/Xorg.0.log | grep paddoes not find any matching lines
Offline
An update: the trackpad works perfectly fine on a xubuntu live USB. Any ideas? I'd rather be using Arch, but Ubuntu will work fine if I have to use it.
Edit: xinput calls it "ELANTECH1000:00" and the Xorg log says that it's using the evdev driver. However, I have the xf86-input-evdev driver installed on Arch and it still doesn't show up in xinput.
Last edited by kylestach99 (2015-12-28 01:26:00)
Offline
Pages: 1