Author: branden
Date: 2003-10-21 16:40:18 -0500 (Tue, 21 Oct 2003)
New Revision: 682

Added:
   branches/4.3.0/sid/debian/patches/098_nv_xvideo_fullscreen_fix.diff
Modified:
   branches/4.3.0/sid/debian/TODO
   branches/4.3.0/sid/debian/changelog
Log:
Applied patch to resolve problems with corruption when using XVideo in
fullscreen mode on a flat panel at high resolutions.  (Closes: #215997)

- debian/patches/098_nv_xvideo_fullscreen_fix.diff: new


Modified: branches/4.3.0/sid/debian/TODO
===================================================================
--- branches/4.3.0/sid/debian/TODO      2003-10-21 21:23:51 UTC (rev 681)
+++ branches/4.3.0/sid/debian/TODO      2003-10-21 21:40:18 UTC (rev 682)
@@ -3,10 +3,6 @@
 
 0pre1v4
 -------
-* Bug #215997: xserver-xfree86: [nv] stripes when using XVideo in
-  full-screen mode with TFT display at high resolution on NV17 [GeForce4
-  420 Go] rev 163
-* Bug #216806: aoutloader missing header file for ntohl
 * Bug #216896: xserver-xfree86: [ati/radeon] patch needed for radeon 9200SE
   support
 
@@ -180,6 +176,7 @@
 
 Post 4.3.0-1
 ============
+* Bug #216806: aoutloader missing header file for ntohl
 * Fix upstream install rule that prevents Xcursor themes from being
   installed on s390.  As I understand it, this is client-side stuff and
   there's not really any reason it shouldn't be made available on the s390

Modified: branches/4.3.0/sid/debian/changelog
===================================================================
--- branches/4.3.0/sid/debian/changelog 2003-10-21 21:23:51 UTC (rev 681)
+++ branches/4.3.0/sid/debian/changelog 2003-10-21 21:40:18 UTC (rev 682)
@@ -123,8 +123,12 @@
     - debian/xbase-clients.examples: add line
     - debian/xbase-clients.install: drop line
 
- -- Branden Robinson <[EMAIL PROTECTED]>  Sat, 18 Oct 2003 22:41:09 -0500
+  * Applied patch to resolve problems with corruption when using XVideo in
+    fullscreen mode on a flat panel at high resolutions.  (Closes: #215997)
+    - debian/patches/098_nv_xvideo_fullscreen_fix.diff: new
 
+ -- Branden Robinson <[EMAIL PROTECTED]>  Tue, 21 Oct 2003 16:37:51 -0500
+
 xfree86 (4.3.0-0pre1v3) experimental; urgency=high
 
   * Update pam_setcred() security fix to xdm to use pam_error and

Added: branches/4.3.0/sid/debian/patches/098_nv_xvideo_fullscreen_fix.diff
===================================================================
--- branches/4.3.0/sid/debian/patches/098_nv_xvideo_fullscreen_fix.diff 2003-10-21 
21:23:51 UTC (rev 681)
+++ branches/4.3.0/sid/debian/patches/098_nv_xvideo_fullscreen_fix.diff 2003-10-21 
21:40:18 UTC (rev 682)
@@ -0,0 +1,18 @@
+$Id$
+
+This patch by Mark Vojkovich via Eduard Bloch.  Superseded by revision 1.37
+of nv_dac.c in upstream CVS.
+
+Fixes problem with corruption when using XVideo in fullscreen mode on a
+flat panel at high resolutions.
+
+--- xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c~        2003-10-21 
16:32:26.000000000 -0500
++++ xc/programs/Xserver/hw/xfree86/drivers/nv/nv_dac.c 2003-10-21 16:33:44.000000000 
-0500
+@@ -75,6 +75,7 @@
+        horizStart = horizTotal - 3;
+        horizEnd = horizTotal - 2;   
+        horizBlankEnd = horizTotal + 4;    
++       horizTotal += 2;
+     }
+ 
+     pVga->CRTC[0x0]  = Set8Bits(horizTotal);


Property changes on: 
branches/4.3.0/sid/debian/patches/098_nv_xvideo_fullscreen_fix.diff
___________________________________________________________________
Name: svn:keywords
   + Id


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to