Well, I practically never use the touchpad, because I like mouse more, but I wonder why it stopped working, and I would like to understand that
Here is my current
kernel config (for 6.15.9). The kernel is compiled in the *old* way, just from gentoo-sources.
Here is the (relevant parts of) output of some commands:
Code: Select all
# libinput list-devices
...
Device: ETPS/2 Elantech Touchpad
Kernel: /dev/input/event6
Id: serial:0002:000e
Group: 9
Seat: seat0, default
Size: 107x54mm
Capabilities: pointer gesture
Tap-to-click: disabled
Tap-and-drag: enabled
Tap button map: left/right/middle
Tap drag lock: disabled
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: *two-finger edge
Scroll button: n/a
Scroll button lock: n/a
Click methods: *button-areas clickfinger
Clickfinger button map: left/right/middle
Disable-w-typing: enabled
Disable-w-trackpointing: enabled
Accel profiles: flat *adaptive custom
Rotation: n/a
Area rectangle: n/a
Code: Select all
$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt USB Optical Mouse id=10 [slave pointer (2)]
⎜ ↳ ELAN2305:00 04F3:3122 Touchpad id=11 [slave pointer (2)]
⎜ ↳ ELAN2305:00 04F3:3122 Mouse id=12 [slave pointer (2)]
⎜ ↳ ETPS/2 Elantech Touchpad id=14 [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)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]
What else could be of help?
My X was one time configured according to instructions in
that topic, I start it as
, and I have only these two files inside /etc/X11/xorg.conf.d:
Code: Select all
Section "InputClass"
Identifier "keyboard catchall"
Driver "libinput"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
# Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,terminate:ctrl_alt_bksp"
EndSection
^^ the second one is 20opengl.conf, evidently, it should have been removed a long time ago
