[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r574 - in trunk/debian: . patches patches/general



Author: branden
Date: 2005-09-01 14:57:11 -0500 (Thu, 01 Sep 2005)
New Revision: 574

Added:
   trunk/debian/patches/general/000k_Xvfb_re-enable_backing_store.diff
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Add patch #000k: Fix VSW5 (and therefore LSB 3.0) test failures by
re-enabling backing store in the Xvfb X server.  The test harness relies
on the existence of backing store in the virtual X server it uses to run
tests in.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-08-31 20:57:15 UTC (rev 573)
+++ trunk/debian/changelog	2005-09-01 19:57:11 UTC (rev 574)
@@ -1,8 +1,12 @@
 xorg-x11 (6.8.2.dfsg.1-6+SVN) unstable; urgency=low
 
-  * 
+  [ Branden Robinson ]
+  * Add patch #000k: Fix VSW5 (and therefore LSB 3.0) test failures by
+    re-enabling backing store in the Xvfb X server.  The test harness relies
+    on the existence of backing store in the virtual X server it uses to run
+    tests in.
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 31 Aug 2005 16:53:46 -0400
+ -- Branden Robinson <branden@debian.org>  Thu,  1 Sep 2005 14:54:35 -0500
 
 xorg-x11 (6.8.2.dfsg.1-6) unstable; urgency=low
 

Added: trunk/debian/patches/general/000k_Xvfb_re-enable_backing_store.diff
===================================================================
--- trunk/debian/patches/general/000k_Xvfb_re-enable_backing_store.diff	2005-08-31 20:57:15 UTC (rev 573)
+++ trunk/debian/patches/general/000k_Xvfb_re-enable_backing_store.diff	2005-09-01 19:57:11 UTC (rev 574)
@@ -0,0 +1,27 @@
+$Id$
+
+Fix VSW5 (and therefore LSB 3.0) test failures by re-enabling backing store in
+the Xvfb X server.  The test harness relies on the existence of backing store
+in the virtual X server it uses to run tests in.
+
+2005-04-11  Egbert Eich  <eich-at-freedesktop-dot-org>
+
+        * programs/Xserver/hw/vfb/InitOutput.c: (vfbScreenInit):
+        Reenable BackingStore in Xvfb.
+        [revision 1.9]
+
+Backported from freedesktop.org CVS xorg trunk.
+
+Index: xc/programs/Xserver/hw/vfb/InitOutput.c
+===================================================================
+--- xc/programs/Xserver/hw/vfb/InitOutput.c.orig	2005-09-01 14:51:47.878090262 -0500
++++ xc/programs/Xserver/hw/vfb/InitOutput.c	2005-09-01 14:52:18.927803396 -0500
+@@ -910,7 +910,7 @@
+ 
+     if (!ret) return FALSE;
+ 
+-    /* miInitializeBackingStore(pScreen); */
++    miInitializeBackingStore(pScreen);
+ 
+     /*
+      * Circumvent the backing store that was just initialised.  This amounts


Property changes on: trunk/debian/patches/general/000k_Xvfb_re-enable_backing_store.diff
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-08-31 20:57:15 UTC (rev 573)
+++ trunk/debian/patches/series	2005-09-01 19:57:11 UTC (rev 574)
@@ -9,6 +9,8 @@
 general/000_stolen_from_Mesa_6.2_branch.diff -p0
 general/000_stolen_from_Mesa_6.2_branch_vb_cull.diff -p0
 general/000_stolen_from_unichrome.sf.net.diff -p0
+general/000k_Xvfb_re-enable_backing_store.diff -p0
+general/000k_fix_lsb_vsw5_XStringToKeysym-7_failure.diff
 general/001_kernel_version_in_banner.diff -p0
 general/002a_xterm_no_overstrike_bold_fonts.diff -p0
 general/002_xdm_fixes.diff -p0



Reply to: