Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create amd.json #348

Merged
merged 4 commits into from
Mar 4, 2020
Merged

Create amd.json #348

merged 4 commits into from
Mar 4, 2020

Conversation

btegs
Copy link

@btegs btegs commented Mar 3, 2020

Initial commit, needing feedback on where to place this and if this is the right method to add

Initial commit, needing feedback
"id": "amd_radeon_aco_vulkan",
"name": "AMD: Radeon ACO Vulkan Compiler",
"description": "Enable ACO based Vulkan shader compiler for RADV instead of LLVM",
"url": "https://github.com/mesa3d/mesa",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this link should explain what this option does instead of linking to mesa source.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkashkin - I've mainly been following Phoronix with artices like this: https://www.phoronix.com/scan.php?page=article&item=radv-aco-feb2020

@tkashkin
Copy link
Owner

tkashkin commented Mar 4, 2020

@btegs I have a few questions:

  • Is this option applicable to native Vulkan games or is it only useful for Wine/DXVK/Proton?
  • Do you know any other potentially useful AMD-specific options which can be added to GameHub?
  • What does lspci -k | grep -EA3 'VGA|3D|Display' output on your system?
    I want to check loaded kernel modules to automatically disable or hide tweaks that are not applicable to user's GPU.

@btegs
Copy link
Author

btegs commented Mar 4, 2020

@tkashkin - I believe this works for all Vulkan games. Both native and Wine/DXVK/Proton. As for other AMD options, I don't have any others at this time. Here's my output from lspci for my Radeon 580 using Mesa from the https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa PPA in Ubuntu 19.10:

09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev e7)
	Subsystem: Tul Corporation / PowerColor Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

D

@tkashkin tkashkin merged commit 2c73d30 into tkashkin:dev Mar 4, 2020
Lucki pushed a commit to Lucki/GameHub that referenced this pull request Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants