]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- reenable Ctrl-Alt-Backspace by default (fuck ubuntu idiocy)
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 22 Apr 2009 14:44:53 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-zap.patch -> 1.1

xorg-xserver-server-zap.patch [new file with mode: 0644]

diff --git a/xorg-xserver-server-zap.patch b/xorg-xserver-server-zap.patch
new file mode 100644 (file)
index 0000000..a6afbcb
--- /dev/null
@@ -0,0 +1,22 @@
+--- xorg-server-1.6.1/hw/xfree86/common/xf86Config.c~  2009-04-14 19:14:57.000000000 +0200
++++ xorg-server-1.6.1/hw/xfree86/common/xf86Config.c   2009-04-22 16:41:46.000000000 +0200
+@@ -733,7 +733,7 @@
+   { FLAG_DONTVTSWITCH,                "DontVTSwitch",                 OPTV_BOOLEAN,
+       {0}, FALSE },
+   { FLAG_DONTZAP,             "DontZap",                      OPTV_BOOLEAN,
+-      {0}, TRUE },
++      {0}, FALSE },
+   { FLAG_DONTZOOM,            "DontZoom",                     OPTV_BOOLEAN,
+       {0}, FALSE },
+   { FLAG_DISABLEVIDMODE,      "DisableVidModeExtension",      OPTV_BOOLEAN,
+--- xorg-server-1.6.1/hw/xfree86/doc/man/xorg.conf.man.pre~    2009-04-14 19:14:57.000000000 +0200
++++ xorg-server-1.6.1/hw/xfree86/doc/man/xorg.conf.man.pre     2009-04-22 16:42:55.000000000 +0200
+@@ -469,7 +469,7 @@
+ That sequence is normally used to terminate the __xservername__ server.
+ When this option is enabled (as per default), that key sequence has no
+ special meaning.
+-Default: on.
++Default: off.
+ .TP 7
+ .BI "Option \*qDontZoom\*q  \*q" boolean \*q
+ This disallows the use of the
This page took 0.145329 seconds and 4 git commands to generate.