Hello community,
here is the log from the commit of package xorg-x11-driver-video-intel-legacy
for openSUSE:Factory
checked in at Mon Sep 12 10:38:33 CEST 2011.
--------
---
xorg-x11-driver-video-intel-legacy/xorg-x11-driver-video-intel-legacy.changes
2011-02-14 18:28:35.000000000 +0100
+++
/mounts/work_src_done/STABLE/xorg-x11-driver-video-intel-legacy/xorg-x11-driver-video-intel-legacy.changes
2011-09-08 12:07:30.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Sep 8 10:02:22 UTC 2011 - [email protected]
+
+- n_xf86-video-intel-2.9.1_fix-compilation-on-xserver-1.10.patch
+ * Fix the build against xorg-server 1.10 the same way as it has
+ been fixed for radeon driver via git commit 0f18463.
+
+-------------------------------------------------------------------
+Tue Feb 15 10:18:05 UTC 2011 - [email protected]
+
+- removed meanwhile obsolete patch xorg-server-1.9.3.diff;
+ everything necessary is already covered in updated
+ xorg-server-1.9.diff and adjusted
+ xf86-video-intel-2.9.1-legacy.patch
+
+-------------------------------------------------------------------
+Mon Feb 14 19:38:51 UTC 2011 - [email protected]
+
+- xorg-server-1.9.3.diff:
+ Fix build issues with changes to server private handlings.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
n_xf86-video-intel-2.9.1_fix-compilation-on-xserver-1.10.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xorg-x11-driver-video-intel-legacy.spec ++++++
--- /var/tmp/diff_new_pack.QIQzkn/_old 2011-09-12 10:38:30.000000000 +0200
+++ /var/tmp/diff_new_pack.QIQzkn/_new 2011-09-12 10:38:30.000000000 +0200
@@ -25,7 +25,7 @@
Group: System/X11/Servers/XF86_4
AutoReqProv: on
Version: 2.9.1
-Release: 5
+Release: 11
Summary: Legacy Version of the Intel X.Org Driver
Requires: xorg-x11-server
Supplements: xorg-x11-server
@@ -42,6 +42,7 @@
Patch7: xf86-video-intel-2.9.1-xorg-server-1.7.3-fixes.patch
Patch8: xorg-server-1.9.diff
Patch100: xf86-video-intel-2.9.1-legacy.patch
+Patch101: n_xf86-video-intel-2.9.1_fix-compilation-on-xserver-1.10.patch
%description
This package contains the legacy version of the Intel X.Org driver which does
@@ -59,6 +60,7 @@
%patch7 -p0
%patch8 -p1
%patch100 -p1
+%patch101 -p1
%build
autoreconf -fi
++++++ n_xf86-video-intel-2.9.1_fix-compilation-on-xserver-1.10.patch ++++++
Author: Stefan Dirsch <[email protected]>
Subject: intellegacy: fix compilation on xserver >= 1.10
Fix the build the same way as it has been fixed for radeon driver
via git commit 0f18463.
--- xf86-video-intel-2.9.1/src/i830_driver.c.orig 2011-09-08
09:43:03.000000000 +0000
+++ xf86-video-intel-2.9.1/src/i830_driver.c 2011-09-08 09:50:17.000000000
+0000
@@ -904,10 +904,12 @@
width, height, -1, -1, scrn->displayWidth *
i830->cpp,
i830->FbBase + scrn->fbOffset);
+#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1,9,99,1,0)
/* ick. xf86EnableDisableFBAccess smashes the screen pixmap devPrivate,
* so update the value it uses
*/
scrn->pixmapPrivate.ptr = i830->FbBase + scrn->fbOffset;
+#endif
xf86DrvMsg(scrn->scrnIndex, X_INFO, "New front buffer at 0x%lx\n",
i830->front_buffer->offset);
i830_set_new_crtc_bo(scrn);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]