Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: jur on October 18, 2009, 08:45:22 PM

Title: [SOLVED] How to enable ctrl+alt+backspace in Xorg?
Post by: jur on October 18, 2009, 08:45:22 PM
Is it possible to enable ctrl+alt+backspace in Xorg? If so, what are the steps?

I have nosed around a bit and it seems a utility called dontzap is needed.
Title: Re: How to enable ctrl+alt+backspace in Xorg?
Post by: jur on October 18, 2009, 09:21:48 PM
Further nosing reveals that adding to /etc/X11/xorg.conf:

Section "ServerFlags"
        Option          "DontZap" "false"
EndSection

I'll try this tonight and report back.
Title: Re: How to enable ctrl+alt+backspace in Xorg?
Post by: jur on October 19, 2009, 04:59:05 AM
Right it worked.  ;D
Title: Re: [SOLVED] How to enable ctrl+alt+backspace in Xorg?
Post by: roberts on October 19, 2009, 01:13:31 PM
Added to the .info of Xorg-7.4.tczl
Title: Re: [SOLVED] How to enable ctrl+alt+backspace in Xorg?
Post by: jur on October 19, 2009, 05:58:05 PM
It may not work in the next version of Xorg... seems the over-zealous people at Xorg disabled even that if I understand online discussions correctly.