* [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
@ 2010-08-30 20:45 bugzilla-daemon
2010-08-30 21:07 ` [Bug 29894] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-08-30 20:45 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
Summary: KMS regression in 2.6.35: Flicker and half-rendered
scenes in SDL games with Radeon RV770
Product: DRI
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/Radeon
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: marti@juffo.org
I am getting severe flickering in multiple SDL-based games with Radeon HD 4870
(RV770)
Games tested that have this problem:
* World of Goo (SDL, 32-bit)
* Frets on Fire (Python, SDL, true 3D, 64-bit)
* Aquaria (SDL, 32-bit)
----
* kernels 2.6.33.4 and 2.6.34.2 are good even with KMS enabled
* kernels 2.6.35.4 with KMS disabled is good
* kernels 2.6.35 and 2.6.35.4 with KMS enabled is bad
The problem manifests itself in substantial flickering; most frames seem to
render OK, but a couple of times every second there's an incomplete frame. The
incomplete frame looks like a half-rendered scene, with some objects missing.
Using xorg-server 1.9.0, mesa 7.8.2, xf86-video-ati-6.13.1
(also tried mesa from git)
Normally I have 2 screens attached, but this time I also tried disabling the
second screen and unplugged it entirely.
lspci:
01:00.0 VGA compatible controller: ATI Technologies Inc RV770 [Radeon HD 4870]
glxinfo:
OpenGL renderer string: Mesa DRI R600 (RV770 9440) 20090101 TCL DRI2
OpenGL version string: 2.0 Mesa 7.8.2
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 29894] KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
@ 2010-08-30 21:07 ` bugzilla-daemon
2010-08-30 21:17 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-08-30 21:07 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
--- Comment #1 from Marti <marti@juffo.org> 2010-08-30 14:07:35 PDT ---
Also occurs in:
* BZflag
Games tried that do not have this problem:
* glxgears
* Gish
* Nexuiz
* Armagetron Advanced
* OpenTTD
* Lugaru HD
* OpenArena
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 29894] KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
2010-08-30 21:07 ` [Bug 29894] " bugzilla-daemon
@ 2010-08-30 21:17 ` bugzilla-daemon
2010-08-30 21:54 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-08-30 21:17 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
--- Comment #2 from Alex Deucher <agd5f@yahoo.com> 2010-08-30 14:17:45 PDT ---
This is probably vsync related. Does updating to the latest ddx and mesa code
in git fix the issue?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 29894] KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
2010-08-30 21:07 ` [Bug 29894] " bugzilla-daemon
2010-08-30 21:17 ` bugzilla-daemon
@ 2010-08-30 21:54 ` bugzilla-daemon
2010-08-31 0:22 ` bugzilla-daemon
2010-09-02 21:45 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-08-30 21:54 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
--- Comment #3 from Marti <marti@juffo.org> 2010-08-30 14:54:44 PDT ---
(In reply to comment #2)
> This is probably vsync related. Does updating to the latest ddx and mesa code
> in git fix the issue?
Ok, I also built xf86-video-ati from git (in addition to dri2proto, libgl,
mesa) and I am still experiencing this problem.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 29894] KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
` (2 preceding siblings ...)
2010-08-30 21:54 ` bugzilla-daemon
@ 2010-08-31 0:22 ` bugzilla-daemon
2010-09-02 21:45 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-08-31 0:22 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
--- Comment #4 from Marti <marti@juffo.org> 2010-08-30 17:22:30 PDT ---
Indeed, Mesa git fixes it; sorry I was using Mesa git with r600_dri.so from 7.8
before.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 29894] KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
` (3 preceding siblings ...)
2010-08-31 0:22 ` bugzilla-daemon
@ 2010-09-02 21:45 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2010-09-02 21:45 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29894
Jerome Glisse <glisse@freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Jerome Glisse <glisse@freedesktop.org> 2010-09-02 14:45:04 PDT ---
Fixed upstream
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-09-02 21:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 20:45 [Bug 29894] New: KMS regression in 2.6.35: Flicker and half-rendered scenes in SDL games with Radeon RV770 bugzilla-daemon
2010-08-30 21:07 ` [Bug 29894] " bugzilla-daemon
2010-08-30 21:17 ` bugzilla-daemon
2010-08-30 21:54 ` bugzilla-daemon
2010-08-31 0:22 ` bugzilla-daemon
2010-09-02 21:45 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.