summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Xconfig/various.pm2
-rw-r--r--lib/Xconfig/xfree.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Xconfig/various.pm b/lib/Xconfig/various.pm
index 027ac76..310917d 100644
--- a/lib/Xconfig/various.pm
+++ b/lib/Xconfig/various.pm
@@ -50,7 +50,7 @@ sub default {
add2hash_($various, {
isLaptop => $isLaptop,
xdm => 1,
- DontZap => 1,
+ DontZap => 0,
Composite => !($card->{Driver} eq 'fglrx' || $card->{Driver} eq 'nvidia' && $card->{DriverVersion} eq '71xx'),
if_($card->{Driver} eq 'nvidia', RenderAccel => !member($card->{DriverVersion}, qw(71xx 96xx)),
Clone => 0, ForceModeDVI => 0),
diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm
index 9b1e2a2..efe8d10 100644
--- a/lib/Xconfig/xfree.pm
+++ b/lib/Xconfig/xfree.pm
@@ -807,7 +807,7 @@ our $default_header = <<'END';
# **********************************************************************
Section "ServerFlags"
- Option "DontZap" "True" # disable <Ctrl><Alt><BS> (server abort)
+ Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
END