From 63169c8252d60ff6dcae00ff902442d8054a81fa Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 21 Jan 2020 11:45:10 +1000 Subject: [PATCH] doc/user: some minor improvements Signed-off-by: Peter Hutterer --- doc/user/reporting-bugs.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/user/reporting-bugs.rst b/doc/user/reporting-bugs.rst index ab22c5c3..fc2dcec3 100644 --- a/doc/user/reporting-bugs.rst +++ b/doc/user/reporting-bugs.rst @@ -64,7 +64,11 @@ For the vast majority of bugs you should not take longer than 5 seconds or three interactions (clicks, touches, taps, ...) with the device to reproduce. If it takes longer than that, you can narrow it down further. -Once you can reproduce it, use the :ref:`libinput-debug-events` helper tool. +Once you can reproduce it, use the :ref:`libinput-debug-events` helper +tool:: + + $> libinput debug-events --verbose + The output is textual and can help identify whether the bug is in libinput at all. Note that any configuration options you have set must be specified on the commandline, see the :ref:`libinput-debug-events`