Jaunty alt. to ctrl+alt+backspace

Discussion in 'all things UNIX' started by Ocky, Jul 2, 2009.

Thread Status:
Not open for further replies.
  1. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    It's probably known, but for those who have not yet found this way:-

    Jaunty - for Ctrl+Alt+Backspace
    use:-
    right alt + printscreen +k :argh:
     
  2. tlu

    tlu Guest

    Yes, alternatively you can add

    Code:
    Section "ServerFlags"
        Option "DontZap" "False"
    EndSection
    to the end of xorg.conf in order to have Ctr+Alt+Backspace available. But alt + printscreen +k has the advantage that it kills all processes even if the X-server is completely frozen.
     
  3. Mrkvonic

    Mrkvonic Linux Systems Expert

    Joined:
    May 9, 2005
    Posts:
    10,224
    Only if Magic keys are enabled!

    To check, run: cat /proc/sys/kernel/sysrq.

    The output should be 1.

    If not, you will have to echo 1 to the above kernel tunable or to make the change permanent across reboots, add it to sysctl.conf and run sysctl -p to reload the parameters.

    Other cool magic keys include: t - trace, c - crash ...

    Cheers,
    Mrk
     
  4. Ocky

    Ocky Registered Member

    Joined:
    May 6, 2006
    Posts:
    2,713
    Location:
    George, S.Africa
    Seem to be enabled by default in Jaunty. Output is 1.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.