Author: branden Date: 2004-03-27 05:04:26 -0500 (Sat, 27 Mar 2004) New Revision: 1196
Modified: trunk/debian/changelog trunk/debian/patches/048_radeon_dpms_on_dvi_support.diff Log: Add patch annotation and corresponding historical bug-closer. Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2004-03-27 08:06:41 UTC (rev 1195) +++ trunk/debian/changelog 2004-03-27 10:04:26 UTC (rev 1196) @@ -1404,7 +1404,7 @@ - all static-only libraries are now available in -fPIC varieties, including libXss (Closes: #185936) - * fix DPMS-on-DVI for Radeon driver + * fix DPMS-on-DVI for Radeon driver (Closes: #180938) - patch #048 updated with new patch from XFree86 Bugzilla, via Martin Loschwitz Modified: trunk/debian/patches/048_radeon_dpms_on_dvi_support.diff =================================================================== --- trunk/debian/patches/048_radeon_dpms_on_dvi_support.diff 2004-03-27 08:06:41 UTC (rev 1195) +++ trunk/debian/patches/048_radeon_dpms_on_dvi_support.diff 2004-03-27 10:04:26 UTC (rev 1196) @@ -1,5 +1,12 @@ $Id$ +Support DPMS screen blanking on Radeon cards attached to LCD or DFP +devices. + +This patch by Hui Yu. + +In upstream CVS as part of revision 1.98. + diff -ruN xc.old/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c --- xc.old/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2003-02-25 04:50:15.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2003-06-14 16:25:42.000000000 +0200