mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
change that occurred. [2] Install the xorg.conf referred to by xorg.conf(5). Installation was disabled during the XF86 name avoidance phase, but could still be of use. [3] Add a section about the Composite extension to xorg.conf. [4] Add MakeDllModules YES to the WITH_DEBUG flag's options. While it won't package correctly, you can't actually debug modules (where crashes almost always happen) without it. [5] Merge fixes from XORG-6_8-branch for i810 driver crashes in on CloseScreen, ringbuffer lockups, and various warnings. [6] Recognize R_ALPHA_SREL32 relocation type in elfloader. PR: [1] ports/75425 [2] ports/73915 [6] ports/73257 Submitted by: [1] Marc Silver, marcs at draenor dot org [2] Frank J. Laszlo, laszlof at vonostingroup dot com [6] Ken Stailey kstailey at yahoo dot com [6] r1.4 of X.Org CVS. Approved by: portmgr
14 lines
505 B
C++
14 lines
505 B
C++
--- 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
|