LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   disable ctrl alt backspace (https://www.linuxquestions.org/questions/linux-general-1/disable-ctrl-alt-backspace-494326/)

ayan.sen 10-21-2006 05:20 AM

disable ctrl alt backspace
 
hi
I am working on debian 3.1 sarge. I would like to disable the ctrl alt backspace command to logout from the graphical mode. could anyone please tell me how to disable it.
thanks
Ayan

Okie 10-21-2006 05:37 AM

i had the wrong answer

vls 10-21-2006 05:38 AM

I've been up way to long. Wrong too.

reddazz 10-21-2006 07:42 AM

You need to add the code below to your /etc/X11/xorg.conf
Code:

Section "ServerFlags"
        Option    "DontZap"    "yes"
EndSection

I am not so sure of the consequences if something causes X to hang and how you can restart it once you have disabled CTRL-ALT-BACKSPACE.

ayan.sen 10-22-2006 03:52 AM

thanx for the help.
but i didnt have any file in X11 called xorg.conf so I changed in the XF86Config-4 file and its working fine.

b0uncer 10-22-2006 04:01 AM

Quote:

thanx for the help.
but i didnt have any file in X11 called xorg.conf so I changed in the XF86Config-4 file and its working fine.
That's because xorg.conf is for Xorg X server, and XF86Config-4 is for XFree X server (XF86Config for the older XFrees).

reddazz 10-22-2006 07:12 AM

Quote:

Originally Posted by ayan.sen
thanx for the help.
but i didnt have any file in X11 called xorg.conf so I changed in the XF86Config-4 file and its working fine.

I forgot you said you were using Debian Sarge. It shipped with XFree86 whilst other distros had already migrated to Xorg.


All times are GMT -5. The time now is 03:21 PM.