[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #65 from Francisco 2011-08-19 22:16:52 --- Thanks for the link dentament!, I followed step by step the instructions from your first link to compile grub-efi 1.99 (using bzr), with architecture x86_64. I put this new grub efi, wit

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #10 from gottfried.hai...@gmail.com 2011-08-19 18:31:55 PDT --- Sorry that it took a bit long, but I confirm this as being fixed. (Thanks!) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are re

[Bug 39882] Regression: Plugging in a HDMI connector makes the LCD of X120e go dark

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39882 --- Comment #10 from gottfried.haider at gmail.com 2011-08-19 18:31:55 PDT --- Sorry that it took a bit long, but I confirm this as being fixed. (Thanks!) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[PATCH] drm/radeon: Make vramlimit parameter actually work.

2011-08-19 Thread Michel Dänzer
From: Michel D?nzer Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/radeon_device.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 7cfaa7e..f67d719 100644 --- a/drivers/gpu/

[PATCH] drm/radeon: Explicitly print GTT/VRAM offsets on test failure.

2011-08-19 Thread Michel Dänzer
From: Michel D?nzer Otherwise these would need to be painstakingly calculated looking at the source code. Signed-off-by: Michel D?nzer --- NOTE: Only compile tested. drivers/gpu/drm/radeon/radeon_test.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff

[PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-19 Thread Michel Dänzer
From: Michel D?nzer Signed-off-by: Michel D?nzer --- drivers/gpu/drm/radeon/radeon_test.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_test.c b/drivers/gpu/drm/radeon/radeon_test.c index dee4a0c..1ebd0fe 100644 --- a/drivers/gp

[Bug 38753] Strange drawing around models in r600g in SC2

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38753 --- Comment #5 from Brian Paul 2011-08-19 15:38:28 PDT --- I double-checked the patch in question and I think it's correct. Do you think you could create a GL API trace of this game? Then I could try to reproduce it here. See https://github.co

[Bug 38753] Strange drawing around models in r600g in SC2

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38753 --- Comment #5 from Brian Paul 2011-08-19 15:38:28 PDT --- I double-checked the patch in question and I think it's correct. Do you think you could create a GL API trace of this game? Then I could try to reproduce it here. See https://github.c

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-08-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #65 from Francisco 2011-08-19 22:16:52 --- Thanks for the link dentament!, I followed step by step the instructions from your first link to compile grub-efi 1.99 (using bzr), with architecture x86_64. I put this new grub efi, with

[PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel D?nzer : > From: Michel D?nzer > > Signed-off-by: Michel D?nzer Should probably also take into account the additional CP rings we allocate on cayman. Reviewed-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon_test.c | ? 10 +++--- > ?1 files changed, 7 insertions(+),

[PATCH] drm/radeon: Explicitly print GTT/VRAM offsets on test failure.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel D?nzer : > From: Michel D?nzer > > Otherwise these would need to be painstakingly calculated looking at the > source > code. > > Signed-off-by: Michel D?nzer Reviewed-by: Alex Deucher > --- > > NOTE: Only compile tested. > > ?drivers/gpu/drm/radeon/radeon_test.c | ? 24 ++

[PATCH] drm/radeon: Make vramlimit parameter actually work.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel D?nzer : > From: Michel D?nzer > > Signed-off-by: Michel D?nzer Reviewed-by: Alex Deucher > --- > ?drivers/gpu/drm/radeon/radeon_device.c | ? ?2 ++ > ?1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_device.c > b/drivers/gpu/drm/

[Bug 31682] Radeon console output very slow with kms

2011-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31682 --- Comment #4 from Alex Deucher 2011-08-19 14:45:22 --- Someone could implement support for accelerated fb operations, I just don't have any plans to. The problem is, the drawing engine is usually the part of the GPU that hangs if there is

[Bug 31682] Radeon console output very slow with kms

2011-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=31682 Arno Schuring changed: What|Removed |Added CC||aelschuring at hotmail.com --- Commen

Re: [PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel Dänzer : > From: Michel Dänzer > > Signed-off-by: Michel Dänzer Should probably also take into account the additional CP rings we allocate on cayman. Reviewed-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon_test.c |   10 +++--- >  1 files changed, 7 insertions(+),

Re: [PATCH] drm/radeon: Explicitly print GTT/VRAM offsets on test failure.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel Dänzer : > From: Michel Dänzer > > Otherwise these would need to be painstakingly calculated looking at the > source > code. > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- > > NOTE: Only compile tested. > >  drivers/gpu/drm/radeon/radeon_test.c |   24 ++

Re: [PATCH] drm/radeon: Make vramlimit parameter actually work.

2011-08-19 Thread Alex Deucher
2011/8/19 Michel Dänzer : > From: Michel Dänzer > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- >  drivers/gpu/drm/radeon/radeon_device.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_device.c > b/drivers/gpu/drm/

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-08-19 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #64 from dentament 2011-08-19 11:08:25 --- Hi, I boot with 2 cpus, acpi and everything working on ubuntu 10.04 using grub 1.99 compiled following these instructions: https://help.ubuntu.com/community/UEFIBooting and with this grub

[Bug 38753] Strange drawing around models in r600g in SC2

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38753 --- Comment #4 from Asbjørn Sannes 2011-08-19 11:06:22 PDT --- If I disable UseGLSL in wine it also looks okay, not sure what it means. I guess it could be a problem in wine uncovered by the above commit or that it uncovered a bug elsewhere in me

[Bug 38753] Strange drawing around models in r600g in SC2

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38753 --- Comment #4 from Asbj?rn Sannes 2011-08-19 11:06:22 PDT --- If I disable UseGLSL in wine it also looks okay, not sure what it means. I guess it could be a problem in wine uncovered by the above commit or that it uncovered a bug elsewhere in m

[Bug 39202] FPS - KDE desktop effects with 3.0 rc6 kernel

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39202 --- Comment #42 from Siganderson 2011-08-19 09:45:58 PDT --- (In reply to comment #41) I couldn't improve the things so I decided to leave kde and move towards gnome3 that seems much faster. -- Configure bugmail: https://bugs.freedesktop.org/u

[Bug 39202] FPS - KDE desktop effects with 3.0 rc6 kernel

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39202 --- Comment #42 from Siganderson 2011-08-19 09:45:58 PDT --- (In reply to comment #41) I couldn't improve the things so I decided to leave kde and move towards gnome3 that seems much faster. -- Configure bugmail: https://bugs.freedesktop.org/

[PATCH] drm/radeon: Take IH ring into account for test size calculation.

2011-08-19 Thread Michel Dänzer
From: Michel Dänzer Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_test.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_test.c b/drivers/gpu/drm/radeon/radeon_test.c index dee4a0c..1ebd0fe 100644 --- a/drivers/gp

[PATCH] drm/radeon: Explicitly print GTT/VRAM offsets on test failure.

2011-08-19 Thread Michel Dänzer
From: Michel Dänzer Otherwise these would need to be painstakingly calculated looking at the source code. Signed-off-by: Michel Dänzer --- NOTE: Only compile tested. drivers/gpu/drm/radeon/radeon_test.c | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff

[PATCH] drm/radeon: Make vramlimit parameter actually work.

2011-08-19 Thread Michel Dänzer
From: Michel Dänzer Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_device.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_device.c b/drivers/gpu/drm/radeon/radeon_device.c index 7cfaa7e..f67d719 100644 --- a/drivers/gpu/

[Bug 31682] Radeon console output very slow with kms

2011-08-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31682 --- Comment #4 from Alex Deucher 2011-08-19 14:45:22 --- Someone could implement support for accelerated fb operations, I just don't have any plans to. The problem is, the drawing engine is usually the part of the GPU that hangs if there is

[Bug 31682] Radeon console output very slow with kms

2011-08-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=31682 Arno Schuring changed: What|Removed |Added CC||aelschur...@hotmail.com --- Comment #

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #3 from Michel Dänzer 2011-08-19 06:15:24 PDT --- Created an attachment (id=50374) View: https://bugs.freedesktop.org/attachment.cgi?id=50374 Review: https://bugs.freedesktop.org/review?bug=40216&attachment=50374 Bus error debuggi

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #3 from Michel D?nzer 2011-08-19 06:15:24 PDT --- Created an attachment (id=50374) View: https://bugs.freedesktop.org/attachment.cgi?id=50374 Review: https://bugs.freedesktop.org/review?bug=40216&attachment=50374 Bus error debuggi

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #2 from Steven Koutstaal 2011-08-19 05:44:21 PDT --- > Can you try a newer kernel, e.g. 3.0.x? Not right now. I use the machine for work.. Maybe in the weekend I can make some time.. > Please attach the full dmesg output, captured

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #2 from Steven Koutstaal 2011-08-19 05:44:21 PDT --- > Can you try a newer kernel, e.g. 3.0.x? Not right now. I use the machine for work.. Maybe in the weekend I can make some time.. > Please attach the full dmesg output, captured

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #1 from Michel Dänzer 2011-08-19 05:19:31 PDT --- Can you try a newer kernel, e.g. 3.0.x? Please attach the full dmesg output, captured after the problem occurred. Can you point to any specific pictures triggering the problem? --

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40216 --- Comment #1 from Michel D?nzer 2011-08-19 05:19:31 PDT --- Can you try a newer kernel, e.g. 3.0.x? Please attach the full dmesg output, captured after the problem occurred. Can you point to any specific pictures triggering the problem? --

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40216 Michel Dänzer changed: What|Removed |Added Attachment #50368|application/x-trash |text/plain mime type|

[Bug 40216] X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40216 Michel D?nzer changed: What|Removed |Added Attachment #50368|application/x-trash |text/plain mime type|

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1

2011-08-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=13170 --- Comment #64 from dentament 2011-08-19 11:08:25 --- Hi, I boot with 2 cpus, acpi and everything working on ubuntu 10.04 using grub 1.99 compiled following these instructions: https://help.ubuntu.com/community/UEFIBooting and with this grub

[Bug 40216] New: X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40216 Summary: X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably. Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 40216] New: X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably.

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40216 Summary: X crashes when I open some specific pictures in Firefox. I can reproduce this at reliably. Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All)

[Bug 36608] Corrupt GL rendering

2011-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36608 --- Comment #4 from Michel Dänzer 2011-08-19 00:30:40 PDT --- (In reply to comment #3) > I don't know though if 3D hardware acceleration is fully working: I get no > particular warning/error in dmesg or Xorg.0.log, but glxgears FPS seem very >

[Bug 36608] Corrupt GL rendering

2011-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36608 --- Comment #4 from Michel D?nzer 2011-08-19 00:30:40 PDT --- (In reply to comment #3) > I don't know though if 3D hardware acceleration is fully working: I get no > particular warning/error in dmesg or Xorg.0.log, but glxgears FPS seem very >