GitXplorerGitXplorer
l

archlinux-AMDVLK

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
a7eac7a3f30243233648852a9cf28a01f7bb749c

bump to 2020.Q1.2

llodriguez committed 5 years ago
Verified
e7d8f33c01a26100e062b437885e28023258f34f

bump to 2020.Q1.1

llodriguez committed 5 years ago
Verified
f41d73a567b61f34d43931a3d38b48bcfe956ed6

update pkgver()

llodriguez committed 5 years ago
Verified
1a304017995b86e3d14427b9527a3dbd3a3b8eb0

update pkgver()

llodriguez committed 5 years ago
Verified
ed4b8733f6aba9c6b9f3e9b4569371b8bf6f2bb3

Create PKGBUILD

llodriguez committed 5 years ago
Verified
abc67adb871f44e84d5d98e977b354748ab04e2a

clean up

llodriguez committed 5 years ago

README

The README file for this repository.

archlinux-AMDVLK

PKGBUILDs to build stable AMDVLK-releases from source (https://github.com/GPUOpen-Drivers/AMDVLK)

The AMD Open Source Driver for Vulkan® is an open-source Vulkan driver for AMD Radeon™ graphics adapters on Linux®.

The AMD Open Source Driver for Vulkan is designed to support a wide range of AMD GPUs:

  • Radeon™ HD 7000 Series
  • Radeon™ HD 8000M Series
  • Radeon™ R5/R7/R9 200/300 Series
  • Radeon™ RX 400/500 Series
  • Radeon™ M200/M300/M400 Series
  • Radeon™ RX Vega Series
  • Radeon™ RX 5700 Series
  • AMD FirePro™ Workstation Wx000/Wx100/Wx300 Series
  • Radeon™ Pro WX x100 Series
  • Radeon™ Pro 400/500 Series

To use AMDVLK as default vulkan Driver you have to

export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/amd_icd64.json" 

To use lib32-AMDVLK as default vulkan Driver you have to

export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/amd_icd32.json" 

The driver exposes many settings that can customize the driver's behavior and facilitate debugging. You can add/edit settings in amdPalSettings.cfg file under one of below paths, formatted with one name,value pair per line:

  • /etc/amd
  • $XDG_CONFIG_HOME
  • $HOME/.config

This amdPalSettings.cfg got all functions from AMDVLK github page, but only activates "cache to disk" what is recommended for gaming.