summaryrefslogtreecommitdiffstats
path: root/src/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src')
-rw-r--r--src/doc/src/qtee-customization.qdoc16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/doc/src/qtee-customization.qdoc b/src/doc/src/qtee-customization.qdoc
index 3f3151f..df55528 100644
--- a/src/doc/src/qtee-customization.qdoc
+++ b/src/doc/src/qtee-customization.qdoc
@@ -71,22 +71,18 @@
To enable \c tslib, add the following line to \c /etc/appcontroller.conf on the device:
\badcode
- env=QT_QPA_GENERIC_PLUGINS=tslib
+ env=QT_QPA_EGLFS_TSLIB=1
\endcode
- In some cases it will be necessary to disable the built-in input handlers in
- case they interfere with \c tslib. To do this, add the following line to
- \c /etc/appcontroller.conf on the device. Once this is done, no input device
- handling is in use by default. Instead, the necessary plugins have to be
- specified in \c QT_QPA_GENERIC_PLUGINS.
+ \note The \c tslib plugin provides no multitouch events (QTouchEvent). It
+ only generates mouse events (QMouseEvent).
+
+ If necessary, the device can be specified explicitly by setting \c TSLIB_TSDEVICE:
\badcode
- env=QT_QPA_EGLFS_DISABLE_INPUT=1
+ env=TSLIB_TSDEVICE=/dev/input/event1
\endcode
- \note The \c tslib plugin provides no multitouch events (QTouchEvent). It
- only generates mouse events (QMouseEvent).
-
\section1 Booting to a Custom Application
By default, the \e {\B2Q demo launcher} is configured to run on startup.