|
|
发表于 2009-4-21 07:49:20
|
显示全部楼层
You can enable it in two ways:
1. Edit /etc/X11/xorg.conf
Section “ServerFlags”
Option “DontZap” “False”
EndSection
2. via command
dongysh@worm:~$ dontzap
The only accepted parameters are:
-e, --enable Set "DontZap" to "True" (Ctrl+Alt+Backspace does not restart the xserver).
-d, --disable Set "DontZap" to "False" (Ctrl+Alt+Backspace restarts the xserver).
-h, --help Show the help page. |
|