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

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



Author: branden
Date: 2004-12-09 13:11:40 -0500 (Thu, 09 Dec 2004)
New Revision: 2055

Added:
   trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff
Modified:
   trunk/debian/CHANGESETS
   trunk/debian/changelog
Log:
Increase the minimum pixel clock for Matrox cards based on feedback from
Teemu Ikonen.  (Closes: #261993)


Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS	2004-12-09 17:45:17 UTC (rev 2054)
+++ trunk/debian/CHANGESETS	2004-12-09 18:11:40 UTC (rev 2055)
@@ -382,4 +382,8 @@
   in dexconf, since it is unlikely that that work is going to happen.
     2054
 
+Increase the minimum pixel clock for Matrox cards based on feedback from
+Teemu Ikonen.  (Closes: #261993)
+    2055
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-12-09 17:45:17 UTC (rev 2054)
+++ trunk/debian/changelog	2004-12-09 18:11:40 UTC (rev 2055)
@@ -245,6 +245,9 @@
     + Remove language that discusses future directions of XFree86 3.x support
       in dexconf, since it is unlikely that that work is going to happen.
 
+  * Increase the minimum pixel clock for Matrox cards based on feedback from
+    Teemu Ikonen.  (Closes: #261993)
+
   Changes by Denis Barbier and Fabio M. Di Nitto:
 
   * Edit xc/programs/xkbcomp/symbols/pc/Imakefile so that the new pc/us_intl
@@ -336,7 +339,7 @@
     Thomas Beige.  Resolves CAN-2004-0914: memory leak, improper use of signed
     integers, and overflows in the Xpm library.  Resync offset in patch #200.
 
- -- Branden Robinson <branden@debian.org>  Thu,  9 Dec 2004 12:37:14 -0500
+ -- Branden Robinson <branden@debian.org>  Thu,  9 Dec 2004 13:07:05 -0500
 
 xfree86 (4.3.0.dfsg.1-8) unstable; urgency=high
 

Added: trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff
===================================================================
--- trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff	2004-12-09 17:45:17 UTC (rev 2054)
+++ trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff	2004-12-09 18:11:40 UTC (rev 2055)
@@ -0,0 +1,28 @@
+$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);
+     /*


Property changes on: trunk/debian/patches/099m_mga_increaase_minimum_pixel_clock.diff
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: