pkgsrc-wip/modular-xorg-server/patches/patch-ak

17 lines
541 B
Text
Raw Normal View History

2008-07-06 01:44:08 +02:00
$NetBSD: patch-ak,v 1.6 2008/07/05 23:44:09 bsadewitz Exp $
--- hw/xfree86/xorgconf.cpp.orig 2008-06-10 13:57:20.000000000 -0400
+++ hw/xfree86/xorgconf.cpp
@@ -608,3 +608,11 @@ Section "ServerLayout"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
+
+XCOMM Two experimental extensions are available -- Composite and XEVIE. Uncomment
+XCOMM the section below to enable Composite. Many extensions can also be disabled
+XCOMM in this manner.
+
+XCOMM Section "Extensions"
+XCOMM Option "Composite" "Enable"
+XCOMM EndSection