Enabling ctrl+alt+backspace[Solved]

Chat about anything related to Linux Mint
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
toehead

Enabling ctrl+alt+backspace[Solved]

Post by toehead »

I did a search and found this:
The key combination Ctrl+Alt+Backspace to kill the X server has been disabled by default as a decision of the upstream Xorg project. You can change the default by adding the following section to your xorg.conf file. If one does not exist, you can create it manually at /etc/X11/xorg.conf using a text editor and Xorg will honor that setting.

Code: Select all
Section "ServerFlags"
Option "DontZap" "false"
EndSection



The Xorg project has changed the default DontZap setting to “true” after complaints from desktop users that accidentally hit Ctrl+Alt+Backspace when trying to type Alt+Backspace, Ctrl+Backspace, or Shift+Backspace, or who had StickyKeys enabled. Ctrl+Alt+Backspace is also a keyboard shortcut for deleting certain expressions in C and Java modes in Emacs.
I have made the xorg.conf file, do I also make a xorg.conf directory within the x11 directory and place the file in there? I am having difficulty placing it in the x11 directory, the permissions for this file are set to read and write. Is this something that needs to be done from the live cd?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
proxima_centauri

Re: Enabling ctrl+alt+backspace

Post by proxima_centauri »

I can believe you can simply enable it by going to Keyboard Preferences, Layout tab -> Options..., Key Sequence to kill the X server. Put a check next to Ctrl+Alt+Backspace.
toehead

Re: Enabling ctrl+alt+backspace[Solved]

Post by toehead »

Thanks for the reply. I checked where you said, it was checked already. Tried the key combination while the system is up and running and it works. Hmmm. Guess I have another post to make now.
Locked

Return to “Chat about Linux Mint”