On Mon, 2003-06-30 at 05:20, cem caglar wrote:
> 
>     Hi,
>     I'm a newbie and I need to run my program everytime the linux starts up. 
> Can I add it to startup  list or run it another way?
>     Also I need to lock the screen inside the program. When the screen is 
> locked, it mustn't ask for username and password, I just want to lock and 
> unlock the screen inside the program. Are there system calls that locks(and 
> unlocks) the screen in this manner?
>     My OS is RedHat 7.1,  thanx in advance.
> 
> __________________

I think more information would be helpful.  Sounds like the application
is an X app.  If so does the display need to be on the monitor?  When
you say lock and unlick the screen are you referring to accepting input
or blocking (hiding) what the application would normally show on the
screen.

I am sure that there are several ways to have an application run and
display on the monitor.  One way is to launch it via inittab as a
specific user and let it restart.  We do this with no window manager on
our displays.  An advantage to this method is that you can set the app
to respawn so if it dies for what ever reason it will be restarted.

Bret  


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to