https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #12 from runetmem...@gmail.com 2011-08-07 23:03:44 PDT ---
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
This bug is not reproduced for me on pure x86 setup of Ubuntu Oneiric with and
with
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #12 from runetmember at gmail.com 2011-08-07 23:03:44 PDT ---
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
This bug is not reproduced for me on pure x86 setup of Ubuntu Oneiric with and
w
The new DRM_RADEON_GEM_WAIT ioctl combines GEM_WAIT_IDLE and GEM_BUSY (there
is a NO_WAIT flag to get the latter) with USAGE_READ and USAGE_WRITE flags
to take advantage of the new ttm_bo_wait changes.
Also bump the DRM version.
Signed-off-by: Marek Ol??k
---
drivers/gpu/drm/radeon/radeon.h
Sometimes we want to know whether a buffer is busy and wait for it (bo_wait).
However, sometimes it would be more useful to be able to query whether
a buffer is busy and being either read or written, and wait until it's stopped
being either read or written. The point of this is to be able to avoid
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #11 from Alex 2011-08-07 21:50:01 PDT
---
@Alex Deucher
I didn't reply before to let you enjoy your week-end.
But you were right, to fix this issue create or update a xorg.conf with the
following content :
Section "Device"
I
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #11 from Alex 2011-08-07 21:50:01
PDT ---
@Alex Deucher
I didn't reply before to let you enjoy your week-end.
But you were right, to fix this issue create or update a xorg.conf with the
following content :
Section "Device"
I
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Alex changed:
What|Removed |Added
CC||cerebro.alex...@gmail.com
--- Comment #10 from Al
https://bugs.freedesktop.org/show_bug.cgi?id=39877
Alex changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39877
Alex changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Alex changed:
What|Removed |Added
CC||cerebro.alexiel at gmail.com
--- Comment #10 from
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #9 from runetmem...@gmail.com 2011-08-07 19:30:54 PDT ---
> I don't see any screenshot, did you forget to attach it?
Yes, sorry. Attached.
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
Ok
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #9 from runetmember at gmail.com 2011-08-07 19:30:54 PDT ---
> I don't see any screenshot, did you forget to attach it?
Yes, sorry. Attached.
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #8 from runetmem...@gmail.com 2011-08-07 19:30:04 PDT ---
Created an attachment (id=50020)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50020)
BEEP screenshot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #8 from runetmember at gmail.com 2011-08-07 19:30:04 PDT ---
Created an attachment (id=50020)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50020)
BEEP screenshot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cg
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #12 from Alex Deucher 2011-08-07
14:44:59 ---
The porgram may be talking randr directly to the Xserver. What happens if you
hit the button when X isn't running (i.e., just console)?
--
Configure bugmail: https://bugzilla.kerne
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #7 from Alex Deucher 2011-08-07 14:34:19 PDT ---
32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are r
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #7 from Alex Deucher 2011-08-07 14:34:19 PDT
---
32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are
https://bugs.freedesktop.org/show_bug.cgi?id=34495
--- Comment #55 from Lars G 2011-08-07 13:47:52 PDT ---
Did some more testing and it works really great here!
Can't trigger any bugs/regressions/crashes.
So i would say it's ready for primetime! :)
--
Configure bugmail: https://bugs.freedesktop
https://bugs.freedesktop.org/show_bug.cgi?id=34495
--- Comment #55 from Lars G 2011-08-07 13:47:52 PDT
---
Did some more testing and it works really great here!
Can't trigger any bugs/regressions/crashes.
So i would say it's ready for primetime! :)
--
Configure bugmail: https://bugs.freedeskto
The new DRM_RADEON_GEM_WAIT ioctl combines GEM_WAIT_IDLE and GEM_BUSY (there
is a NO_WAIT flag to get the latter) with USAGE_READ and USAGE_WRITE flags
to take advantage of the new ttm_bo_wait changes.
Also bump the DRM version.
Signed-off-by: Marek Olšák
---
drivers/gpu/drm/radeon/radeon.h
Sometimes we want to know whether a buffer is busy and wait for it (bo_wait).
However, sometimes it would be more useful to be able to query whether
a buffer is busy and being either read or written, and wait until it's stopped
being either read or written. The point of this is to be able to avoid
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #24 from Andy Furniss 2011-08-07
11:18:39 PDT ---
(In reply to comment #19)
> I don't get any exceptions or errors, but I do get some minor corruption on
> some mesa demos and openarena. Nexuiz and etqw looked OK.
Tried the patches
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #24 from Andy Furniss 2011-08-07
11:18:39 PDT ---
(In reply to comment #19)
> I don't get any exceptions or errors, but I do get some minor corruption on
> some mesa demos and openarena. Nexuiz and etqw looked OK.
Tried the patches
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #11 from Torsten Krah
2011-08-07 09:54:20 ---
Hm grepped my system - no one seems to listen for that event.
To confirm this theory i did this:
mv /usr/bin/xrandr > /usr/bin/xrandr.dist
and replaced the xrandr with:
#!/bin/bash
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Sven Arvidsson changed:
What|Removed |Added
CC||s...@whiz.se
--- Comment #6 from Sven A
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Sven Arvidsson changed:
What|Removed |Added
CC||sa at whiz.se
--- Comment #6 from Sven
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #5 from runetmem...@gmail.com 2011-08-07 08:37:01 PDT ---
> Is this a regression?
I don't know. I first time try R600g in this year. In previous year I didn't
run games with R600g.
> Please attach your xorg log, dmesg output, and glx
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #5 from runetmember at gmail.com 2011-08-07 08:37:01 PDT ---
> Is this a regression?
I don't know. I first time try R600g in this year. In previous year I didn't
run games with R600g.
> Please attach your xorg log, dmesg output, and
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #4 from runetmem...@gmail.com 2011-08-07 08:25:49 PDT ---
Created an attachment (id=50016)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50016)
glxinfo output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #4 from runetmember at gmail.com 2011-08-07 08:25:49 PDT ---
Created an attachment (id=50016)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50016)
glxinfo output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #3 from runetmem...@gmail.com 2011-08-07 08:25:06 PDT ---
Created an attachment (id=50015)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50015)
dmesg output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #3 from runetmember at gmail.com 2011-08-07 08:25:06 PDT ---
Created an attachment (id=50015)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50015)
dmesg output
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #2 from runetmem...@gmail.com 2011-08-07 08:24:29 PDT ---
Created an attachment (id=50014)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50014)
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #2 from runetmember at gmail.com 2011-08-07 08:24:29 PDT ---
Created an attachment (id=50014)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50014)
Xorg log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #12 from Alex Deucher 2011-08-07 14:44:59
---
The porgram may be talking randr directly to the Xserver. What happens if you
hit the button when X isn't running (i.e., just console)?
--
Configure bugmail: https://bugzilla.kerne
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|unspecified
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Alex Deucher changed:
What|Removed |Added
Product|xorg|Mesa
Version|unspecified
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #23 from Andy Furniss 2011-08-07
03:05:19 PDT ---
(In reply to comment #22)
> I followed Andy's advice and grabbed a d-r-t kernel, now everything seems to
> be
> running okay.
>
> On my HD5670 I haven't noticed any difference in pe
https://bugs.freedesktop.org/show_bug.cgi?id=36602
--- Comment #23 from Andy Furniss 2011-08-07
03:05:19 PDT ---
(In reply to comment #22)
> I followed Andy's advice and grabbed a d-r-t kernel, now everything seems to
> be
> running okay.
>
> On my HD5670 I haven't noticed any difference in pe
https://bugzilla.kernel.org/show_bug.cgi?id=40622
--- Comment #11 from Torsten Krah
2011-08-07 09:54:20 ---
Hm grepped my system - no one seems to listen for that event.
To confirm this theory i did this:
mv /usr/bin/xrandr > /usr/bin/xrandr.dist
and replaced the xrandr with:
#!/bin/bash
40 matches
Mail list logo