libinput-measure-fuzz.man 873 B

123456789101112131415161718192021222324252627282930
  1. .TH libinput-measure-fuzz "1"
  2. .SH NAME
  3. libinput\-measure\-fuzz \- measure absolute axis fuzz
  4. .SH SYNOPSIS
  5. .B libinput measure fuzz [\-\-help] [options]
  6. [\fI/dev/input/event0\fI]
  7. .SH DESCRIPTION
  8. .PP
  9. The
  10. .B "libinput measure fuzz"
  11. tool measures the fuzz for an absolute axis on a kernel device. The current
  12. implementation does not actually measure anything, it only prints the
  13. relevant information available and suggests a udev rule.
  14. .PP
  15. This is a debugging tool only, its output may change at any time. Do not
  16. rely on the output.
  17. .PP
  18. This tool usually needs to be run as root to have access to the
  19. /dev/input/eventX nodes.
  20. .SH OPTIONS
  21. If a device node is given, this tool opens that device node. Otherwise, this
  22. tool searches for the first node that looks like a touchpad device and
  23. uses that node.
  24. .TP 8
  25. .B \-\-help
  26. Print help
  27. .SH LIBINPUT
  28. Part of the
  29. .B libinput(1)
  30. suite