rpms/xorg-x11-drv-i810/F-10 intel-2.5.0-eeebox.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.117, 1.118

Adam Jackson ajax at fedoraproject.org
Wed Feb 11 23:29:13 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-i810/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv581

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-2.5.0-eeebox.patch 
Log Message:
* Wed Feb 11 2009 Adam Jackson <ajax at redhat.com> 2.5.0-5
- intel-2.5.0-eeebox.patch: No LVDS on Asus eeebox. (#473033)


intel-2.5.0-eeebox.patch:

--- NEW FILE intel-2.5.0-eeebox.patch ---
diff -up xf86-video-intel-2.5.0/src/i830_quirks.c.jx xf86-video-intel-2.5.0/src/i830_quirks.c
--- xf86-video-intel-2.5.0/src/i830_quirks.c.jx	2009-02-11 18:27:21.000000000 -0500
+++ xf86-video-intel-2.5.0/src/i830_quirks.c	2009-02-11 18:27:41.000000000 -0500
@@ -335,6 +335,9 @@ static i830_quirk i830_quirk_list[] = {
     { PCI_CHIP_I855_GM, SUBSYS_ANY, SUBSYS_ANY, quirk_pipea_force },
     { PCI_CHIP_845_G, SUBSYS_ANY, SUBSYS_ANY, quirk_pipea_force },
 
+    /* Asus Eee Box has no LVDS */
+    { PCI_CHIP_I945_GME, 0x1043, 0x1252, quirk_ignore_lvds },
+
     { 0, 0, 0, NULL },
 };
 


Index: xorg-x11-drv-i810.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i810/F-10/xorg-x11-drv-i810.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- xorg-x11-drv-i810.spec	2 Dec 2008 05:40:21 -0000	1.117
+++ xorg-x11-drv-i810.spec	11 Feb 2009 23:28:43 -0000	1.118
@@ -6,7 +6,7 @@
 Summary:   Xorg X11 Intel video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.5.0
-Release:   4%{?dist}
+Release:   5%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -25,6 +25,7 @@
 Patch5: intel-2.5.0-no-legacy-3d.patch
 Patch6: intel-2.4.2-dell-quirk.patch
 Patch7: intel-2.5.0-no-gem-legacy3d.patch
+Patch8: intel-2.5.0-eeebox.patch
 
 ExclusiveArch: %{ix86} x86_64 ia64
 
@@ -58,6 +59,7 @@
 %patch5 -p1 -b .nolegacy3d
 %patch6 -p1 -b .dell
 %patch7 -p1 -b .nogem
+%patch8 -p1 -b .eeebox
 
 %build
 
@@ -100,6 +102,9 @@
 %{_libdir}/libIntelXvMC.so
 
 %changelog
+* Wed Feb 11 2009 Adam Jackson <ajax at redhat.com> 2.5.0-5
+- intel-2.5.0-eeebox.patch: No LVDS on Asus eeebox. (#473033)
+
 * Tue Dec 02 2008 Dave Airlie <airlied at redhat.com> 2.5.0-4
 - intel-2.5.0-no-gem-legacy3d.patch - enable textures when no GEM
 




More information about the fedora-extras-commits mailing list