Q-ha Park wrote:

> i'm just wondering how i'd make this X server not get killed 
> by ctrl+alt+BS
> (or any other situation that user can kill X by pressing some 
> keys). assume

To begin, you probably want to put
        Option "DontZap"
        Option "DontZoom"

in the Section "ServerFlags" of your XF86Config-4 file.

And, you may need to do a little hack to the server code and
then recompile X to disable the Ctrl-Alt-F1 sequences that allow
console switching under Linux (and I think FreeBSD too).

If you know C, it isn't too hard to do this... grep through
the server code for "DontZap", and follow it from there...  

I may be able to dig up a patch for this if you get stuck.

Torrey Hoffman
[EMAIL PROTECTED]
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to