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.
> 
> To me it looks rather suspicious that there is a return in the middle
> of
> the function without unlocking first. Maybe it should better be
> written
> as:
> 
>     ...
>     if(info->MergedFB) {
>       RADEONAdjustFrameMerged(scrnIndex, x, y, flags);
>     } else if (info->FBDev) {
>       fbdevHWAdjustFrame(scrnIndex, x, y, flags);
>     } else {
>       RADEONDoAdjustFrame(pScrn, x, y, FALSE);
>     }
> 
> #ifdef XF86DRI
>       if (info->CPStarted) DRIUnlock(pScrn->pScreen);
> #endif
> }
> 
> > 
> > Alex
> > 
> 
> Regards,
>   Felix
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to