Problem with touch screen drivers

Hello people:
I am currently running qnx 6.0
I have a problem about where to start my elo-touch drivers. Originally I put
it in the ph script.
However, I realized that if people logout without existing to commandline,
the next time login will cuase another driver to start, thus causing two or
more drivers to exist at the same time.

I tried to use trap files to start my elo-touch drivers. But I don’t think I
am getting enough right information about utility inputtrap to create a
correct trapfile.

Is there a way to this problem? i.e. finding a place to start touch screen
driver so that it doesn’t get called once more after the first login?

Help would be GREATLY appreciated!

Jimmy Tsai
Vortek industry Summer 2001 co-op

How about in your /etc/rc.d/rc.local? You will probably have to create it
and make it executable…


Jerry Kirk
(mailto:Jerry.Kirk@Nexwarecorp.com)
Nexware Corp. (http://www.nexwarecorp.com)
865.546.9998 x203

“jimmy tsai” <jtsai@vortek.com> wrote in message
news:9ikh6j$9e7$1@inn.qnx.com

Hello people:
I am currently running qnx 6.0
I have a problem about where to start my elo-touch drivers. Originally I
put
it in the ph script.
However, I realized that if people logout without existing to commandline,
the next time login will cuase another driver to start, thus causing two
or
more drivers to exist at the same time.

I tried to use trap files to start my elo-touch drivers. But I don’t think
I
am getting enough right information about utility inputtrap to create a
correct trapfile.

Is there a way to this problem? i.e. finding a place to start touch screen
driver so that it doesn’t get called once more after the first login?

Help would be GREATLY appreciated!

Jimmy Tsai
Vortek industry Summer 2001 co-op

Inputtrap utility doesn’t support touch screens.
rc.local is not a proper place to start devi-elo, because when you starts
devi-elo it is supposed that Photon is running.
I think that ph script is a correct place for that. I also suppose that
driver will correctly shut down when Photon terminates.


“jimmy tsai” <jtsai@vortek.com> wrote in message
news:9ikh6j$9e7$1@inn.qnx.com

Hello people:
I am currently running qnx 6.0
I have a problem about where to start my elo-touch drivers. Originally I
put
it in the ph script.
However, I realized that if people logout without existing to commandline,
the next time login will cuase another driver to start, thus causing two
or
more drivers to exist at the same time.

I tried to use trap files to start my elo-touch drivers. But I don’t think
I
am getting enough right information about utility inputtrap to create a
correct trapfile.

Is there a way to this problem? i.e. finding a place to start touch screen
driver so that it doesn’t get called once more after the first login?

Help would be GREATLY appreciated!

Jimmy Tsai
Vortek industry Summer 2001 co-op