Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:11.4
checked in at Thu May 12 21:20:21 CEST 2011.



--------
--- 
old-versions/11.4/UPDATES/all/xorg-x11-driver-video/xorg-x11-driver-video.changes
   2011-04-15 12:05:26.000000000 +0200
+++ 11.4/xorg-x11-driver-video/xorg-x11-driver-video.changes    2011-05-11 
16:03:31.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 11 13:50:04 UTC 2011 - [email protected]
+
+- xf86-video-intel-946GZ-is-a-965G.patch
+  * 946GZ is a 965G! (bnc #690428, bfo #35854)
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


New:
----
  xf86-video-intel-946GZ-is-a-965G.patch

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

Other differences:
------------------
++++++ xorg-x11-driver-video.spec ++++++
--- /var/tmp/diff_new_pack.1b700R/_old  2011-05-12 21:07:07.000000000 +0200
+++ /var/tmp/diff_new_pack.1b700R/_new  2011-05-12 21:07:07.000000000 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:            http://xorg.freedesktop.org/
 Version:        7.6
-Release:        53.<RELEASE56>
+Release:        53.<RELEASE58>
 License:        MIT License (or similar)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Group:          System/X11/Servers/XF86_4
@@ -105,6 +105,7 @@
 Patch150:       xf86-video-intel-dell_backlight.diff
 Patch200:       xf86-video-intel-damage-fix.diff
 Patch201:       xf86-video-intel-gen6-Invalidate-texture-cache.patch
+Patch202:       xf86-video-intel-946GZ-is-a-965G.patch
 
 %description
 This package contains X.Org video drivers.
@@ -160,6 +161,7 @@
 %patch150 -p1
 %patch200 -p1
 %patch201 -p1
+%patch202 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1

++++++ xf86-video-intel-946GZ-is-a-965G.patch ++++++
>From 537a836dd6db384d53b52eb457a7d257c440217f Mon Sep 17 00:00:00 2001
From: Chris Wilson <[email protected]>
Date: Fri, 1 Apr 2011 07:10:25 +0100
Subject: [PATCH] 946GZ is a 965G!

Sales & Marketing score another victory in confusing me.

Bugzila: https://bugs.freedesktop.org/show_bug.cgi?id=35854
Signed-off-by: Chris Wilson <[email protected]>
---
 src/intel_module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/intel_module.c b/src/intel_module.c
index f6cc6d4..8416544 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -323,7 +323,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn,
        break;
     case PCI_CHIP_I946_GZ:
        chipset->name = "946GZ";
-       chipset->info = &intel_i915_info;
+       chipset->info = &intel_i965_info;
        break;
     case PCI_CHIP_I965_GM:
        chipset->name = "965GM";
-- 
1.7.4.1


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to