Bill Nottingham writes:
 > [EMAIL PROTECTED] ([EMAIL PROTECTED]) said: 
 > > Does anybody know why I only get a max. of 256 KB linear offscreen
 > > memory? This still makes it impossible for me to watch MPEGs with higher
 > > resolutions using Xv.
 > > The total memory is 3 MB. The total offscreen memory in 
 > > the mode I use (1024x768x16) is reported to be 1507328 bytes. 
 > > What's fragmenting all this memory?
 > 
 > Try commenting out line 256 (or so) of neo_2200.c:
 > 
 >  if(lines > 1024) lines = 1024;
 > 

This line is necessary for 2D accel. 
Any memory above is not accessable for the blitter.
If the remaining memory is usable for Xv at least we 
know now what it is good for.

Egbert.
_______________________________________________
Neomagic mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/neomagic

Reply via email to