quinta-feira, 8 de abril de 2010

Desabilitando o Ctrl+Alt+backspace no linux - Disable Ctrl+Alt+backspace on linux

Dentro do arquivo xorg.conf insira a seguinte linha, dentro da sessão ServerFlags:
In file xorg.conf, insert the line, in the section ServerFlags:
Option "DontZap" "true"

Por Exemplo:
For Exemple:

Section "ServerFlags"
    Option "NoAutoAddDevices"
    Option "DontZap" "true"
EndSection


Reinicie o xserver e pronto!
Restart the xserver and done!

Nenhum comentário:

Postar um comentário