On Wed, Oct 20, 2004 at 09:42:22PM +0200, Tom Schouten wrote:
> > 
> > > > The other part is actually the dri driver. The amount of AGP memory 
> > > > seems to be hardcoded to 64M. Change MGA_DEFAULT_AGP_SIZE in 
> > > > Mesa/src/drv/mga/server/mga_dri.h to something more appropriate for your 
> > > > system.
> > > 
> > > changed to 32M and same error
> > 
> > 32M > 27M
> > 
> > > changed to 16M which made the app start, but froze the app.
> > > after killing and restarting, the machine hung.
> > 
> > Hmm. Did the app use textures?
> >
> 
> don't think so. df_gears

Hmm. Didn't happen here even with AGP size at 16M.

All DirectFBGL apps give me segfault at the end of the program though. It 
looks somewhat like heap corruption but I'm not sure what is causing it. 
Also the teapot demo now segfaults on startup and I can't get any kind of 
backtrace out of it. Time to rebuild the whole system I guess (and hope 
it's not a hardware problem)...

> > You G450 is an AGP card, right? PCI cards are not supported.
> > 
> 
> yes, it's agp.
> good to know pci cards are not supported.
> i was on the verge of bying one actually.

Actually supporting PCI cards should be quite easy on AGP systems. The AGP 
GART would still provide contiguous memory for the card but it would use 
PCI transfers instead of AGP transfers.

-- 
Ville Syrjälä
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/


Reply via email to