[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-23 Thread Randy Dunlap
From: Randy Dunlap When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) and NOUVEAU is built-in (not as a loadable module): nouveau_connector.c:(.text+0xe17ce): undefined reference to `acpi_lid_open' Signed-off-by: Randy Dunlap Cc: David Airlie

[Bug 28216] Radeon driver "No buffer for z buffer" error

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28216 --- Comment #2 from Anton Salikhmetov 2010-05-23 11:35:55 PDT --- (In reply to comment #1) > Can you please try Mesa 7.8? There are walls of commits from Maciej for the > R300c driver and a lot of fixes among them too. Though Ubuntu Lucid does

[Bug 28210] [bisected r300g] Heroes of Newerth crash

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28210 Pavel Ondra?ka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 28210] [bisected r300g] Heroes of Newerth crash

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28210 --- Comment #3 from Marek Ol??k 2010-05-23 09:52:22 PDT --- There are 2 issues: 1. Dummy vertex shader compilation was broken. 2. SIN and COS instructions haven't been implemented for vertex shaders. I am really surprised because I thought we

[Bug 28217] Black screen and crash on r600 with radeon module not loaded

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28217 --- Comment #1 from Alex Deucher 2010-05-23 09:10:24 PDT --- Please attach your xorg log and dmesg output. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Bug 28216] Radeon driver "No buffer for z buffer" error

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28216 --- Comment #1 from Marek Ol??k 2010-05-23 08:04:40 PDT --- Can you please try Mesa 7.8? There are walls of commits from Maciej for the R300c driver and a lot of fixes among them too. -- Configure bugmail:

[Bug 28217] New: Black screen and crash on r600 with radeon module not loaded

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28217 Summary: Black screen and crash on r600 with radeon module not loaded Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 28216] Radeon driver "No buffer for z buffer" error

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28216 Anton Salikhmetov changed: What|Removed |Added CC||alexo.uniweb at gmail.com

[Bug 28216] New: Radeon driver "No buffer for z buffer" error

2010-05-23 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28216 Summary: Radeon driver "No buffer for z buffer" error Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 28216] New: Radeon driver No buffer for z buffer error

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28216 Summary: Radeon driver No buffer for z buffer error Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Bug 28216] Radeon driver No buffer for z buffer error

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28216 Anton Salikhmetov alexo.uni...@gmail.com changed: What|Removed |Added CC|

[Bug 28217] New: Black screen and crash on r600 with radeon module not loaded

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28217 Summary: Black screen and crash on r600 with radeon module not loaded Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 28216] Radeon driver No buffer for z buffer error

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28216 --- Comment #1 from Marek Olšák mar...@gmail.com 2010-05-23 08:04:40 PDT --- Can you please try Mesa 7.8? There are walls of commits from Maciej for the R300c driver and a lot of fixes among them too. -- Configure bugmail:

[Bug 28210] [bisected r300g] Heroes of Newerth crash

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28210 --- Comment #3 from Marek Olšák mar...@gmail.com 2010-05-23 09:52:22 PDT --- There are 2 issues: 1. Dummy vertex shader compilation was broken. 2. SIN and COS instructions haven't been implemented for vertex shaders. I am really surprised

[Bug 28210] [bisected r300g] Heroes of Newerth crash

2010-05-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28210 Pavel Ondračka dra...@centrum.cz changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-23 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) and NOUVEAU is built-in (not as a loadable module): nouveau_connector.c:(.text+0xe17ce): undefined reference to `acpi_lid_open' Signed-off-by: Randy Dunlap randy.dun...@oracle.com