[Bug 41838] Kernel Crash/Hanging system in connection between WebKit and Gnome-Shell

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41838 --- Comment #16 from pete...@hottemptation.org 2011-11-04 01:29:21 PDT --- * Upgraded BIOS from 1.13 to 1.19, no effect (Acer Timeline 3820TG) * xf86-video-ati 6.14.3, no effect Am I the only user on this world, with this bug?! Damn! -- Config

[Bug 41838] Kernel Crash/Hanging system in connection between WebKit and Gnome-Shell

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41838 Michel Dänzer changed: What|Removed |Added Attachment #52831|application/octet-stream|text/plain mime type|

[Bug 41838] Kernel Crash/Hanging system in connection between WebKit and Gnome-Shell

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41838 --- Comment #17 from Michel Dänzer 2011-11-04 04:01:05 PDT --- (In reply to comment #9) > So I provide here a new logfile after crash/hang of the system, at the end you > can see an error-message: > [71.633] (II) RADEON(0): radeon_dri2_flip_

[Bug 28106] radeon KMS causes hardware conflict/interference with Intel wifi and audio, crashes wireless

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28106 Tom Morton changed: What|Removed |Added CC||t...@riseup.net -- Configure bugmail: http

[Bug 28106] radeon KMS causes hardware conflict/interference with Intel wifi and audio, crashes wireless

2011-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28106 --- Comment #59 from Tom Morton 2011-11-04 07:40:15 PDT --- I get this on my Thinkpad T60, Radeon X1300 running debian sid. As well as crackle on the internal intel audio, I get even worse crackle and popping when using my Logitech V20 USB speak

Patches from openSUSE

2011-11-04 Thread Johannes Obermayr
Hi, I these patches will be used on openSUSE 12.1. Please check whether they should go upstream. Thanks. Johannes ___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org http://lists.x.org/mailman/listinfo/xorg-driver-ati

[PATCH 1/5] Fix unaligned function pointers.

2011-11-04 Thread Johannes Obermayr
From: Andreas Schwab --- src/AtomBios/includes/CD_Structs.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/AtomBios/includes/CD_Structs.h b/src/AtomBios/includes/CD_Structs.h index 01fb80e..b51632f 100644 --- a/src/AtomBios/includes/CD_Structs.h +++ b/src/At

[PATCH 2/5] Disable DRI by default on IA64.

2011-11-04 Thread Johannes Obermayr
See: https://bugzilla.novell.com/show_bug.cgi?id=437651 --- src/radeon_driver.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 293897a..2cfe36a 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2387,8 +2387,

[PATCH 3/5] Fix https://bugzilla.novell.com/show_bug.cgi?id=474071.

2011-11-04 Thread Johannes Obermayr
From: Stefan Dirsch --- src/radeon_driver.c | 18 +++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 2cfe36a..18f7a57 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -222,6 +222,7 @@ struct RADEONInt1

[PATCH 4/5] Fix console screen blanking on IA64.

2011-11-04 Thread Johannes Obermayr
From: Stefan Dirsch See: https://bugzilla.novell.com/show_bug.cgi?id=155646 --- src/radeon_driver.c | 67 -- 1 files changed, 59 insertions(+), 8 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 18f7a57..867e836 100644 -

[PATCH 5/5] Increase virtual on startup if enough Gfx RAM is available.

2011-11-04 Thread Johannes Obermayr
From: Matthias Hopf --- src/radeon_driver.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 867e836..6b084b8 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -3262,6 +3262,21 @@ Bool RADEONPreIni

Re: [PATCH 2/5] Disable DRI by default on IA64.

2011-11-04 Thread Dave Airlie
On Fri, Nov 4, 2011 at 3:42 PM, Johannes Obermayr wrote: > See: https://bugzilla.novell.com/show_bug.cgi?id=437651 > --- You are not authorized to access bug #437651. Open the bug or fix the commit msg :) Dave. >  src/radeon_driver.c |    5 - >  1 files changed, 4 insertions(+), 1 deletions

Re: [PATCH 3/5] Fix https://bugzilla.novell.com/show_bug.cgi?id=474071.

2011-11-04 Thread Dave Airlie
Same problem, bug isn't public. Dave. ___ xorg-driver-ati mailing list xorg-driver-ati@lists.x.org http://lists.x.org/mailman/listinfo/xorg-driver-ati

Re: [PATCH 3/5] Fix https://bugzilla.novell.com/show_bug.cgi?id=474071.

2011-11-04 Thread Michel Dänzer
On Fre, 2011-11-04 at 16:42 +0100, Johannes Obermayr wrote: > From: Stefan Dirsch While it's nice to have a reference to the bug report in the commit log, it's not enough on its own. Especially not in cases like this, when the bug report doesn't seem accessible to everybody, not even everybody w