libinput-debug-tablet.man 1022 B

123456789101112131415161718192021222324252627282930313233
  1. .TH libinput-debug-tablet "1"
  2. .SH NAME
  3. libinput\-debug\-tablet\ \- debug and visualize tablet axes
  4. .SH SYNOPSIS
  5. .B libinput debug-tablet [\-\-help] [options] [\fI/dev/input/event0\fI]
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput debug-tablet"
  10. tool debugs the values of the various axes on a tablet. This is
  11. an interactive tool. When executed, the tool will prompt the user to
  12. interact with the tablet and display the current value on each available
  13. axis.
  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 tablet and uses that
  23. node.
  24. .TP 8
  25. .B \-\-help
  26. Print help
  27. .PP
  28. Events shown by this tool may not correspond to the events seen by a
  29. different user of libinput. This tool initializes a separate context.
  30. .SH LIBINPUT
  31. Part of the
  32. .B libinput(1)
  33. suite