[Bug 68984] X11 doesn't start, Segmentation fault when using Radeon BONAIRE 7790 graphics card

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68984 --- Comment #12 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #10) radeonsi_drv.so belongs to x11-drivers/xf86-video-ati-7.0.0 [...] /usr/lib64/xorg/modules/drivers/radeon_drv.so radeonsi_drv.so != radeon_drv.so Frankly, your

[Bug 68984] X11 doesn't start, Segmentation fault when using Radeon BONAIRE 7790 graphics card

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68984 --- Comment #13 from Tom neatno...@gmail.com --- Created attachment 85315 -- https://bugs.freedesktop.org/attachment.cgi?id=85315action=edit Xorg radeon_drv.so -- You are receiving this mail because: You are the assignee for the bug.

[Bug 68984] X11 doesn't start, Segmentation fault when using Radeon BONAIRE 7790 graphics card

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68984 --- Comment #14 from Michel Dänzer mic...@daenzer.net --- More distro / setup issues: Looks like your X server loads the glx module ahead of time by default, which is known to break glamor. You'll have to talk to Gentoo folks about how to fix

[Bug 68984] X11 doesn't start, Segmentation fault when using Radeon BONAIRE 7790 graphics card

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68984 --- Comment #15 from Tom neatno...@gmail.com --- (In reply to comment #14) More distro / setup issues: Looks like your X server loads the glx module ahead of time by default, which is known to break glamor. You'll have to talk to Gentoo

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 Olivier Mehani shtrom-freedesk...@ssji.net changed: What|Removed |Added CC|

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #14 from Alex Deucher ag...@yahoo.com --- The color problems with KMS without acceleration should be fixed in this patch: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=8927d33f76ee12bc618fecfc59fc7ff1fcedcd5e --

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #15 from Alex Deucher ag...@yahoo.com --- and this patch should fix the accelerated case: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=c16c59f8f9b6aa7a4a6a6465582ad98f02a3606a -- You are receiving this mail

[Bug 68984] X11 doesn't start, Segmentation fault when using Radeon BONAIRE 7790 graphics card

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68984 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] radeon: pad IB to 8 DWs (v2)

2013-09-06 Thread Alex Deucher
r6xx hardware requires at least 4 dw alignment to work around a hw bug. Align to 8 dw to align with CP fetch sizes on all asics. v2: align to 8 DWs, apply to all asics Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- src/radeon_kms.c | 6 ++ 1 file changed, 6 insertions(+) diff

[PATCH] radeon: pad CS to 8 DW

2013-09-06 Thread Alex Deucher
Aligns the IB to 8 DWs. The aligns the IB to the CP fetch size. r6xx also require at least 4 DW alignment to avoid a hw bug. Signed-off-by: Alex Deucher alexander.deuc...@amd.com --- radeon/radeon_cs_gem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radeon/radeon_cs_gem.c

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #16 from Ingvar Hagelund ing...@redpill-linpro.com --- That patch fixes the color issue, at least on kernel 3.10.9 (fedora kernel 3.10.9-200.fc19.ppc). But it is not stable. After a few minutes, the display crashes. See kernel and X

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #19 from Alex Deucher ag...@yahoo.com --- (In reply to comment #16) That patch fixes the color issue, at least on kernel 3.10.9 (fedora kernel 3.10.9-200.fc19.ppc). But it is not stable. After a few minutes, the display crashes.

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #18 from Ingvar Hagelund ing...@redpill-linpro.com --- Created attachment 85376 -- https://bugs.freedesktop.org/attachment.cgi?id=85376action=edit Xorg.0.log -- You are receiving this mail because: You are the assignee for the

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #17 from Ingvar Hagelund ing...@redpill-linpro.com --- Created attachment 85375 -- https://bugs.freedesktop.org/attachment.cgi?id=85375action=edit output of dmesg (3.10.9-200.fc19.ppc) -- You are receiving this mail because: You

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #20 from Ingvar Hagelund ing...@redpill-linpro.com --- You're getting a GPU hang. Does radeon.agpmode=-1 help on the newer kernel? Actually, yes, it does. With radeon.agpmode=-1 the display is stable and works quite well with GTK

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #21 from Ingvar Hagelund ing...@redpill-linpro.com --- (In reply to comment #20) You're getting a GPU hang. Does radeon.agpmode=-1 help on the newer kernel? Actually, yes, it does. With radeon.agpmode=-1 the display is stable

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #22 from Alex Deucher ag...@yahoo.com --- You could disable acceleration: Option NoAccel True in the decice section of your xorg.conf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55745] freezes / strange behaviour on G3 Apple iBook

2013-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55745 --- Comment #23 from Ingvar Hagelund ing...@redpill-linpro.com --- (In reply to comment #21) (In reply to comment #20) You're getting a GPU hang. Does radeon.agpmode=-1 help on the newer kernel? Actually, yes, it does. With