> From: "Marco Strack" <[EMAIL PROTECTED]>
> ok, changed the code and recompiled the source.
> 
> Now the drm module recognizes the card and inits it.
[...]
> in X log :
[...]
> this is drm stuff :
> 
[...]
> (**) SAVAGE(0): DRI is enabled
> (II) SAVAGE(0): virtualX:1400,virtualY:1050
> (II) SAVAGE(0): bpp:32,tiledwidthBytes:5632,tiledBufferSize:5947392
> (II) SAVAGE(0): bpp:32,widthBytes:5632,BufferSize:5914624

check:  align(1400, [32,128]) => 1408
check:  5632 / 4 => 1408

this looks sane to me.

> (EE) SAVAGE(0): Memory manager initialization to (0,0) (1408,-1) failed

this "-1" looks broken to me.

I think someone is passing a wrong height value 
for the possibly needed memory mamnager initialitation.
some of the code maintainers should be able to locate 
and correct that problem with only a minor effort.

but there might be lots more of problems in the current codebase 
which i cant understand them due to current lack of insights.

-Alex.



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to