On Fri, Oct 25, 2002 at 03:52:06 +0200, [EMAIL PROTECTED] wrote: > > Hmmm. I am using the G450 but never could get them working as a > > secondary controller unless I enabled the MGASDRAM option (the G450 > > worked find without this option if it was the primary contoller). > > It worked wery well on my 6 heads. With MGASDRAM enabled, I can also > enable hardware acceleration. Things go somewhat faster now :-) > > I got glut to work in the first window, but nowhere else. That is, only > hardware accelerated 3d in the primary window when the "glx" module is > loaded via XF86Config. > > However, I installed "Mesa", and it worked, but it is currently not a > replacement for glx. The OpenGl programs has to be compiled with Mesa > to work. How do I replace glx with Mesa? > > Another thing: Mesa misunderstand when windows get wider than 2000 pixels. > A fractalviewer via SuSE also messes with so wide windows. "xv" however > manages it nicely. Strange. Any idea what this means?
Mesa has a fixed viewport of 2048x2048, you can re-compile Mesa with a different limit. Look in Mesa/src/config.h and change MAX_WIDTH and MAX_HEIGHT. Alan _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
