Summary: | DRI3 + Radeon HD 7750 Screen corruption with Cinnamon | ||
---|---|---|---|
Product: | xorg | Reporter: | Leon <lehjr1> |
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> |
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Description
Leon
2016-07-16 20:24:25 UTC
kernel: 4.4.0-31-generic video card: [AMD/ATI] Caicos PRO [Radeon HD 7450] Created attachment 125111 [details]
dmesg for driver xserver-xorg-video-ati 1:7.7.0-1
Created attachment 125112 [details]
dmesg for xserver-xorg-video-ati 1:7.7.99+git1606280732.3be841~gd~x
Created attachment 125113 [details]
Xorg.0.log for driver xserver-xorg-video-ati 1:7.7.0-1
Created attachment 125114 [details]
Xorg.0.log for xserver-xorg-video-ati 1:7.7.99+git1606280732.3be841~gd~x
OK, so digging into this even more, I think might be a duplicate of https://bugs.freedesktop.org/show_bug.cgi?id=95475 or at least related to it. According to the logs, EXA is used by default, so I tried switching to glamour and it works fine, even with the latest commit. I guess I could try rolling through the commits again with DRI3 and EXA enabled and see what commit actually breaks things since there are only a few commits between. Looks like even with xserver-xorg-video-ati 1:7.7.0-1, setting EXA and DRI3 to enabled results in the same screen issue. Here's my /usr/share/X11/xorg.conf.d/20-radeon.conf file (I created this after the first 2 log sets): Section "Device" Identifier "radeon" Driver "radeon" Option "AccelMethod" "EXA" #valid options are XAA, EXA and Glamor. Default value varies per-GPU. Option "DRI3" "on" #enable DRI3 instead of the default DRI2-mode EndSection Created attachment 125119 [details]
dmesg with 20-radeon.conf and acceleration set to EXA (xserver-xorg-video-ati 1:7.7.0-1)
Created attachment 125120 [details]
X.org.0.log with 20-radeon.conf and acceleration set to EXA (xserver-xorg-video-ati 1:7.7.0-1)
XAA also has the same issue including dmesg log errors. Looks like only Glamor works, confirming the other reports. Just a note, this is not a 7750, but a 7450. Not sure how that slipped by. *** This bug has been marked as a duplicate of bug 95475 *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.