Use Option "DontZap" "false" by default
authorMichael Prokop <mika@grml.org>
Sun, 19 Apr 2009 21:45:58 +0000 (23:45 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 19 Apr 2009 21:45:58 +0000 (23:45 +0200)
debian/changelog
etc/X11/xorg.conf.example
etc/X11/xorg.conf.virtualbox
etc/X11/xorg.conf.vmware
grml-x

index e070da8..73169bf 100644 (file)
@@ -1,3 +1,10 @@
+grml-x (0.4.3) unstable; urgency=low
+
+  * Use Option "DontZap" "false" by default, now as DontZap has become
+    a default option. See https://wiki.ubuntu.com/X/Config/DontZap
+
+ -- Michael Prokop <mika@grml.org>  Sun, 19 Apr 2009 23:45:20 +0200
+
 grml-x (0.4.2) unstable; urgency=low
 
   * Improve zsh completion:
index 5db17b7..a213cdb 100644 (file)
@@ -2,7 +2,6 @@
 # Filename:      /etc/X11/xorg.conf
 # Purpose:       config file for xserver - generated by grml-x
 # Bug-Reports:   see http://grml.org/bugs/
-# Latest change: Sat Apr 15 10:39:38 CEST 2006 [mika]
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
 #   http://wiki.x.org/wiki/Home    and
@@ -27,7 +26,7 @@ EndSection
 Section "ServerFlags"
         Option "AllowMouseOpenFail"  "true"  # allows the server to start up even if the mouse does not work
         Option "DontVTSwitch"        "false" # allow switching between virtual terminal
-        # Option "DontZap"             "true"  # disable <Crtl><Alt><BS> (server abort)
+        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection
 
index 996a47a..b313a30 100644 (file)
@@ -2,7 +2,6 @@
 # Filename:      /etc/X11/xorg.conf.virtualbox
 # Purpose:       config file for xserver - generated by grml-x
 # Bug-Reports:   see http://grml.org/bugs/
-# Latest change: Don Dez 27 23:40:16 CET 2007 [mika]
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
 #   http://wiki.x.org/wiki/Home    and
@@ -30,7 +29,7 @@ EndSection
 Section "ServerFlags"
         Option "AllowMouseOpenFail"  "true"  # allows the server to start up even if the mouse does not work
         Option "DontVTSwitch"        "false" # allow switching between virtual terminal
-        # Option "DontZap"             "true"  # disable <Crtl><Alt><BS> (server abort)
+        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection
 
index 98434d9..5c4ef69 100644 (file)
@@ -2,7 +2,6 @@
 # Filename:      /etc/X11/xorg.conf.vmware
 # Purpose:       config file for xserver - generated by grml-x
 # Bug-Reports:   see http://grml.org/bugs/
-# Latest change: Son Nov 18 10:04:56 CET 2007 [mika]
 # See also:
 #   /usr/share/doc/xserver-xorg/   and
 #   http://wiki.x.org/wiki/Home    and
@@ -31,7 +30,7 @@ EndSection
 Section "ServerFlags"
         Option "AllowMouseOpenFail"  "true"  # allows the server to start up even if the mouse does not work
         Option "DontVTSwitch"        "false" # allow switching between virtual terminal
-        # Option "DontZap"             "true"  # disable <Crtl><Alt><BS> (server abort)
+        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection
 
diff --git a/grml-x b/grml-x
index fdf8a9d..fc9ff76 100755 (executable)
--- a/grml-x
+++ b/grml-x
@@ -704,7 +704,7 @@ EndSection
 Section "ServerFlags"
         Option "AllowMouseOpenFail"  "true"  # allows the server to start up even if the mouse does not work
         Option "DontVTSwitch"        "false" # allow switching between virtual terminal
-        # Option "DontZap"             "true"  # disable <Crtl><Alt><BS> (server abort)
+        Option "DontZap"             "false" # enable <Crtl><Alt><BS> (server abort)
         # Option "DontZoom"            "true"  # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 EndSection