když jste tak hodní, tak se trošku rozepíšu.
root@lled:~# xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint TouchPad id=12 [slave pointer (2)]
⎜ ↳ AlpsPS/2 ALPS DualPoint Stick id=13 [slave pointer (2)]
...
root@lled:~# xinput list-props 13
Device 'AlpsPS/2 ALPS DualPoint Stick':
Device Enabled (139): 1
Coordinate Transformation Matrix (141): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (285): 0.000000
libinput Accel Speed Default (286): 0.000000
libinput Accel Profiles Available (300): 0, 0
libinput Accel Profile Enabled (301): 0, 0
libinput Accel Profile Enabled Default (302): 1, 0
libinput Natural Scrolling Enabled (287): 0
libinput Natural Scrolling Enabled Default (288): 0
libinput Send Events Modes Available (262): 1, 0
libinput Send Events Mode Enabled (263): 0, 0
libinput Send Events Mode Enabled Default (264): 0, 0
libinput Left Handed Enabled (289): 0
libinput Left Handed Enabled Default (290): 0
libinput Scroll Methods Available (291): 0, 0, 1
libinput Scroll Method Enabled (292): 0, 0, 1
libinput Scroll Method Enabled Default (293): 0, 0, 1
libinput Button Scrolling Button (303): 2
libinput Button Scrolling Button Default (304): 2
libinput Middle Emulation Enabled (294): 0
libinput Middle Emulation Enabled Default (295): 0
Device Node (265): "/dev/input/event1"
Device Product ID (266): 2, 8
libinput Drag Lock Buttons (298): <no items>
libinput Horizontal Scroll Enabled (299): 1
samo zkoušel jsem poměnit co šlo
root@lled:~# xinput --set-prop 13 285 0
root@lled:~# xinput --set-prop 13 286 0
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 19
Current serial number in output stream: 20
root@lled:~# xinput --set-prop 13 286 1
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 19
Current serial number in output stream: 20
root@lled:~# xinput --set-prop 13 286 0 0
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 57 ()
Serial number of failed request: 19
Current serial number in output stream: 20
no a tak sem začal pátrat, začalo se mluvit o grafech citlivosti a narazil jsem na spoustu strojů kde tenhle problém měli v různých variantách ale skoro vše synaptics a ne alps. Až tady
https://bugs.freedesktop.org/show_bug.cgi?id=91369#c10 chlapík píše že to našel takže jsem udělal to co jsem psal v předchozím příspěvku jen patch jsem udělal růčo. A to je celá má story. Pak mne čeká peklo s prozkoumáním udev a zjištěním toho jak to vlastně funguje protože pokud jsem to pochopil správně v těchto situacích
si mam udělat custom device kde to nastavim správně. (což se pokusim někam poslat a snad to i dobře dopadne pro budoucnost)