I am using linux-6.6.8-gentoo-dist.
In /etc/portage/make.conf I have set:
Code: Select all
INPUT_DEVICES="libinput"
Code: Select all
Device: ImExPS/2 Generic Explorer Mouse
Kernel: /dev/input/event3
Group: 6
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: disabled
Calibration: n/a
Scroll methods: button
Click methods: none
Disable-w-typing: n/a
Disable-w-trackpointing: n/a
Accel profiles: flat *adaptive custom
Rotation: 0.0
Code: Select all
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
Option "Tapping" "True"
Option "TappingDrag" "True"
Option "NaturalScrolling" "True"
#Option "ScrollMethod" "edge"
Option "TappingButtonMap" "lmr"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
I had a look at the framework wiki page and saw that there
is selected as built in while in my gentoo-dist kernel I have it as a module. Could that be the issue?HID over I2C transport layer ACPI driver

