View Single Post
Old 02-28-2010, 11:15 AM   #18
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
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.

Last edited by ericshliao; 02-28-2010 at 11:38 AM.
ericshliao is offline   Reply With Quote