[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #38 from Michel Dänzer --- (In reply to Roman from comment #37) > I added two config to /ect/ld.so.conf.d for path /usr/local/lib and > /usr/local/lib/dri Only /usr/local/lib is needed in the ld.so configuration. > But nothing chang

[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #37 from Roman --- Created attachment 117800 --> https://bugs.freedesktop.org/attachment.cgi?id=117800&action=edit Xorg.0.log - after added config to /ect/ld.so.conf.d (In reply to Michel Dänzer from comment #36) > Looks like you n

[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #36 from Michel Dänzer --- Looks like you need to make sure your self-built libGL.so.1 is picked up from /usr/local/lib by adding /usr/local/lib to /etc/ld.so.conf* and/or running ldconfig. -- You are receiving this mail because: Yo

[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #35 from Roman --- All builded mesa library after make install moved to usr/local/lib/ -- You are receiving this mail because: You are the assignee for the bug. ___ xorg-driver-ati mailing

[Bug 91648] Radeon HD 8970M not working

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91648 Fox changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #34 from Roman --- Created attachment 117792 --> https://bugs.freedesktop.org/attachment.cgi?id=117792&action=edit Xorg.0.log - after make and make install (In reply to Michel Dänzer from comment #33) > (In reply to Roman from comm

[Bug 91648] Radeon HD 8970M not working

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91648 --- Comment #4 from Alex Deucher --- (In reply to Fox from comment #3) > Yes that worked, thanks a lot. > Final question, what is radeon.runpm=0 actually doing? It stops the driver from dynamically turning off the dGPU when it's not in use. --

[Bug 91648] Radeon HD 8970M not working

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91648 --- Comment #3 from Fox --- (In reply to Alex Deucher from comment #2) > Does booting with radeon.runpm=0 on the kernel command line in grub help? Yes that worked, thanks a lot. Final question, what is radeon.runpm=0 actually doing? -- You ar

Re: [PATCH 2/2] DRI2: Keep MSC monotonic when moving window between CRTCs

2015-08-19 Thread Alex Deucher
On Wed, Aug 19, 2015 at 5:17 AM, Michel Dänzer wrote: > From: Michel Dänzer > > This mirrors the DRI3 implementation in xserver. Fixes VDPAU video > playback hanging when moving the window between CRTCs. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66384 > > (Ported from amdgpu comm

[PATCH 2/2] DRI2: Keep MSC monotonic when moving window between CRTCs

2015-08-19 Thread Michel Dänzer
From: Michel Dänzer This mirrors the DRI3 implementation in xserver. Fixes VDPAU video playback hanging when moving the window between CRTCs. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=66384 (Ported from amdgpu commit 63948ea091a9b324327ade7ec4fc5d67ca7e6f6f) Signed-off-by: Michel

[PATCH 1/2] DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtc

2015-08-19 Thread Michel Dänzer
From: Michel Dänzer Waiting for vblank interrupts works fine with rotated CRTCs. The only case we can't handle with rotation is page flipping, which is handled in can_exchange(). This fixes gnome-shell hanging on rotation, probably because amdgpu_dri2_get_msc returned MSC/UST 0 for rotated CRTCs

[Bug 91586] Graphic artifacts on screen with Radeon R9 290 (HAWAII)

2015-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91586 --- Comment #33 from Michel Dänzer --- (In reply to Roman from comment #32) > glxinfo say that I use: OpenGL ES profile version string: OpenGL ES 3.0 Mesa > 10.6.4 So it's not picking up your Mesa build yet. Please attach the current Xorg.0.log