rpms/xorg-x11-drv-openchrome/devel k8m800_disable_argb_cursor.patch, NONE, 1.1 xorg-x11-drv-openchrome.spec, 1.29, 1.30

Xavier Bachelot (xavierb) fedora-extras-commits at redhat.com
Wed Aug 6 20:31:38 UTC 2008


Author: xavierb

Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21974

Modified Files:
	xorg-x11-drv-openchrome.spec 
Added Files:
	k8m800_disable_argb_cursor.patch 
Log Message:
disable argb cursor for K8M800

k8m800_disable_argb_cursor.patch:

--- NEW FILE k8m800_disable_argb_cursor.patch ---
--- src/via_cursor.c.orig	2008-08-06 17:42:01.000000000 +0200
+++ src/via_cursor.c	2008-08-06 17:43:12.000000000 +0200
@@ -544,6 +544,7 @@
         switch (pVia->Chipset) {
             case VIA_CLE266:
             case VIA_KM400:
+            case VIA_K8M800:
                 cursor->isARGBSupported = FALSE;
                 cursor->isARGBEnabled = FALSE;
                 cursor->maxWidth = 32;


Index: xorg-x11-drv-openchrome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/xorg-x11-drv-openchrome.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xorg-x11-drv-openchrome.spec	3 Aug 2008 20:17:45 -0000	1.29
+++ xorg-x11-drv-openchrome.spec	6 Aug 2008 20:31:08 -0000	1.30
@@ -9,7 +9,7 @@
 Summary:	Xorg X11 openchrome video driver
 Name:		xorg-x11-drv-openchrome
 Version:	0.2.902
-Release:	9%{?dist}
+Release:	10%{?dist}
 URL:		http://www.openchrome.org
 License:	MIT
 Group:		User Interface/X Hardware Support
@@ -29,6 +29,7 @@
 Patch100:       openchrome-0.2.902-re_enable_AGPDMA.patch
 # Experimental patches (branch backport, etc...): 
 Patch200:       openchrome-0.2.902-panel.patch
+Patch201:       k8m800_disable_argb_cursor.patch
 
 ExclusiveArch:	%{ix86} x86_64
 
@@ -73,6 +74,7 @@
 %patch6 -p0 -b .pciids
 %patch100 -p0 -b .agpdma
 %patch200 -p0 -b .panel
+%patch201 -p0 -b .argb_cursor
 
 %build
 autoreconf
@@ -121,6 +123,9 @@
 
 
 %changelog
+* Wed Aug 06 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.902-10
+- Disable argb cursor for K8M800.
+
 * Sun Aug 03 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.902-9
 - New version of the panel and hw cursor patch.
 - Rawhide is now using patch --fuzz=0, fixes for induced issues.




More information about the fedora-extras-commits mailing list