All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 70675] New: steam error dialogs are garbled
@ 2013-10-20 14:47 bugzilla-daemon
  2013-10-20 19:46 ` [Bug 70675] " bugzilla-daemon
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-10-20 14:47 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1006 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

          Priority: medium
            Bug ID: 70675
          Assignee: dri-devel@lists.freedesktop.org
           Summary: steam error dialogs are garbled
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: aaalmosss@gmail.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Steps to reproduce:
1. Go to the store tab, on the top there is a category dropdown, select
free-to-play
2. Select any free-to-play game from the list that doesn't support Linux
3. Click the green "play game" button
4. An error dialog tells you that "this game is not available for your current
platform"

With r600g the dialog is garbled, with llvmpipe it's OK.

Report on steam issue tracker:
https://github.com/ValveSoftware/steam-for-linux/issues/2732

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2388 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
@ 2013-10-20 19:46 ` bugzilla-daemon
  2013-10-20 22:59 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-10-20 19:46 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 700 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #1 from Vadim Girlin <ptpzz@yandex.ru> ---
Created attachment 87888
  --> https://bugs.freedesktop.org/attachment.cgi?id=87888&action=edit
patch

IIRC this is related to tiling and not limited to steam windows, I saw this in
different apps with r600g when window height is in range from 120 to 128. Just
reducing the height of glxgears window to that range was enough to trigger the
bug (or setting the height in command line, e.g. "glxgears -geometry 100x121").

Attached patch for xf86-video-ati fixed it for me, but I'm not sure if it's a
correct solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1628 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
  2013-10-20 19:46 ` [Bug 70675] " bugzilla-daemon
@ 2013-10-20 22:59 ` bugzilla-daemon
  2013-10-21 10:05 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-10-20 22:59 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 365 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #2 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
I confirm the bug, I've seen it at the same places you listed and in the same
range. I can't tell if the proposed patch is the real fix or just a workaround
though.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1115 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
  2013-10-20 19:46 ` [Bug 70675] " bugzilla-daemon
  2013-10-20 22:59 ` bugzilla-daemon
@ 2013-10-21 10:05 ` bugzilla-daemon
  2013-10-23 23:58 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-10-21 10:05 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 429 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #3 from almos <aaalmosss@gmail.com> ---
I can confirm what Vadim said. Although, those geometries are fine. The height
has to be in range 121-127, and width must be 128 or greater to trigger the
bug.

I'll try the patch later. It looks like it is a fix for an already existing
workaround.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1159 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-10-21 10:05 ` bugzilla-daemon
@ 2013-10-23 23:58 ` bugzilla-daemon
  2013-11-01  2:25 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-10-23 23:58 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 346 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #4 from Alex Deucher <agd5f@yahoo.com> ---
I think the patch is fine.  I think 64 is too small for 2D tiling on some asics
depending on the number of memory channels they have.  It shouldn't hurt
anything.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1079 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-10-23 23:58 ` bugzilla-daemon
@ 2013-11-01  2:25 ` bugzilla-daemon
  2013-11-01 16:45 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-11-01  2:25 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 308 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #5 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
I just tested the patch on my HD 6950 and it fixes the visual bug. Can the
patch be pushed in the ddx tree?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1058 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-11-01  2:25 ` bugzilla-daemon
@ 2013-11-01 16:45 ` bugzilla-daemon
  2014-01-16 22:38 ` bugzilla-daemon
  2014-01-16 22:40 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-11-01 16:45 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 585 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Alex Deucher <agd5f@yahoo.com> ---
Pushed:
http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=3b38701a72fa1cad1e4610a2f4330b3da4cc6391

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2105 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-11-01 16:45 ` bugzilla-daemon
@ 2014-01-16 22:38 ` bugzilla-daemon
  2014-01-16 22:40 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-01-16 22:38 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #7 from almos <aaalmosss@gmail.com> ---
I'm wondering if a new version of xf86-video-ati is scheduled to be released in
the foreseeable future. Apart from this fix, there seem to be some useful
commits since 7.2.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1129 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 70675] steam error dialogs are garbled
  2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
                   ` (6 preceding siblings ...)
  2014-01-16 22:38 ` bugzilla-daemon
@ 2014-01-16 22:40 ` bugzilla-daemon
  7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-01-16 22:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 491 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=70675

--- Comment #8 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #7)
> I'm wondering if a new version of xf86-video-ati is scheduled to be released
> in the foreseeable future. Apart from this fix, there seem to be some useful
> commits since 7.2.0.

Hopefully next week.  Just waiting on a glamor release since we currently
depend on glamor from git.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1344 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-16 22:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 14:47 [Bug 70675] New: steam error dialogs are garbled bugzilla-daemon
2013-10-20 19:46 ` [Bug 70675] " bugzilla-daemon
2013-10-20 22:59 ` bugzilla-daemon
2013-10-21 10:05 ` bugzilla-daemon
2013-10-23 23:58 ` bugzilla-daemon
2013-11-01  2:25 ` bugzilla-daemon
2013-11-01 16:45 ` bugzilla-daemon
2014-01-16 22:38 ` bugzilla-daemon
2014-01-16 22:40 ` 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.