From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 104053] DDX opcode causes black screen on radeon R730 Date: Sun, 03 Dec 2017 18:13:16 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1407982653==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 99FB26E0E5 for ; Sun, 3 Dec 2017 18:13:16 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1407982653== Content-Type: multipart/alternative; boundary="15123247960.0FB2E75.14257"; charset="UTF-8" --15123247960.0FB2E75.14257 Date: Sun, 3 Dec 2017 18:13:16 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D104053 Bug ID: 104053 Summary: DDX opcode causes black screen on radeon R730 Product: DRI Version: XOrg git Hardware: All OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/Radeon Assignee: dri-devel@lists.freedesktop.org Reporter: lodgerz@gmail.com Hi, i have a problem with retroarch+xmb on ArchLinux32bit: when i run it i have black screen, monitor led blinking and i must reset pc. This is final output error of retroarch: [INFO] [GL]: VSync =3D> on [INFO] [GLX]: glXSwapIntervalEXT(1) r300 VP: Compiler error: Vertex program has too many instructions Using a dummy shader instead. r300 FP: Compiler Error: compiler/r300_fragprog_emit.c::translate_rgb_opcode(): translate_rgb_opcode: Unknown opcode DDX Using a dummy shader instead. If i run it with "LIBGL_ALWAYS_SOFTWARE=3D1 retroarch" it works but is very= slow (games run at 30fps). I use xf86-video-ati driver and mesa. More info: http://dpaste.com/39C6SQF Retroarch devolopers advised me to ask here. -------------------------------- $ glxinfo | grep renderer GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20 GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20 Extended renderer info (GLX_MESA_query_renderer): OpenGL renderer string: ATI RV370 -------------------------------- $ LIBGL_ALWAYS_SOFTWARE=3D1 glxinfo | grep renderer GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20 GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20 Extended renderer info (GLX_MESA_query_renderer): OpenGL renderer string: llvmpipe (LLVM 5.0, 128 bits) -------------------------------- $ lsmod|grep -i radeon radeon 1343488 2 i2c_algo_bit 16384 1 radeon drm_kms_helper 126976 1 radeon ttm 69632 1 radeon drm 258048 5 radeon,ttm,drm_kms_helper -------------------------------- $ lspci|grep -i vga 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] R= V370 [Radeon X300/X550/X1050 Series] -------------------------------- $ pacman -Q|grep xf86-video xf86-video-ati 1:7.10.0-1 xf86-video-fbdev 0.4.4+12+ge0bce0d-1 xf86-video-vesa 2.3.4-4 -------------------------------- $ pacman -Q|grep mesa mesa 17.2.5-1 mesa-demos 8.3.0-4 mesa-vdpau 17.2.5-1 -------------------------------- $ uname -r 4.13.12-1-ARCH --=20 You are receiving this mail because: You are the assignee for the bug.= --15123247960.0FB2E75.14257 Date: Sun, 3 Dec 2017 18:13:16 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 104053
Summary DDX opcode causes black screen on radeon R730
Product DRI
Version XOrg git
Hardware All
OS Linux (All)
Status NEW
Severity normal
Priority medium
Component DRM/Radeon
Assignee dri-devel@lists.freedesktop.org
Reporter lodgerz@gmail.com

Hi,
i have a problem with retroarch+xmb on ArchLinux32bit: when i run it i have
black screen, monitor led blinking and i must reset pc.
This is final output error of retroarch:

[INFO] [GL]: VSync =3D> on
[INFO] [GLX]: glXSwapIntervalEXT(1)
r300 VP: Compiler error:
Vertex program has too many instructions
Using a dummy shader instead.
r300 FP: Compiler Error:
compiler/r300_fragprog_emit.c::translate_rgb_opcode(): translate_rgb_opcode:
Unknown opcode DDX
Using a dummy shader instead.


If i run it with "LIBGL_ALWAYS_SOFTWARE=3D1 retroarch" it works b=
ut is very slow
(games run at 30fps).
I use xf86-video-ati driver and mesa.
More info: http://dpaste.com/39C6SQF<=
/a>

Retroarch devolopers advised me to ask here.

--------------------------------

$ glxinfo | grep renderer
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: ATI RV370

--------------------------------

$ LIBGL_ALWAYS_SOFTWARE=3D1 glxinfo | grep renderer
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,=20
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: llvmpipe (LLVM 5.0, 128 bits)


--------------------------------

$ lsmod|grep -i radeon
radeon               1343488  2
i2c_algo_bit           16384  1 radeon
drm_kms_helper        126976  1 radeon
ttm                    69632  1 radeon
drm                   258048  5 radeon,ttm,drm_kms_helper

--------------------------------

$ lspci|grep -i vga
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] R=
V370
[Radeon X300/X550/X1050 Series]

--------------------------------

$ pacman -Q|grep xf86-video
xf86-video-ati 1:7.10.0-1
xf86-video-fbdev 0.4.4+12+ge0bce0d-1
xf86-video-vesa 2.3.4-4

--------------------------------

$ pacman -Q|grep mesa
mesa 17.2.5-1
mesa-demos 8.3.0-4
mesa-vdpau 17.2.5-1

--------------------------------

$ uname -r
4.13.12-1-ARCH


You are receiving this mail because:
  • You are the assignee for the bug.
= --15123247960.0FB2E75.14257-- --===============1407982653== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1407982653==--