http://bugs.freedesktop.org/show_bug.cgi?id=14980





--- Comment #6 from Alex Deucher <[EMAIL PROTECTED]>  2008-03-17 11:12:28 PST 
---
Created an attachment (id=15230)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=15230)
possible fix

(In reply to comment #2)
> Created an attachment (id=15212)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=15212) [details]
> this fix the vt switching crash that happens with compiz activated
> 
> I believe this is the same issue as I have except in my case using compiz it
> makes X crash. This patch fixed it for me. Basically it add
> RADEONRestoreMemMapRegisters(pScrn, info->ModeReg); even for dri on PCIE  like
> I believe was the case when the restore code was in atombios_crtc and
> legacycrtc .

RADEONRestoreMemMapRegisters() gets called via RADEONAdjustMemMapRegisters() if
the DRI is enabled regardless of whether the card is PCIE or not.  The ordering
is  apparently causing the problem.  Does this patch work?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
xorg-driver-ati@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to