ThinkPad X1 - zpomalení trackpointu

ThinkPad X1 - zpomalení trackpointu
« kdy: 20. 09. 2019, 11:53:16 »
Ahoj,
resim problem s trackpointem na X1 Carbon Gen6. Chodi nepouzitelne rychle, jen se ho dotknu a je nekde pryc :-/
Na stare X220 chodil prijemne pomalu.

Mam Mint 19.2 a jadro 5.1.21.

Zkousel jsem to pres xinput (xinput --set-prop 12 'libinput Accel Speed' -1.0) ale nemam pocit, ze by to nejak vyrazne pomohlo.
Jde to jeste nejak jinak?

Kód: [Vybrat]
martin@martin:~$ xinput
⎡ Virtual core pointer                    id=2 [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              id=4 [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad              id=12 [slave  pointer  (2)]
⎜   ↳ TPPS/2 Elan TrackPoint                  id=13 [slave  pointer  (2)]
⎜   ↳ A4TECH USB Device Consumer Control      id=16 [slave  pointer  (2)]
⎜   ↳ A4TECH USB Device                        id=20 [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)]
    ↳ Sleep Button                            id=8 [slave  keyboard (3)]
    ↳ DELL Dell USB Entry Keyboard            id=9 [slave  keyboard (3)]
    ↳ Integrated Camera: Integrated C          id=10 [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            id=11 [slave  keyboard (3)]
    ↳ ThinkPad Extra Buttons                  id=14 [slave  keyboard (3)]
    ↳ A4TECH USB Device Keyboard              id=15 [slave  keyboard (3)]
    ↳ A4TECH USB Device Consumer Control      id=17 [slave  keyboard (3)]
    ↳ A4TECH USB Device System Control        id=18 [slave  keyboard (3)]
    ↳ Lenovo ThinkPad USB-C Dock Audio        id=19 [slave  keyboard (3)]
martin@martin:~$
martin@martin:~$ xinput --list-props 12
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (154): 1
Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (292): 1
libinput Tapping Enabled Default (293): 0
libinput Tapping Drag Enabled (294): 1
libinput Tapping Drag Enabled Default (295): 1
libinput Tapping Drag Lock Enabled (296): 0
libinput Tapping Drag Lock Enabled Default (297): 0
libinput Tapping Button Mapping Enabled (298): 1, 0
libinput Tapping Button Mapping Default (299): 1, 0
libinput Natural Scrolling Enabled (300): 1
libinput Natural Scrolling Enabled Default (301): 0
libinput Disable While Typing Enabled (302): 1
libinput Disable While Typing Enabled Default (303): 1
libinput Scroll Methods Available (304): 1, 1, 0
libinput Scroll Method Enabled (305): 1, 0, 0
libinput Scroll Method Enabled Default (306): 1, 0, 0
libinput Click Methods Available (307): 1, 1
libinput Click Method Enabled (308): 1, 0
libinput Click Method Enabled Default (309): 1, 0
libinput Middle Emulation Enabled (310): 0
libinput Middle Emulation Enabled Default (311): 0
libinput Accel Speed (312): -1.000000
libinput Accel Speed Default (313): 0.000000
libinput Left Handed Enabled (314): 0
libinput Left Handed Enabled Default (315): 0
libinput Send Events Modes Available (277): 1, 1
libinput Send Events Mode Enabled (278): 0, 0
libinput Send Events Mode Enabled Default (279): 0, 0
Device Node (280): "/dev/input/event5"
Device Product ID (281): 2, 7
libinput Drag Lock Buttons (316): <no items>
libinput Horizontal Scroll Enabled (317): 0
martin@martin:~$
"Kdo v zájmu bezpečí obětuje část své svobody, v konečném důsledku přijde o svobodu i svou bezpečnost."


k3dAR

  • *****
  • 3 192
  • porad nemam telo, ale uz mam hlavu... nobody
    • Zobrazit profil
    • E-mail
Re:ThinkPad X1 - zpomalení trackpointu
« Odpověď #1 kdy: 20. 09. 2019, 16:11:50 »
pro evdev ovladac (misto moderniho libinput kterej prave se chova s trackpoint divne) je potreba doinstalovat:
xserver-xorg-input-evdev (v pripade *buntu 18.04 HWE: xserver-xorg-input-evdev-hwe-18.04)

pro povoleni skrolovani pres middle button pak vytvorit: /etc/X11/xorg.conf.d/trackpoint.conf

Kód: [Vybrat]
Section "InputClass"
    Identifier "TrackPoint"
    MatchProduct "TrackPoint"
    MatchDevicePath "/dev/input/event*"
    MatchIsPointer "true"
    Option "EmulateWheel"  "true"
    Option "EmulateWheelButton"    "2"
    Driver "evdev"
EndSection

EDIT: resp. ma rada je z praxe s T420 a kdyz ti to na X220 chodi ok, tak nevim zda pomuze na X1, ale zlkus :-)
« Poslední změna: 20. 09. 2019, 16:13:33 od k3dAR »

Re:ThinkPad X1 - zpomalení trackpointu
« Odpověď #2 kdy: 20. 09. 2019, 20:11:16 »
pro evdev ovladac (misto moderniho libinput kterej prave se chova s trackpoint divne) je potreba doinstalovat:
xserver-xorg-input-evdev (v pripade *buntu 18.04 HWE: xserver-xorg-input-evdev-hwe-18.04)

pro povoleni skrolovani pres middle button pak vytvorit: /etc/X11/xorg.conf.d/trackpoint.conf

Skvele, funguje.
Diky!
"Kdo v zájmu bezpečí obětuje část své svobody, v konečném důsledku přijde o svobodu i svou bezpečnost."