rpms/xorg-x11-drv-nouveau/devel nouveau-eedid.patch,1.1,1.2

Adam Jackson ajax at fedoraproject.org
Fri Feb 27 20:57:08 UTC 2009


Author: ajax

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

Modified Files:
	nouveau-eedid.patch 
Log Message:
i can type, really

nouveau-eedid.patch:

Index: nouveau-eedid.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/devel/nouveau-eedid.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nouveau-eedid.patch	27 Feb 2009 20:19:07 -0000	1.1
+++ nouveau-eedid.patch	27 Feb 2009 20:57:08 -0000	1.2
@@ -6,7 +6,7 @@
  	ScrnInfoPtr pScrn = connector->scrn;
  
 +#ifdef EDID_COMPLETE_RAWDATA
-+	return xf86DoEEDID(pScrn->scrnIndex, connector->pDDCBus);
++	return xf86DoEEDID(pScrn->scrnIndex, connector->pDDCBus, TRUE);
 +#else
  	return xf86DoEDID_DDC2(pScrn->scrnIndex, connector->pDDCBus);
 +#endif
@@ -22,7 +22,7 @@
  
 -    if ((MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pNv->I2C))) {
 +#ifdef EDID_COMPLETE_RAWDATA
-+    MonInfo = xf86DoEEDID(pScrn->scrnIndex, pNv->I2C);
++    MonInfo = xf86DoEEDID(pScrn->scrnIndex, pNv->I2C, TRUE);
 +#else
 +    MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pNv->I2C);
 +#endif




More information about the fedora-extras-commits mailing list