rpms/xorg-x11-drv-nouveau/devel nouveau-enable-randr12-default.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dave Airlie (airlied) fedora-extras-commits at redhat.com
Fri Feb 29 05:11:35 UTC 2008


Author: airlied

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

Modified Files:
	.cvsignore sources 
Added Files:
	nouveau-enable-randr12-default.patch 
Log Message:
* Fri Feb 22 2008 Dave Airlie <airlied at redhat.com> 1:0.0.10-1.20080221git5db7920
- Initial package for nouveau driver.


nouveau-enable-randr12-default.patch:

--- NEW FILE nouveau-enable-randr12-default.patch ---
diff -up xf86-video-nouveau-0.0.10/src/nv_driver.c.da xf86-video-nouveau-0.0.10/src/nv_driver.c
--- xf86-video-nouveau-0.0.10/src/nv_driver.c.da	2008-02-21 13:08:21.000000000 +1000
+++ xf86-video-nouveau-0.0.10/src/nv_driver.c	2008-02-21 13:08:54.000000000 +1000
@@ -1272,9 +1272,9 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
 	if (pNv->Architecture == NV_ARCH_50) {
 		pNv->randr12_enable = TRUE;
 	} else {
-		pNv->randr12_enable = FALSE;
-		if (xf86ReturnOptValBool(pNv->Options, OPTION_RANDR12, FALSE)) {
-			pNv->randr12_enable = TRUE;
+		pNv->randr12_enable = TRUE;
+		if (!xf86ReturnOptValBool(pNv->Options, OPTION_RANDR12, FALSE)) {
+			pNv->randr12_enable = FALSE;
 		}
 	}
 	xf86DrvMsg(pScrn->scrnIndex, from, "Randr1.2 support %sabled\n", pNv->randr12_enable ? "en" : "dis");


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Feb 2008 03:13:15 -0000	1.1
+++ .cvsignore	29 Feb 2008 05:11:05 -0000	1.2
@@ -0,0 +1 @@
+xf86-video-nouveau-0.0.10-20080221.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Feb 2008 03:13:15 -0000	1.1
+++ sources	29 Feb 2008 05:11:05 -0000	1.2
@@ -0,0 +1 @@
+0ffe85a623cba9cf7a36c2094a1dddbe  xf86-video-nouveau-0.0.10-20080221.tar.bz2




More information about the fedora-extras-commits mailing list