<br><br><div class="gmail_quote">2009/6/1 Robert P. J. Day <span dir="ltr"><<a href="mailto:rpjday@crashcourse.ca">rpjday@crashcourse.ca</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>IIRC, if i'm on a network, i can still ssh in so the underlying<br>
system is still functioning, but there's no way to break out of X<br>
anymore -- ctrl-alt-bs doesn't work.<br>
</blockquote></div><br>edit (or create)  /etc/X11/xorg.conf<br><br>and add the following section to restore sensible ctrl-alt-bs behaviour:-<br><br>Section "ServerFlags"<br>Option "DontZap" "false"<br>
EndSection<br><br><br>Alan<br>