From: Peter Hutterer Date: Mon, 18 Feb 2019 05:46:07 +0000 (+1000) Subject: doc/user: replace evemu with libinput-record in the documentation X-Git-Tag: 1.12.901~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=087e75dce0434e544fd7dff8c0f80be828c659f8;p=platform%2Fupstream%2Flibinput.git doc/user: replace evemu with libinput-record in the documentation Fixes #220 Signed-off-by: Peter Hutterer --- diff --git a/doc/user/reporting-bugs.rst b/doc/user/reporting-bugs.rst index adeeb8c7..ab22c5c3 100644 --- a/doc/user/reporting-bugs.rst +++ b/doc/user/reporting-bugs.rst @@ -14,7 +14,7 @@ https://gitlab.freedesktop.org/libinput/libinput/issues/new When reporting bugs against libinput, you will need: - a reliable :ref:`reproducer ` for the bug -- an :ref:`evemu recording ` of the device while the bug is reproduced +- a :ref:`recording ` of the device while the bug is reproduced - device-specific information, see - :ref:`reporting_bugs_touchpad` diff --git a/doc/user/touchpad-jumping-cursors.rst b/doc/user/touchpad-jumping-cursors.rst index 526caddd..d09cd444 100644 --- a/doc/user/touchpad-jumping-cursors.rst +++ b/doc/user/touchpad-jumping-cursors.rst @@ -16,7 +16,7 @@ the text **"Touch jump detected and discarded."** and a link to this page. In most cases, this is a bug in the kernel driver and to libinput it appears that the touch point moves from its previous position. The pointer jump can -usually be seen in the evemu-record output for the device: +usually be seen in the :ref:`libinput record ` output for the device: :: @@ -53,6 +53,6 @@ represent a physical move of almost 50mm. libinput detects some of these jumps and discards the movement but otherwise continues as usual. However, the bug should be fixed at the kernel level. -When you encounter the warning in the log, please generate an evemu -recording of your touchpad and file a bug. See :ref:`reporting_bugs` for more -details. +When you encounter the warning in the log, please generate a recording of +your touchpad with :ref:`libinput record ` and file a bug. +See :ref:`reporting_bugs` for more details. diff --git a/doc/user/touchpad-pressure-debugging.rst b/doc/user/touchpad-pressure-debugging.rst index 075cb885..5317f1ff 100644 --- a/doc/user/touchpad-pressure-debugging.rst +++ b/doc/user/touchpad-pressure-debugging.rst @@ -179,7 +179,7 @@ Once the thresholds are decided on (e.g. 10 and 8), they can be enabled with AttrTouchSizeRange=10:8 The first line is the match line and should be adjusted for the device name -(see evemu-record's output) and for the local system, based on the +(see :ref:`libinput record `'s output) and for the local system, based on the information in ``/sys/class/dmi/id/modalias``. The modalias should be shortened to the specific system's information, usually system vendor (svn) and product name (pn).