[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r2056 - in trunk/debian: . patches



Author: branden
Date: 2004-12-09 13:12:27 -0500 (Thu, 09 Dec 2004)
New Revision: 2056

Added:
   trunk/debian/patches/099m_mga_increase_minimum_pixel_clock.diff
Removed:
   trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff
Modified:
   trunk/debian/CHANGESETS
Log:
Fix stupid typo in patch filename.


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-12-09 18:11:40 UTC (rev 2055)
+++ trunk/debian/CHANGESETS	2004-12-09 18:12:27 UTC (rev 2056)
@@ -384,6 +384,6 @@
 
 Increase the minimum pixel clock for Matrox cards based on feedback from
 Teemu Ikonen.  (Closes: #261993)
-    2055
+    2055, 2056
 
 vim:set ai et sts=4 sw=4 tw=80:

Deleted: trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff
===================================================================
--- trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff	2004-12-09 18:11:40 UTC (rev 2055)
+++ trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff	2004-12-09 18:12:27 UTC (rev 2056)
@@ -1,28 +0,0 @@
-$Id$
-
-Increase the minimum pixel clock for Matrox cards based on feedback from
-Teemu Ikonen.  See <URL:
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261993 >.
-
-This patch by Branden Robinson.
-
-Not submitted upstream to XFree86.
-
---- xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c~	2004-12-09 13:01:06.000000000 -0500
-+++ xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c	2004-12-09 13:03:50.000000000 -0500
-@@ -1987,8 +1987,13 @@
- 
-     /* XXX Set HW cursor use */
- 
--    /* Set the min pixel clock */
--    pMga->MinClock = 12000;	/* XXX Guess, need to check this */
-+    /*
-+     * Set the min pixel clock; this was originally guessed to be 12000,
-+     * but an MGA G550 user reports that modes with clocks less than 17750
-+     * lock up the card.  See
-+     * <URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261993 >
-+     */
-+    pMga->MinClock = 17750;
-     xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, "Min pixel clock is %d MHz\n",
- 	       pMga->MinClock / 1000);
-     /*

Copied: trunk/debian/patches/099m_mga_increase_minimum_pixel_clock.diff (from rev 2055, trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff)



Reply to: