Advertisement
tpaper

Untitled

May 23rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. $ cat /etc/X11/xorg.conf.d/30-trackpoint.conf
  2. Section "InputClass"
  3. Identifier "Trackpoint"
  4. Driver "libinput"
  5. MatchProduct "TPPS/2 IBM TrackPoint"
  6. Option "libinput Accel Speed" "-0.4"
  7. EndSection
  8. $ xinput list-props 14
  9. Device 'TPPS/2 IBM TrackPoint':
  10. Device Enabled (153): 1
  11. Coordinate Transformation Matrix (155): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
  12. libinput Natural Scrolling Enabled (288): 0
  13. libinput Natural Scrolling Enabled Default (289): 0
  14. libinput Scroll Methods Available (290): 0, 0, 1
  15. libinput Scroll Method Enabled (291): 0, 0, 1
  16. libinput Scroll Method Enabled Default (292): 0, 0, 1
  17. libinput Button Scrolling Button (293): 2
  18. libinput Button Scrolling Button Default (294): 2
  19. libinput Middle Emulation Enabled (295): 0
  20. libinput Middle Emulation Enabled Default (296): 0
  21. libinput Accel Speed (297): 0.000000
  22. libinput Accel Speed Default (298): 0.000000
  23. libinput Accel Profiles Available (299): 1, 1
  24. libinput Accel Profile Enabled (300): 1, 0
  25. libinput Accel Profile Enabled Default (301): 1, 0
  26. libinput Left Handed Enabled (302): 0
  27. libinput Left Handed Enabled Default (303): 0
  28. libinput Send Events Modes Available (273): 1, 0
  29. libinput Send Events Mode Enabled (274): 0, 0
  30. libinput Send Events Mode Enabled Default (275): 0, 0
  31. Device Node (276): "/dev/input/event10"
  32. Device Product ID (277): 2, 10
  33. libinput Drag Lock Buttons (304): <no items>
  34. libinput Horizontal Scroll Enabled (305): 1
  35. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement