[Bug 35457] [rs690m] Graphics corruption with ati x1200

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #73 from l...@mail.ru --- Created attachment 89895 -- https://bugs.freedesktop.org/attachment.cgi?id=89895action=edit Samsung R60, xpress 1250, OpenSuse Tumbleweed, kernel 3.11, Mesa 9.2.2, login corruption -- You are receiving

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #74 from l...@mail.ru --- Dear Mr. Deutcher, thank you for will and readiness to help in this problem!! I am using radeon.gart=1024, it does not help. Then I upgraded to Tumbleweed (3.11) Glxinfo reports: OpenGL vendor string: X.Org

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 --- Comment #75 from Alex Deucher ag...@yahoo.com --- (In reply to comment #74) Dear Mr. Deutcher, thank you for will and readiness to help in this problem!! I am using radeon.gart=1024, it does not help. Then I upgraded to Tumbleweed (3.11)

[Bug 35457] [rs690m] Graphics corruption with ati x1200

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35457 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Assignee|xorg-driver-ati@lists.x.org

Re: [PATCH r128] Do not disable gouraud shading for a render op

2013-11-27 Thread Connor Behan
On 26/11/13 09:50 PM, Alex Deucher wrote: On Tue, Nov 26, 2013 at 10:36 PM, Connor Behan connor.be...@gmail.com wrote: [Fixing subject line] On 26/11/13 05:59 AM, Alex Deucher wrote: On Fri, Nov 22, 2013 at 3:25 PM, Connor Behan connor.be...@gmail.com wrote: The EXA Composite hooks should

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #19 from chandan chandank.ku...@gmail.com --- I just bought a Acer laptop with AMD Radeon HD 8240 card and could not install any variant of latest Linux. I tried all Fedora,ubuntu(gnome, xfce) in all cases it cant load the graphic

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #20 from chandan chandank.ku...@gmail.com --- Created attachment 89938 -- https://bugs.freedesktop.org/attachment.cgi?id=89938action=edit Xorg logs for Acers AMD 8240 -- You are receiving this mail because: You are the assignee

[Bug 70518] Graphical Trouble with AMD Radeon HD 8240

2013-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70518 --- Comment #21 from chandan chandank.ku...@gmail.com --- Created attachment 89939 -- https://bugs.freedesktop.org/attachment.cgi?id=89939action=edit dmesh for acer Amd radeon 8240 -- You are receiving this mail because: You are the assignee

[PATCH r128] Only declare PCITAG if we need it

2013-11-27 Thread Connor Behan
If libpciaccess is available, we do not need to declare the deprecated PciTag member because it will not be used. Signed-off-by: Connor Behan connor.be...@gmail.com --- src/r128.h| 2 ++ src/r128_driver.c | 7 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git

[PATCH mach64] Drop dependence on xf86PciInfo.h

2013-11-27 Thread Connor Behan
It is about time we stop using this deprecated file and include pciids locally. Signed-off-by: Connor Behan connor.be...@gmail.com --- src/atimach64probe.c | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/src/atimach64probe.c