blob: e21fac8d8484347ae27059a9e09b4b019e978295 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- programs/Xserver/hw/xfree86/xorgconf.cpp.orig Fri Dec 31 14:40:27 2004
+++ programs/Xserver/hw/xfree86/xorgconf.cpp Fri Dec 31 14:40:28 2004
@@ -624,3 +624,11 @@
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
|