Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: si_hussain1 on July 15, 2009, 02:15:11 AM

Title: how to trap the ctrl+alt+del and backspace key
Post by: si_hussain1 on July 15, 2009, 02:15:11 AM
Hi,
 1.  Can anyone tell me a good way of trapping the ctrl+alt+del and backspace key. I do not want anyone to reboot the client or to kill the X.


2. how do i add the splash screen . I do not want to see the boot messages etc

Thanks in advance
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: Lee on July 15, 2009, 08:41:56 AM
I think there's a line in /etc/inittab that tells it what to do on ctrl-alt-delete.   No idea about the rest.
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: ^thehatsrule^ on July 16, 2009, 01:11:07 AM
Xorg has the dontzap option (which is on by default in the latest)

I don't think there was any previous users who have tried a splash screen yet.  Good time to be the first ;)
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: si_hussain1 on July 18, 2009, 08:59:07 AM
i thought of it. But then there is no xorg.conf in this. Is there any particular way for this?
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: ^thehatsrule^ on July 18, 2009, 05:16:27 PM
For Xorg, see the Xorg extension
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: Jason W on July 27, 2009, 07:58:17 PM
If you use the Xvesa extension in the repo, it has the -nozap option that prevents ctrl-alt-backspace from killing X.  I also am pressing ctrl-alt-del while in X and nothing is happening.  So the Xvesa extension should be what you are looking for if you don't want full Xorg.
Title: Re: how to trap the ctrl+alt+del and backspace key
Post by: si_hussain1 on July 31, 2009, 02:16:10 AM
Hi,
  That did the trick . Thanks.