libinput-analyze-touch-down-state.man 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .TH libinput-analyze-touch-down-state "1"
  2. .SH NAME
  3. libinput\-analyze\-touch\-down\-state \- analyze the touch states
  4. .SH SYNOPSIS
  5. .B libinput analyze touch-down-state [\-\-help] [options] \fIrecording.yml\fI
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput analyze touch\-down\state"
  10. tool analyzes a recording made with
  11. .B "libinput record"
  12. and prints "down" state of each touch. This tool aids with the detection of stuck touches.
  13. .PP
  14. This is a debugging tool only, its output may change at any time. Do not
  15. rely on the output.
  16. .SH OPTIONS
  17. .TP 8
  18. .B \-\-help
  19. Print help
  20. .TP 8
  21. .B \-\-use-st
  22. Use the single-touch BTN_TOOL_ bits instead of the slot state. The output
  23. will only show the "highest" finger down at any time. For examples, where
  24. two fingers are down, only the second slot will be marked as down.
  25. .SH OUTPUT
  26. An example output for a two-finger alternating sequence below.
  27. .PP
  28. .nf
  29. .sf
  30. 6.140281 +1062ms: x | x
  31. 7.410377 +1257ms: | x
  32. 7.420200 +9ms: |
  33. 11.233108 +3812ms: x | x
  34. 11.245721 +12ms: x | x
  35. 11.850206 +604ms: |
  36. 13.827740 +1977ms: x |
  37. 13.839723 +11ms: x |
  38. 14.704027 +864ms: x | x
  39. 14.716691 +12ms: x | x
  40. .fi
  41. .in
  42. .SH LIBINPUT
  43. Part of the
  44. .B libinput(1)
  45. suite