Bug 105581
Summary: | amdgpu: r9 380 Dual Monitor Setup: rotation not working | ||
---|---|---|---|
Product: | Drivers | Reporter: | f.otti |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | szg00000 |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.2.2, 4.3-rc3, 4.3-rc4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Xorg log of 4.3.rc3
dmesg |
Description
f.otti
2015-10-06 11:57:32 UTC
Created attachment 189571 [details]
dmesg
FWIW, rotation doesn't work because glamor fails to initialize, so all hardware acceleration is disabled (I posted a xf86-video-amdgpu patch to not advertise rotation capability in this case). Looks like Mesa is either misconfigured or too old for your card. (In reply to Michel Dänzer from comment #2) > FWIW, rotation doesn't work because glamor fails to initialize, so all > hardware acceleration is disabled (I posted a xf86-video-amdgpu patch to not > advertise rotation capability in this case). Looks like Mesa is either > misconfigured or too old for your card. Thank you very much, I didn't notice that. I searched for that problem and tried glxinfo which told me, that llvm version 3.6.1 was required, which I didn't know. So after installing it, the server doesn't crash anymore upon trying to rotate the screen and it finally works. It's probably still a bug that the monitors only work with the second DVI slot and one in HDMI, but this works for me as well. I'm not sure if I'd call it "resolved" but for me it's at least "workaround is now good enough" Please try to reproduce this bug with latest kernel image. |