On Fri, Feb 15, 2002 at 04:10:09PM +0100, Dag Bakke wrote:
> On Fri, Feb 15, 2002 at 11:28:10AM +0100, Egbert Eich wrote:
> > Frank Fiene writes:

[snip]

> >  > I changed:
> >  > 
> >  >  if (/* nPtr->NeoChipset < NM2200 &&*/  lines > 1024)
> >  >             lines = 1024;
> >  >  
> >  > to
> >  > 
> >  >  /* if (   nPtr->NeoChipset < NM2200 &&  lines > 1024)
> >  >             lines = 1024;
> >  >  */ 

[snip]

> I'll try Frank's hack and see if that makes a difference. 

[snip]

It doesn't. But maybe I realized where the problem is. Reading log files
always pays off....


(II) NEOMAGIC(0): Stretching disabled
(II) NEOMAGIC(0): Not programming shadow registers
(II) NEOMAGIC(0): Using linear framebuffer at: 0xF9000000
(--) NEOMAGIC(0): 1048576 bytes off-screen memory available
(II) NEOMAGIC(0): Using H/W Cursor.
(II) NEOMAGIC(0): Using 511 scanlines of offscreen memory for pixmap caching
(II) NEOMAGIC(0): Acceleration Initialized

But if I add   Option "XaaNoPixmapCache"     to XF86Config, 
I get:

(II) NEOMAGIC(0): Stretching disabled
(II) NEOMAGIC(0): Not programming shadow registers
(II) NEOMAGIC(0): Using linear framebuffer at: 0xF9000000
(--) NEOMAGIC(0): 1048576 bytes off-screen memory available
(II) NEOMAGIC(0): Using H/W Cursor.
(II) NEOMAGIC(0): Using 511 scanlines of offscreen memory for pixmap caching
(**) NEOMAGIC(0): Option "XaaNoPixmapCache"
(II) NEOMAGIC(0): Using XFree86 Acceleration Architecture (XAA)

...and Xine still crashes with 720x576 videos...
Is the XaaNoPixmapCache option ignored. Or the log message misleading?


Regards,

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

Reply via email to