Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2529          
     




------- Additional Comments From [EMAIL PROTECTED]  2005-02-15 12:07 -------
(In reply to comment #2)
> Unfortunatley that doesn't seem to fix it for me. 
> Using 6.8.2, Gentoo Linux kernel 2.6.10-gentoo-r7, ATI Mobility Radeon U1
> (IGP320M) w/ 64MB Shared Mem, AMD Athlon XP-M 2500+, 512Mb RAM. This issue 
> does
> _not_ happen with 6.8.1 stable. Anything newer seems to have the problem.

Try removing the RADEONSetFBLocation() call from RADEONAdjustFrame(), see
http://lists.freedesktop.org/archives/xorg/2005-February/006126.html .

(In reply to comment #0)
> 
>         radeon_do_engine_reset( dev );
>         /* this let a DRI X server to work */
> +        radeon_acknowledge_irqs( dev_priv );
> +        radeon_do_cp_start( dev_priv );
> +        radeon_emit_irq( dev );
> 
>         DRM_DEBUG("radeon_do_resume_cp() complete\n");

Does it also work with radeon_acknowledge_irqs() only? The radeon_do_cp_start()
call seems pointless as the X server will start the CP after this ioctl anyway,
and the radeon_emit_irq() call seems pointless.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to