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          
     
           Summary: ATI radeon M7 causes unusable video if switching between
                    X and vt
           Product: DRI
           Version: XOrg CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DRM modules
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: [EMAIL PROTECTED]


I've noticed that after a suspend to ram or disk
I can't switch between X and vt
if I suspend on vt, on resume switching to X causes hags on video ( I still can
use ssh not connect thru net)
if I suspend on X, on resmue X works but if I switch on vt and then back to X
I've the same effect as above...

I watched some code and I've found a possible solution:
on radeon_cp.c around line 1343 

        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");

and this let X work fine...

$ uname -a
Linux phoenix 2.6.10-gentoo-r7 #9 Sat Feb 12 02:25:55 CET 2005 i686 Mobile
Intel(R) Pentium(R) 4 - M CPU 1.90GHz GenuineIntel GNU/Linux

Contect me if you need any other infos..          
     
     
--           
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