rpms/xorg-x11-drv-openchrome/EL-5 openchrome-0.2.904-revert_r712.patch, NONE, 1.1 openchrome-0.2.904-sync_pciids.patch, NONE, 1.1 sources, 1.4, 1.5 xorg-x11-drv-openchrome.spec, 1.12, 1.13 openchrome-0.2.903-DDR400_FullHD.patch, 1.1, NONE openchrome-0.2.903-VT1625_640x480PAL.patch, 1.1, NONE openchrome-0.2.903-re_enable_AGPDMA.patch, 1.1, NONE

Xavier Bachelot xavierb at fedoraproject.org
Wed Dec 30 22:30:16 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17679

Modified Files:
	sources xorg-x11-drv-openchrome.spec 
Added Files:
	openchrome-0.2.904-revert_r712.patch 
	openchrome-0.2.904-sync_pciids.patch 
Removed Files:
	openchrome-0.2.903-DDR400_FullHD.patch 
	openchrome-0.2.903-VT1625_640x480PAL.patch 
	openchrome-0.2.903-re_enable_AGPDMA.patch 
Log Message:
0.2.904

openchrome-0.2.904-revert_r712.patch:
 via_crtc.c |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

--- NEW FILE openchrome-0.2.904-revert_r712.patch ---
Index: trunk/src/via_crtc.c
===================================================================
--- trunk/src/via_crtc.c (revision 709)
+++ trunk/src/via_crtc.c (revision 712)
@@ -36,4 +36,6 @@
 #include "via_mode.h"
 
+#include <xorg/xf86Crtc.h>
+
 static void
 ViaCRTCSetGraphicsRegisters(ScrnInfoPtr pScrn)
@@ -74,4 +76,24 @@
 }
 
+static Bool
+via_xf86crtc_resize (ScrnInfoPtr scrn, int width, int height)
+{
+    scrn->virtualX = width;
+    scrn->virtualY = height;
+    return TRUE;
+}
+
+static const
+xf86CrtcConfigFuncsRec via_xf86crtc_config_funcs = {
+    via_xf86crtc_resize
+};
+
+void 
+ViaPreInitCRTCConfig(ScrnInfoPtr pScrn)
+{
+     xf86CrtcConfigInit (pScrn, &via_xf86crtc_config_funcs);
+}
+
+
 void
 ViaCRTCInit(ScrnInfoPtr pScrn)

openchrome-0.2.904-sync_pciids.patch:
 via_id.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE openchrome-0.2.904-sync_pciids.patch ---
Index: src/via_id.c
===================================================================
--- src/via_id.c	(.../tags/release_0_2_904/src/via_id.c)	(revision 826)
+++ src/via_id.c	(.../trunk/src/via_id.c)	(revision 826)
@@ -224,6 +224,7 @@
 
     /*** VX800 ***/
     {"VIA Epia M700",                         VIA_VX800,   0x1106, 0x1122, VIA_DEVICE_CRT},
+    {"Guillemot-Hercules ECafe EC900B",       VIA_VX800,   0x1106, 0x3349, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"VIA OpenBook",                          VIA_VX800,   0x1170, 0x0311, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, /* VIA OpenBook eNote VBE8910 */
     {"Samsung NC20",                          VIA_VX800,   0x144d, 0xc04e, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
     {"Quanta DreamBook Light IL1",            VIA_VX800,   0x152d, 0x0771, VIA_DEVICE_CRT | VIA_DEVICE_LCD},
@@ -231,6 +232,7 @@
 
     /*** VX855 ***/
     {"VIA VT8562C",                           VIA_VX855,   0x1106, 0x5122, VIA_DEVICE_CRT},
+    {"OLPC XO 1.5",                           VIA_VX855,   0x152D, 0x0833, VIA_DEVICE_LCD},
 
     /* keep this */
     {NULL,                                    VIA_UNKNOWN, 0x0000, 0x0000, VIA_DEVICE_NONE}


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	28 Aug 2008 22:13:18 -0000	1.4
+++ sources	30 Dec 2009 22:30:15 -0000	1.5
@@ -1 +1 @@
-c0820787e89958c9114d359b6a3cd464  xf86-video-openchrome-0.2.903.tar.bz2
+f2481d98ef54febf5bffbb88a2a2426d  xf86-video-openchrome-0.2.904.tar.bz2


Index: xorg-x11-drv-openchrome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/EL-5/xorg-x11-drv-openchrome.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- xorg-x11-drv-openchrome.spec	4 Dec 2008 23:06:10 -0000	1.12
+++ xorg-x11-drv-openchrome.spec	30 Dec 2009 22:30:15 -0000	1.13
@@ -8,7 +8,7 @@
 
 Summary:	Xorg X11 openchrome video driver
 Name:		xorg-x11-drv-openchrome
-Version:	0.2.903
+Version:	0.2.904
 Release:	1%{?dist}
 URL:		http://www.openchrome.org
 License:	MIT
@@ -19,11 +19,9 @@ Source0:	http://www.openchrome.org/relea
 Source1:	openchrome.xinf
 
 # Patches from upstream trunk :
-Patch1:         openchrome-0.2.903-sync_pciids.patch
-Patch2:         openchrome-0.2.903-VT1625_640x480PAL.patch
-Patch3:         openchrome-0.2.903-DDR400_FullHD.patch
+Patch1:         openchrome-0.2.904-sync_pciids.patch
 # EPEL specific patches :
-Patch100:       openchrome-0.2.903-re_enable_AGPDMA.patch
+Patch100:       openchrome-0.2.904-revert_r712.patch
 
 ExclusiveArch:	%{ix86} x86_64
 
@@ -56,9 +54,7 @@ X.Org X11 openchrome video driver XvMC d
 %prep
 %setup -q -n %{tarball}-%{version}
 %patch1 -p0 -b .pciids
-%patch2 -p0 -b .vt1625
-%patch3 -p0 -b .fullhd
-%patch100 -p0 -b .agpdma
+%patch100 -p1 -R
 
 %build
 %configure --disable-static --enable-dri
@@ -101,44 +97,49 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Dec 04 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.903-1
+* Wed Dec 30 2009 Xavier Bachelot <xavier at bachelot.org> - 0.2.904-1
+- Update to 0.2.904.
+- Revert a change that breaks with xserver 1.4.
+- Add patch to sync pci ids with trunk. 
+
+* Thu Dec 04 2008 Xavier Bachelot <xavier at bachelot.org> - 0.2.903-1
 - Update to 0.2.903.
 - Add patch for VT1625 640x480 PAL mode.
 - Add patch to allow full HD resolution output with DDR400.
 - Add patch to sync pci ids with trunk. 
 
-* Sun Jan 27 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-2
+* Sun Jan 27 2008 Xavier Bachelot <xavier at bachelot.org> - 0.2.901-2
 - Add patch to properly set fifo on P4M900.
 
-* Wed Jan 02 2008 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.901-1
+* Wed Jan 02 2008 Xavier Bachelot <xavier at bachelot.org> - 0.2.901-1
 - Update to 0.2.901.
 - Remove obsoleted patches.
 
-* Fri Nov 02 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-7
+* Fri Nov 02 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-7
 - Replace broken VT1625 NTSC patch.
 - Add patch to announce as release not as development build.
 - First official Fedora build.
 
-* Thu Oct 18 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-6
+* Thu Oct 18 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-6
 - Update to official 0.2.900
 
-* Wed Oct 10 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-5
+* Wed Oct 10 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-5
 - Update to release_0_3_0 branch rev. 410
 - Add VT1625 patch for 720x576 PAL
 
-* Mon Sep 10 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-4
+* Mon Sep 10 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-4
 - Update to release_0_3_0 branch rev. 384 plus all changes from experimental
   merged back
 - Remove upstream patch #2
 
-* Wed Aug 01 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-3
+* Wed Aug 01 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-3
 - Update to release_0_3_0 branch rev. 380 (fix a bug with XvMC acceleration)
 - Add a patch to allow proper detection of DDR667 (patch #2)
 
-* Mon Jul 16 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-2
+* Mon Jul 16 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-2
 - Update to release_0_3_0 branch rev. 373
 - Add release notes to %%doc
 
-* Thu Jul 05 2007 Xavier Bachelot <xavier AT bachelot DOT org> - 0.2.900-1
+* Thu Jul 05 2007 Xavier Bachelot <xavier at bachelot.org> - 0.2.900-1
 - Initial build (release_0_3_0 branch rev. 365)
 - Add some NTSC modes for the VT1625 (patch #1)


--- openchrome-0.2.903-DDR400_FullHD.patch DELETED ---


--- openchrome-0.2.903-VT1625_640x480PAL.patch DELETED ---


--- openchrome-0.2.903-re_enable_AGPDMA.patch DELETED ---




More information about the fedora-extras-commits mailing list