libinput-measure.man 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .TH libinput-measure "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput\-measure \- measure properties of devices
  4. .SH SYNOPSIS
  5. .B libinput measure [\-\-help] \fI<feature> [<args>]\fR
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput measure"
  10. tool measures properties of one (or more) devices. Depending on what is to
  11. be measured, this tool may not create a libinput context.
  12. .PP
  13. This is a debugging tool only, its output may change at any time. Do not
  14. rely on the output.
  15. .PP
  16. This tool usually needs to be run as root to have access to the
  17. /dev/input/eventX nodes.
  18. .SH OPTIONS
  19. .TP 8
  20. .B \-\-help
  21. Print help
  22. .SH FEATURES
  23. Features that can be measured include
  24. .TP 8
  25. .B libinput\-measure\-fuzz(1)
  26. Measure touch fuzz to avoid pointer jitter
  27. .TP 8
  28. .B libinput\-measure\-touch\-size(1)
  29. Measure touch size and orientation
  30. .TP 8
  31. .B libinput\-measure\-touchpad\-size(1)
  32. Measure the size of a touchpad
  33. .TP 8
  34. .B libinput\-measure\-touchpad\-tap(1)
  35. Measure tap-to-click time
  36. .TP 8
  37. .B libinput\-measure\-touchpad\-pressure(1)
  38. Measure touch pressure
  39. .SH LIBINPUT
  40. Part of the
  41. .B libinput(1)
  42. suite