[Bug 20856] X hangs after idle time on GM45

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20856 --- Comment #2 from David John 2009-03-31 23:37:34 PST --- (In reply to comment #1) > Bugs like this have been fixed recently in libdrm, Mesa and the kernel. But > you can also work around the problem by creating a driconf file and setting

Re: [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying. -- makes X hang

2009-03-31 Thread Florian Mickler
On Tue, 31 Mar 2009 12:36:56 -0700 Eric Anholt wrote: > > Ouch. Could you file a bug report using: > > http://intellinuxgraphics.org/how_to_report_bug.html > > so I've got the information I need to try to reproduce this? > shure. done. http://bugs.freedesktop.org/show_bug.cgi?id=20985 thx

[Bug 20988] [UXA]performance degrade compared to EXA when run game celestia

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20988 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|e...@anholt.net |de...@li

[Bug 20988] [UXA]performance degrade compared to EXA when run game celestia

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20988 --- Comment #1 from liuhaien 2009-03-31 22:26:49 PST --- Created an attachment (id=24424) --> (http://bugs.freedesktop.org/attachment.cgi?id=24424) xorg conf file -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 20988] New: [UXA] performance degrade compared to EXA when run game celestia

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20988 Summary: [UXA]performance degrade compared to EXA when run game celestia Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW

[Bug 20856] X hangs after idle time on GM45

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20856 --- Comment #1 from Jesse Barnes 2009-03-31 18:16:54 PST --- Bugs like this have been fixed recently in libdrm, Mesa and the kernel. But you can also work around the problem by creating a driconf file and setting the vblank_mode (googling a

[Bug 12947] r128: system hangs when X is started with DRI enabled

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12947 Alex Villacis Lasso changed: What|Removed |Added CC||avill...@ceibo.fiec.espol.e

Re: DRI2 + buffer creation

2009-03-31 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kristian Høgsberg wrote: > > That's the case I was describing in the last sentence. When the DDX > gets the set of buffers to allocate it doesn't know whether to > allocate 16 or 24 bit depth buffer. What I'm suggesting is that we > add a new buffer

Re: [PATCH] libdrm: speed up connector & mode fetching

2009-03-31 Thread Jakob Bornecrantz
2009/3/31 Kristian Høgsberg : > 2009/3/31 Eric Anholt : >> On Fri, 2009-03-27 at 15:48 -0700, Jesse Barnes wrote: >>> On Fri, 27 Mar 2009 22:53:00 +0100 >>> Jakob Bornecrantz wrote: >>> >>> > On Fri, Mar 27, 2009 at 8:58 PM, Jesse Barnes >>> > wrote: >>> > > This patch speeds up drmModeGetConnect

Re: [PATCH] libdrm: speed up connector & mode fetching

2009-03-31 Thread Kristian Høgsberg
2009/3/31 Eric Anholt : > On Fri, 2009-03-27 at 15:48 -0700, Jesse Barnes wrote: >> On Fri, 27 Mar 2009 22:53:00 +0100 >> Jakob Bornecrantz wrote: >> >> > On Fri, Mar 27, 2009 at 8:58 PM, Jesse Barnes >> > wrote: >> > > This patch speeds up drmModeGetConnector by pre-allocating mode & >> > > prop

Re: [PATCH] libdrm: speed up connector & mode fetching

2009-03-31 Thread Jesse Barnes
On Tue, 31 Mar 2009 12:39:17 -0700 Eric Anholt wrote: > On Fri, 2009-03-27 at 15:48 -0700, Jesse Barnes wrote: > > On Fri, 27 Mar 2009 22:53:00 +0100 > > Jakob Bornecrantz wrote: > > > > > On Fri, Mar 27, 2009 at 8:58 PM, Jesse Barnes > > > wrote: > > > > This patch speeds up drmModeGetConnect

Re: [PATCH] libdrm: speed up connector & mode fetching

2009-03-31 Thread Eric Anholt
On Fri, 2009-03-27 at 15:48 -0700, Jesse Barnes wrote: > On Fri, 27 Mar 2009 22:53:00 +0100 > Jakob Bornecrantz wrote: > > > On Fri, Mar 27, 2009 at 8:58 PM, Jesse Barnes > > wrote: > > > This patch speeds up drmModeGetConnector by pre-allocating mode & > > > property info space before calling i

Re: [PATCH 6/6] drm/i915: Fix lock order reversal in GEM relocation entry copying. -- makes X hang

2009-03-31 Thread Eric Anholt
On Mon, 2009-03-30 at 12:00 +0200, Florian Mickler wrote: > Hi! > > On Wed, 25 Mar 2009 14:45:10 -0700 > Eric Anholt wrote: > > > Signed-off-by: Eric Anholt > > Reviewed-by: Keith Packard > > --- > > drivers/gpu/drm/i915/i915_gem.c | 187 > > +++--- 1 files cha

[Bug 20954] mesa/drm(git): kernel panic with radeon driver (Radeon 9500 Pro )

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20954 --- Comment #1 from Robert Noland 2009-03-31 11:56:16 PST --- I just moved the vblank_cleanup after lastclose, give that a try and see if it is resolved. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

Re: DRI2 + buffer creation

2009-03-31 Thread Kristian Høgsberg
2009/3/31 Dave Airlie : > 2009/3/31 Kristian Høgsberg : >> On Tue, Mar 31, 2009 at 4:46 AM, Alan Hourihane wrote: >>> On Tue, 2009-03-31 at 15:43 +1000, Dave Airlie wrote: So I've been playing a bit more with DRI2 and I'm having trouble finding how the buffer creation was meant to work f

Re: DRI2 + buffer creation

2009-03-31 Thread Dave Airlie
2009/3/31 Kristian Høgsberg : > On Tue, Mar 31, 2009 at 4:46 AM, Alan Hourihane wrote: >> On Tue, 2009-03-31 at 15:43 +1000, Dave Airlie wrote: >>> So I've been playing a bit more with DRI2 and I'm having trouble >>> finding how the buffer creation was meant to work for depth buffers. >>> >>> If m

[Bug 12166] [mi] EQ overflowing. The server is probably stuck in an infinite loop.

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12166 Daniel Klaffenbach changed: What|Removed |Added CC||k...@abwesend.de --- Comment #25

Re: DRI2 + buffer creation

2009-03-31 Thread Kristian Høgsberg
On Tue, Mar 31, 2009 at 4:46 AM, Alan Hourihane wrote: > On Tue, 2009-03-31 at 15:43 +1000, Dave Airlie wrote: >> So I've been playing a bit more with DRI2 and I'm having trouble >> finding how the buffer creation was meant to work for depth buffers. >> >> If my app uses a visual >> 0xbc 24 tc  0

[Bug 12778] suspend regression from 29rc5 to 29rc6

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12778 --- Comment #10 from Martin Pitt 2009-03-31 10:26:12 --- I confirm that running X with Option "DRI" "off", and rmmod'ing i915 and drm, suspend works fine. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You

[Bug 12778] suspend regression from 29rc5 to 29rc6

2009-03-31 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12778 Martin Pitt changed: What|Removed |Added CC||martin.p...@ubuntu.com --- Comment #9 fr

[Bug 20673] crash in radeon driver

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20673 --- Comment #2 from up.whate...@gmail.com 2009-03-31 02:37:19 PST --- I got the same problem ob my Radeon 9700, using Compiz and EXA acceleration. It first happened when I was browsing lots of Photos in Nautilus Thumbnail view, but today I fou

Re: DRI2 + buffer creation

2009-03-31 Thread Alan Hourihane
On Tue, 2009-03-31 at 15:43 +1000, Dave Airlie wrote: > So I've been playing a bit more with DRI2 and I'm having trouble > finding how the buffer creation was meant to work for depth buffers. > > If my app uses a visual > 0xbc 24 tc 0 24 0 r . . 8 8 8 0 0 16 0 0 0 0 0 0 0 None > >

[Bug 20954] mesa/drm(git): kernel panic with radeon driver (Radeon 9500 Pro )

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20954 Michel Dänzer changed: What|Removed |Added Component|Drivers/DRI/Radeon |DRM/Radeon Product|Mesa

[Bug 20966] Weird fonts with mesa-7.4 on low resolutions

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20966 --- Comment #2 from smoki 2009-03-31 00:23:33 PST --- Created an attachment (id=24392) --> (http://bugs.freedesktop.org/attachment.cgi?id=24392) r...@640x480-mesa-7.4-worst -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?t

[Bug 20966] New: Weird fonts with mesa-7.4 on low resolutions

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20966 Summary: Weird fonts with mesa-7.4 on low resolutions Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Pr

[Bug 20966] Weird fonts with mesa-7.4 on low resolutions

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20966 --- Comment #1 from smoki 2009-03-31 00:22:06 PST --- Created an attachment (id=24391) --> (http://bugs.freedesktop.org/attachment.cgi?id=24391) r...@640x480-mesa-7.4-bad -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab

[Bug 20965] Dynamic ligthing is broken in Mesa-7.4 release

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20965 --- Comment #1 from smoki 2009-03-31 00:00:57 PST --- Created an attachment (id=24389) --> (http://bugs.freedesktop.org/attachment.cgi?id=24389) RTCW-lights_regression -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

[Bug 20965] New: Dynamic ligthing is broken in Mesa-7.4 release

2009-03-31 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20965 Summary: Dynamic ligthing is broken in Mesa-7.4 release Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal