Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] mesa-ati-dri-32bit does not provide ICD File
Date: Fri, 26 Jul 2019 09:21:28 +0200	[thread overview]
Message-ID: <20190726072128.oeQN6JT7m5G0Lknhz6vt_BUeWVC2EwmmV-JZY6sQiR0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-3293@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

Closed issue by ethragur on void-packages repository

https://github.com/void-linux/void-packages/issues/3293
Description: ### System

* system:
  Void 4.18.10_1 x86_64 AuthenticAMD uptodate hold rrrmFFFFF
  Radeon RX 570 Series (POLARIS10, DRM 3.26.0, 4.18.10_1, LLVM 6.0.1)
* package:  
  mesa-ati-dri-32bit-18.2.1_1

### Expected behavior

The x86_64 Package contains the file /usr/share/vulkan/icd.d/radeon_icd.x84_64.json, which is needed for running vulkan application.
Installing the multilib version of this package should also provide this file for 32bit. (/usr/share/vulkan/icd.d/radeon_icd.x86.json)

### Actual behavior

The multilib package (mesa-ati-dri-32bit) does not provide the file for 32bit vulkan (/usr/share/vulkan/icd.d/radeon_icd.x86.json), therefore using 32bit vulkan applications does not work out of the box.

### Steps to reproduce the behavior

Install the packages needed for 32bit vulkan: (mesa-ati-dri-32bit, vulkan-loader-32bit) and run a 32bit vulkan application (for example a 32bit windows executable with DXVK). 
![2018-10-02-091051_448x242_scrot](https://user-images.githubusercontent.com/9322165/46334133-34fdbf80-c623-11e8-8410-65fdd728de43.png)


After creating the file "/usr/share/vulkan/icd.d/radeon_icd.x86.json" with the following content:
`{
    "ICD": {
        "api_version": "1.1.70",
        "library_path": "/usr/lib32/libvulkan_radeon.so"
    },
    "file_format_version": "1.0.0"
}`
Starting the application works



      parent reply	other threads:[~2019-07-26  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-3293@inbox.vuxu.org>
2019-06-16 22:04 ` voidlinux-github
2019-06-30 16:46 ` voidlinux-github
2019-07-26  7:21 ` voidlinux-github [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190726072128.oeQN6JT7m5G0Lknhz6vt_BUeWVC2EwmmV-JZY6sQiR0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).