Re: graceful way of stopping X remotely

2006-05-04 Thread Chuck Robey

Noah wrote:


Hi there,

Its been a while since I've had to admin X.  What is a graceful way to stop X
when I am remote to the machine?
 



Cntl-alt-backspace on many systems, but certainly not all.  epends on 
what's been programmed  into the keyboard macros ... seee the xkb 
facilities in X11 (man xkbcomp, so if cntl-alt-backspace doesn't work 
now for you, maybe you could add it in).


Many systems have a macro for cntl-alt-del, but that causes a reboot, 
and I think that's too extreme for your requirements.  Your best bet is 
investigating xkbcomp.



Cheers,

Noah

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


graceful way of stopping X remotely

2006-05-02 Thread Noah


Hi there,

Its been a while since I've had to admin X.  What is a graceful way to stop X
when I am remote to the machine?

Cheers,

Noah

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: graceful way of stopping X remotely

2006-05-02 Thread Parv
in message [EMAIL PROTECTED],
wrote Noah thusly...

 Its been a while since I've had to admin X.  What is a graceful
 way to stop X when I am remote to the machine?

Send a SIGTERM (or any other appropriate one) signal to the
controlling|foreground X process?


  - Parv

-- 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]