On 10 Jan 2000, Chmouel Boudjnah wrote:

> > I see that XFree86-3.3.6 at mdk patch level 4 has just been added to the
> > Oxygen beta!
> 
> we was ready ;).

3.3.6 works fine, I applied this patch to the Mach64 server which removed
the flicker on my Inspiron 7500 (Mach64 Rage Mobility/P)  It doesn't seem
that there's a way in the conf file to do this, since the lcd panel clock
never seems to quite "sync" with the dot clock.

--- xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c.dist   Tue Oct 12 14:07:03 
1999
+++ xc/programs/Xserver/hw/xfree86/accel/mach64/mach64.c        Thu Jan 13 23:29:55 
+2000
@@ -1567,6 +1567,14 @@
                mach64LCDHorizontal, mach64LCDVertical, mach64LCDPanelID,
                (double)mach64LCDClock / 100.0);
 
+       /* Hack by Panu Outinen <[EMAIL PROTECTED]>: force 80MHz clock on
+               1400x1050 Mobility-P */
+       if (mach64LCDHorizontal == 1400 && mach64ChipType == MACH64_LM_ID) {
+               mach64LCDClock = 8000;
+               ErrorF("1400x1050 LCD detected; forcing mach64LCDClock to 80MHz\n");
+       }
+
+
        /*
         * Determine porch data.  The intent here is to produce stretched modes
         * that approximate the horizontal sync and vertical refresh rates of


-dws

Reply via email to