and systemctl status service.touchscreen.service
Code
● service.touchscreen.service - Touchscreen support daemon
Loaded: loaded (/storage/.kodi/addons/service.touchscreen/system.d/service.touchscreen.service; e
nabled; vendor preset: disabled)
Active: active (exited) since Thu 2018-03-08 08:31:10 WET; 2 weeks 2 days ago
Process: 663 ExecStart=/bin/sh -c exec /bin/sh /storage/.kodi/addons/service.touchscreen/bin/ts_ui
nput_touch.sh service (code=exited, status=0/SUCCESS)
Process: 611 ExecStartPre=/bin/sh -c exec /bin/sh /storage/.kodi/addons/service.touchscreen/bin/ts
_calibrate.sh service (code=exited, status=0/SUCCESS)
Main PID: 663 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/service.touchscreen.service
└─694 ts_uinput_touch -x 800 -y 480 -d
Mar 08 08:31:10 LibreELEC sh[663]: TSLIB_CALIBFILE: '/storage/.kodi/userdata/addon_data/servic
e.touchscreen/pointercal'
Mar 08 08:31:10 LibreELEC sh[663]: TSLIB_CONFFILE: '/storage/.kodi/userdata/addon_data/servic
e.touchscreen/ts.conf'
Mar 08 08:31:10 LibreELEC sh[663]: TSLIB_RES_X: '800'
Mar 08 08:31:10 LibreELEC sh[663]: TSLIB_RES_Y: '480'
Mar 08 08:31:10 LibreELEC sh[663]: TSLIB_TOUCH_HOME_TIME: '200'
Mar 08 08:31:10 LibreELEC sh[663]: using fb device: /dev/fb0
Mar 08 08:31:10 LibreELEC sh[663]: resolution: 800x480
Mar 08 08:31:10 LibreELEC sh[663]: using touch device: /dev/input/event3
Mar 08 08:31:10 LibreELEC sh[663]: daemonizing...
Mar 08 08:31:10 LibreELEC systemd[1]: Started Touchscreen support daemon.
Display More
while evtest whith shutting down KODI will provide touchdata like this:
Code
Event: time 1521898950.552704, -------------- SYN_REPORT ------------
Event: time 1521898950.562717, type 3 (EV_ABS), code 0 (ABS_X), value 987
Event: time 1521898950.562717, type 3 (EV_ABS), code 1 (ABS_Y), value 2411
Event: time 1521898950.562717, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 64902
I now have some data of the touch:
and i've tried the advancedsettings.xml advancedsettings.xml - Official Kodi Wiki, but stretch_factor don't work. Even tested
don't do anything. I am unsure if the advancedsettings.xml is working, path /storage/.kodi/userdata/ and XML with NotePad++
(i.e. splash false does not work)