From 910af43b493c2d1089d0785c2ed80c8b5bd6116b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 19 Apr 2009 23:45:58 +0200 Subject: [PATCH] Use Option "DontZap" "false" by default --- debian/changelog | 7 +++++++ etc/X11/xorg.conf.example | 3 +-- etc/X11/xorg.conf.virtualbox | 3 +-- etc/X11/xorg.conf.vmware | 3 +-- grml-x | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index e070da8..73169bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 19 Apr 2009 23:45:20 +0200 + grml-x (0.4.2) unstable; urgency=low * Improve zsh completion: diff --git a/etc/X11/xorg.conf.example b/etc/X11/xorg.conf.example index 5db17b7..a213cdb 100644 --- a/etc/X11/xorg.conf.example +++ b/etc/X11/xorg.conf.example @@ -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 (server abort) + Option "DontZap" "false" # enable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection diff --git a/etc/X11/xorg.conf.virtualbox b/etc/X11/xorg.conf.virtualbox index 996a47a..b313a30 100644 --- a/etc/X11/xorg.conf.virtualbox +++ b/etc/X11/xorg.conf.virtualbox @@ -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 (server abort) + Option "DontZap" "false" # enable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection diff --git a/etc/X11/xorg.conf.vmware b/etc/X11/xorg.conf.vmware index 98434d9..5c4ef69 100644 --- a/etc/X11/xorg.conf.vmware +++ b/etc/X11/xorg.conf.vmware @@ -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 (server abort) + Option "DontZap" "false" # enable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection diff --git a/grml-x b/grml-x index fdf8a9d..fc9ff76 100755 --- 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 (server abort) + Option "DontZap" "false" # enable (server abort) # Option "DontZoom" "true" # disable / (resolution switching) EndSection -- 2.1.4