Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit xorg-x11-server
  • From: root@xxxxxxx (h_root)
  • Date: Sat, 12 Aug 2006 19:04:49 +0200 (CEST)
  • Message-id: <20060812170449.26989950F2@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-server
checked in at Sat Aug 12 19:04:49 CEST 2006.

--------
--- xorg-x11-server/xorg-x11-server.changes 2006-08-09 10:55:31.000000000 +0200
+++ xorg-x11-server/xorg-x11-server.changes 2006-08-12 11:49:19.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Aug 12 11:47:02 CEST 2006 - sndirsch@xxxxxxx
+
+- disable-aiglx.diff:
+ * disabled AIGLX by default (related to Bug #197093); enable it
+ with 'Option "AIGLX" "true"' in ServerFlags section of xorg.conf
+
+-------------------------------------------------------------------
+Wed Aug 9 16:25:09 CEST 2006 - sndirsch@xxxxxxx
+
+- enabled build of aiglx
+
+-------------------------------------------------------------------

New:
----
disable-aiglx.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.0lcFr4/_old 2006-08-12 19:04:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0lcFr4/_new 2006-08-12 19:04:39.000000000 +0200
@@ -17,7 +17,7 @@
URL: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0
Version: 7.1
-Release: 16
+Release: 17
License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4
@@ -48,6 +48,7 @@
Patch16: p_xnest-ignore-getimage-errors.diff
Patch17: p_initialize-pci-tag.diff
Patch18: p_ia64-console.diff
+Patch19: disable-aiglx.diff


%description
@@ -191,6 +192,7 @@
pushd hw/xfree86/os-support
%patch18
popd
+%patch19

%build
autoreconf -fi
@@ -204,6 +206,7 @@
--enable-glx-tls \
--enable-multibuffer \
%endif
+ --enable-aiglx \
--enable-lbx \
--enable-xdmcp \
--enable-xdm-auth-1 \
@@ -422,6 +425,12 @@
/usr/share/aclocal/*.m4

%changelog -n xorg-x11-server
+* Sat Aug 12 2006 - sndirsch@xxxxxxx
+- disable-aiglx.diff:
+ * disabled AIGLX by default (related to Bug #197093); enable it
+ with 'Option "AIGLX" "true"' in ServerFlags section of xorg.conf
+* Wed Aug 09 2006 - sndirsch@xxxxxxx
+- enabled build of aiglx
* Wed Aug 09 2006 - sndirsch@xxxxxxx
- patch font path also in xorg.conf when set to /usr/lib/X11/fonts/
or /usr/X11/lib/X11/fonts


++++++ disable-aiglx.diff ++++++
--- ./hw/xfree86/common/xf86Config.c.orig 2006-08-12 11:45:01.000000000 +0200
+++ ./hw/xfree86/common/xf86Config.c 2006-08-12 11:45:29.000000000 +0200
@@ -1017,7 +1017,7 @@
else
xf86Info.estimateSizesAggressively = 0;

- xf86Info.aiglx = TRUE;
+ xf86Info.aiglx = FALSE;
xf86Info.aiglxFrom = X_DEFAULT;
if (xf86GetOptValBool(FlagOptions, FLAG_AIGLX, &value)) {
xf86Info.aiglx = value;

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >