Advertisement
Guest User

Untitled

a guest
Sep 8th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. $ grep -i touch /var/log/Xorg.0.log
  2. [    26.177] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
  3. [    26.177] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
  4. [    26.177] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
  5. [    26.177] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
  6. [    26.177] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
  7. [    26.177] (**) ETPS/2 Elantech Touchpad: always reports core events
  8. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2508 (res 0)
  9. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1056 (res 0)
  10. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
  11. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
  12. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
  13. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
  14. [    26.297] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
  15. [    26.297] (**) ETPS/2 Elantech Touchpad: always reports core events
  16. [    26.333] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
  17. [    26.334] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
  18. [    26.334] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
  19. [    26.334] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.074
  20. [    26.334] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
  21. [    26.334] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
  22. [    26.334] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
  23. [    26.334] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
  24. [    26.334] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
  25. [    26.334] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
  26. [    26.334] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement