rpms/xorg-x11-drv-nv/F-9 nv-2.1.8-g80-no-doublescan.patch, NONE, 1.1 xorg-x11-drv-nv.spec, 1.69, 1.70

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Tue Apr 29 20:46:00 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-drv-nv/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7700

Modified Files:
	xorg-x11-drv-nv.spec 
Added Files:
	nv-2.1.8-g80-no-doublescan.patch 
Log Message:
* Tue Apr 29 2008 Adam Jackson <ajax at redhat.com> 2.1.8-2
- nv-2.1.8-g80-no-doublescan.patch: Disable doublescan modes on G80, too
  many monitors get confused.


nv-2.1.8-g80-no-doublescan.patch:

--- NEW FILE nv-2.1.8-g80-no-doublescan.patch ---
diff -up xf86-video-nv-2.1.8/src/g80_dac.c.jx xf86-video-nv-2.1.8/src/g80_dac.c
--- xf86-video-nv-2.1.8/src/g80_dac.c.jx	2008-01-29 20:55:21.000000000 -0500
+++ xf86-video-nv-2.1.8/src/g80_dac.c	2008-04-29 16:44:08.000000000 -0400
@@ -205,7 +205,7 @@ G80CreateDac(ScrnInfoPtr pScrn, ORNum or
     pPriv->set_pclk = G80DacSetPClk;
     output->driver_private = pPriv;
     output->interlaceAllowed = TRUE;
-    output->doubleScanAllowed = TRUE;
+    output->doubleScanAllowed = FALSE;
 
     return output;
 }
diff -up xf86-video-nv-2.1.8/src/g80_sor.c.jx xf86-video-nv-2.1.8/src/g80_sor.c
--- xf86-video-nv-2.1.8/src/g80_sor.c.jx	2008-03-06 15:33:15.000000000 -0500
+++ xf86-video-nv-2.1.8/src/g80_sor.c	2008-04-29 16:44:16.000000000 -0400
@@ -510,7 +510,7 @@ G80CreateSor(ScrnInfoPtr pScrn, ORNum or
         pPriv->set_pclk = G80SorSetPClk;
     output->driver_private = pPriv;
     output->interlaceAllowed = TRUE;
-    output->doubleScanAllowed = TRUE;
+    output->doubleScanAllowed = FALSE;
 
     return output;
 }


Index: xorg-x11-drv-nv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nv/F-9/xorg-x11-drv-nv.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- xorg-x11-drv-nv.spec	7 Mar 2008 14:47:53 -0000	1.69
+++ xorg-x11-drv-nv.spec	29 Apr 2008 20:45:22 -0000	1.70
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 nv video driver
 Name:      xorg-x11-drv-nv
 Version:   2.1.8
-Release:   1%{?dist}
+Release:   2%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -29,6 +29,7 @@
 Patch4:     nv-reserve-fbarea.patch
 Patch5:	    nv-2.1.6-starvation.patch
 Patch6:	    nv-2.1.6-panel-fix.patch
+Patch7:	    nv-2.1.8-g80-no-doublescan.patch
 
 %description 
 X.Org X11 nv video driver.
@@ -41,6 +42,7 @@
 %patch4 -p1 -b .reserve-fbarea
 %patch5 -p1 -b .starve
 %patch6 -p1 -b .panel
+%patch7 -p1 -b .doublescan
 
 %build
 %configure --disable-static
@@ -67,6 +69,10 @@
 %{_mandir}/man4/nv.4*
 
 %changelog
+* Tue Apr 29 2008 Adam Jackson <ajax at redhat.com> 2.1.8-2
+- nv-2.1.8-g80-no-doublescan.patch: Disable doublescan modes on G80, too
+  many monitors get confused.
+
 * Fri Mar 07 2008 Adam Jackson <ajax at redhat.com> 2.1.8-1
 - nv 2.1.8
 




More information about the fedora-extras-commits mailing list