Hans Malissa via blfs-support
2018-12-01 21:52:58 UTC
I just finished building the X Window System Environment following the instructions given in BLFS 8.3-systemd, and I'm now at the "Xorg-7 Testing and Configuration" stage. My X window system seems to be mostly working, but for some reason I can't get the touchpad on my laptop to work.
X windows (started with startx) does not react to touchpad control at all, but when I plug in an external USB mouse, it works. It seems as if I'm missing some driver.
# xinput list
gives me two entries in the pointer section: "Virtual core XTEST pointer" and "PixArt USB Optical Mouse".
I'm not even sure if the problem is related to X windows, or if there's something missing at a deeper lever:
# cat /proc/bus/input/devices
lists several entries, including the "PixArt USB Optical Mouse", but nothing related to a touchpad.
Also, in /dev/input, I have 'mice' and 'mouse0', but both are only reading the external mouse, not the touchpad.
What am I missing? Some kernel module or such? I've been looking through the kernel configuration, but I can't find anything obvious.
Thanks a lot,
Hans
X windows (started with startx) does not react to touchpad control at all, but when I plug in an external USB mouse, it works. It seems as if I'm missing some driver.
# xinput list
gives me two entries in the pointer section: "Virtual core XTEST pointer" and "PixArt USB Optical Mouse".
I'm not even sure if the problem is related to X windows, or if there's something missing at a deeper lever:
# cat /proc/bus/input/devices
lists several entries, including the "PixArt USB Optical Mouse", but nothing related to a touchpad.
Also, in /dev/input, I have 'mice' and 'mouse0', but both are only reading the external mouse, not the touchpad.
What am I missing? Some kernel module or such? I've been looking through the kernel configuration, but I can't find anything obvious.
Thanks a lot,
Hans