SOURCES: xorg-xserver-server-zap.patch (NEW) - reenable Ctrl-Alt-Backspace ...
baggins
baggins at pld-linux.org
Wed Apr 22 16:44:58 CEST 2009
Author: baggins Date: Wed Apr 22 14:44:58 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- reenable Ctrl-Alt-Backspace by default (fuck ubuntu idiocy)
---- Files affected:
SOURCES:
xorg-xserver-server-zap.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/xorg-xserver-server-zap.patch
diff -u /dev/null SOURCES/xorg-xserver-server-zap.patch:1.1
--- /dev/null Wed Apr 22 16:44:59 2009
+++ SOURCES/xorg-xserver-server-zap.patch Wed Apr 22 16:44:53 2009
@@ -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
================================================================
More information about the pld-cvs-commit
mailing list