All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17
@ 2017-04-18 12:35 bugzilla-daemon
  2017-04-18 12:35 ` bugzilla-daemon
  2017-04-19  3:56 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-04-18 12:35 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 100708
           Summary: Trine 2 doesn't start on radeonsi on mesa 17
           Product: Mesa
           Version: 17.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: krnekit@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

I have a laptop with AMD A8-5557M APU (Radeon HD 8550G, r600) and discrete
videocard Radeon HD 8750M (radeonsi). I also have a monitor connected via a
hdmi and use it as main screen.

I use PRIME to play a game:

$ xrandr --setprovideroffloadsink 0x41 0x78
$ DRI_PRIME=1 steam

With DRI drivers version 12 it works fine, but if I update it to the recent one
(17), the game doesn't start: when I click on start button in the launcher, the
screen became black for a moment and the game exits. There is no unusual
messages in the console. I found, that if I replace
/usr/lib/dri/radeonsi_dri.so with the old one, the game works. With the
integrated video (r600) it works fine on all versions.

I reported also this to the distribution bug tracker [1], but seems this is an
upstream bug in the radeonsi driver.

[1] https://bugs.mageia.org/show_bug.cgi?id=20632

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

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

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

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

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

* [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17
  2017-04-18 12:35 [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17 bugzilla-daemon
@ 2017-04-18 12:35 ` bugzilla-daemon
  2017-04-19  3:56 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-04-18 12:35 UTC (permalink / raw)
  To: dri-devel


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

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

Nikita Krupenko <krnekit@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://bugs.mageia.org/sho
                   |                            |w_bug.cgi?id=20632

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

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

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

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

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

* [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17
  2017-04-18 12:35 [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17 bugzilla-daemon
  2017-04-18 12:35 ` bugzilla-daemon
@ 2017-04-19  3:56 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-04-19  3:56 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
           Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
          Component|Drivers/Gallium/radeonsi    |Mesa core

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
>From the Steam output referenced in the downstream bug report:

libGL: pci id for fd 75: 1002:6600, driver radeonsi
libGL: OpenDriver: trying /usr/lib/dri/tls/radeonsi_dri.so
libGL: OpenDriver: trying /usr/lib/dri/radeonsi_dri.so
libGL: Can't open configuration file /home/nekit/.drirc: No such file or
directory.
libGL: Can't open configuration file /home/nekit/.drirc: No such file or
directory.
libGL: Using DRI3 for screen 0
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
      after 170 requests (170 known processed) with 1 events remaining.
Game removed: AppID 35720 "Trine 2", ProcID 3765 

It's likely (though not 100% certain) that the game aborts due to the X11
protocol error. Unfortunately, it could be relatively tricky to find out what
triggers that error.

I don't suppose you can bisect Mesa, or at least narrow down the upstream
release where it first happened?

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

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

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

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

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

end of thread, other threads:[~2017-04-19  3:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-18 12:35 [Bug 100708] Trine 2 doesn't start on radeonsi on mesa 17 bugzilla-daemon
2017-04-18 12:35 ` bugzilla-daemon
2017-04-19  3:56 ` 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.