Seeing this post (
http://forum.irexnet.com/viewtopic.p...r=asc&start=45), If I change:
export TSLIB_TSDEVICE=/dev/input/event0
export QWS_MOUSE_PROTO=Tslib:/dev/intput/event0
to:
export TSLIB_TSDEVICE=/dev/ttyS0
export QWS_MOUSE_PROTO=Tslib:/dev/ttyS0
The previous error message was gone, but I got:
Unable to lock port: Resource temporarily unavailable
It seems that the port of displayMgr is blocked because when I tried to execute displayMgr, I got:
(W)displayMgr.c:250,main() ePaper daemon (displayMgr 0.212)
(W)displayMgr.c:255,main() Display Manager is accessible to local processes only.
Error invoking bind: Address already in use
Added:
OOPS! I made a mistake. I should call displayMgrClient, not dispalyMgr.
Added 2:
Since the ts-related config is already in /home/root/start.sh, it should be un-necessary to modify it.