On Mon, 2005-01-24 at 22:24 +0100, Roland Scheidegger wrote:
> Alex Deucher wrote:
> >>>pageflipping still doesn't work with mergedfb.
> >>
> >>Is that with Roland's separate patch for this applied as well?
> > 
> > yes.  I doesn't work with various attempts I made as well.
> I've done some tests too with faked mergedfb (replugging the monitor 
> constantly is a major pita, btw), and this boils down to a simple 
> initalization issue (at least with the mergedfb pageflip patch). Because 
> it actually only happens the first time a 3d app is started, switching 
> to a VT and back or scrolling in a virtual resolution fixes it and it 
> will never appear again.
> I believe the problem is AdjustFrame is only called before dri 
> initialization is finished, so directRendering is not enabled yet and 
> thus the values in the sarea never written.
> However, I tried fixing that by moving (also tried copying) the
> pScrn->AdjustFrame(scrnIndex, pScrn->frameX0, pScrn->frameY0, 0);
> to the end of RADEONScreenInit (3 lines before the end to be exact) and 
> all I got was a SIGSEGV :-(.

Have you tried calling RADEONAdjustFrame() directly instead?


-- 
Earthling Michel DÃnzer      |     Debian (powerpc), X and DRI developer
Libre software enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to