Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-16 Thread Alex Deucher
I've looked through the code and all the DRILock() and DRIUnlock() seem to be right. the only things that stands out as potentially suspicious is in RADEONAdjustFrame(): void RADEONAdjustFrame(int scrnIndex, int x, int y, int flags) { ScrnInfoPtrpScrn = xf86Screens[scrnIndex];

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-16 Thread Felix Kühling
On Mon, 16 Jun 2003 10:21:20 -0700 (PDT) Alex Deucher [EMAIL PROTECTED] wrote: I've looked through the code and all the DRILock() and DRIUnlock() seem to be right. the only things that stands out as potentially suspicious is in RADEONAdjustFrame(): void RADEONAdjustFrame(int scrnIndex, int

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-16 Thread Alex Deucher
Ah... good eye. I'll give that a try. thanks for the help. Alex --- Felix Kühling [EMAIL PROTECTED] wrote: On Mon, 16 Jun 2003 10:21:20 -0700 (PDT) Alex Deucher [EMAIL PROTECTED] wrote: I've looked through the code and all the DRILock() and DRIUnlock() seem to be right. the only

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-16 Thread Alex Deucher
I just wanted to thank you guys for your help. That fixed the bug! see the latest updates here: http://bugs.xfree86.org//cgi-bin/bugzilla/show_bug.cgi?id=276 Thanks! Alex --- Felix Kühling [EMAIL PROTECTED] wrote: Disclaimer: I don't have any experience with multi-head configurations.

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-13 Thread Michel Dänzer
On Wed, 2003-06-11 at 21:47, Alex Deucher wrote: I've had several reports of DRI not working after a screen resize using mergedfb code. I haven't really had time to tackle it, and unfortunately, i'm not real familiar with how DRI interacts with a mode change or xrandr. AFAIK it doesn't care

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-13 Thread Alex Deucher
--- Michel D�nzer [EMAIL PROTECTED] wrote: On Wed, 2003-06-11 at 21:47, Alex Deucher wrote: I've had several reports of DRI not working after a screen resize using mergedfb code. I haven't really had time to tackle it, and unfortunately, i'm not real familiar with how DRI interacts with

Re: [Dri-devel] DRI and screen resize in MergedFB mode

2003-06-13 Thread Michel Dänzer
On Fri, 2003-06-13 at 21:29, Alex Deucher wrote: --- Michel Dnzer [EMAIL PROTECTED] wrote: On Wed, 2003-06-11 at 21:47, Alex Deucher wrote: As background, mergedfb provides a single framebuffer with two viewports looking into it. HW accelerated 3D works fine on both heads in the

[Dri-devel] DRI and screen resize in MergedFB mode

2003-06-11 Thread Alex Deucher
I've had several reports of DRI not working after a screen resize using mergedfb code. I haven't really had time to tackle it, and unfortunately, i'm not real familiar with how DRI interacts with a mode change or xrandr. I was hoping someone on this list could point me to where to look for DRI