Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. xinput --list-props 11
  2.  
  3. Device 'PS/2 Synaptics TouchPad':
  4. Device Enabled (137): 1
  5. Coordinate Transformation Matrix (139): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
  6. Device Accel Profile (258): 0
  7. Device Accel Constant Deceleration (259): 1.000000
  8. Device Accel Adaptive Deceleration (260): 1.000000
  9. Device Accel Velocity Scaling (261): 10.000000
  10. Device Product ID (254): 2, 1
  11. Device Node (255): "/dev/input/event10"
  12. Evdev Axis Inversion (262): 0, 0
  13. Evdev Axes Swap (264): 0
  14. Axis Labels (265): "Rel X" (147), "Rel Y" (148)
  15. Button Labels (266): "Button Left" (140), "Button Middle" (141), "Button Right" (142), "Button Wheel Up" (143), "Button Wheel Down" (144)
  16. Evdev Middle Button Emulation (267): 0
  17. Evdev Middle Button Timeout (268): 50
  18. Evdev Third Button Emulation (269): 0
  19. Evdev Third Button Emulation Timeout (270): 1000
  20. Evdev Third Button Emulation Button (271): 3
  21. Evdev Third Button Emulation Threshold (272): 20
  22. Evdev Wheel Emulation (273): 0
  23. Evdev Wheel Emulation Axes (274): 0, 0, 4, 5
  24. Evdev Wheel Emulation Inertia (275): 10
  25. Evdev Wheel Emulation Timeout (276): 200
  26. Evdev Wheel Emulation Button (277): 4
  27. Evdev Drag Lock Buttons (278): 0
  28.  
  29.  
  30.  
  31. cat /var/log/Xorg.0.log | grep -i synaptics
  32.  
  33. [ 444.143] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event10)
  34. [ 444.143] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
  35. [ 444.143] (II) Using input driver 'evdev' for 'PS/2 Synaptics TouchPad'
  36. [ 444.143] (**) PS/2 Synaptics TouchPad: always reports core events
  37. [ 444.143] (**) evdev: PS/2 Synaptics TouchPad: Device: "/dev/input/event10"
  38. [ 444.143] (--) evdev: PS/2 Synaptics TouchPad: Vendor 0x2 Product 0x1
  39. [ 444.143] (--) evdev: PS/2 Synaptics TouchPad: Found 3 mouse buttons
  40. [ 444.143] (--) evdev: PS/2 Synaptics TouchPad: Found relative axes
  41. [ 444.143] (--) evdev: PS/2 Synaptics TouchPad: Found x and y relative axes
  42. [ 444.143] (II) evdev: PS/2 Synaptics TouchPad: Configuring as mouse
  43. [ 444.143] (**) evdev: PS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
  44. [ 444.143] (**) evdev: PS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  45. [ 444.143] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 11)
  46. [ 444.143] (II) evdev: PS/2 Synaptics TouchPad: initialized for relative axes.
  47. [ 444.143] (**) PS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
  48. [ 444.143] (**) PS/2 Synaptics TouchPad: (accel) acceleration profile 0
  49. [ 444.143] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
  50. [ 444.143] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
  51. [ 444.143] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
  52.  
  53.  
  54.  
  55. cat /proc/bus/input/devices
  56.  
  57. I: Bus=0011 Vendor=0002 Product=0001 Version=0000
  58. N: Name="PS/2 Synaptics TouchPad"
  59. P: Phys=isa0060/serio1/input0
  60. S: Sysfs=/devices/platform/i8042/serio1/input/input10
  61. U: Uniq=
  62. H: Handlers=mouse0 event10
  63. B: PROP=0
  64. B: EV=7
  65. B: KEY=70000 0 0 0 0
  66. B: REL=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement