diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 13:46:52 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 13:46:52 +0000 |
commit | 31fe6cebd0742a00807f23c86a044c58a472ac73 (patch) | |
tree | 9e2d0ff3641c7694e5d6b0a550e5a674a7626c04 /lib | |
parent | 438685ff7c14f47855eb0fc869efd9d1e11ada20 (diff) | |
download | drakx-kbd-mouse-x11-31fe6cebd0742a00807f23c86a044c58a472ac73.tar drakx-kbd-mouse-x11-31fe6cebd0742a00807f23c86a044c58a472ac73.tar.gz drakx-kbd-mouse-x11-31fe6cebd0742a00807f23c86a044c58a472ac73.tar.bz2 drakx-kbd-mouse-x11-31fe6cebd0742a00807f23c86a044c58a472ac73.tar.xz drakx-kbd-mouse-x11-31fe6cebd0742a00807f23c86a044c58a472ac73.zip |
enable ctrl+alt+backspace (twice) by default (pzanoni)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/various.pm | 2 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 2 |
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 |