gloriouseggroll/mesa-aco-bisect1

Forked project is still being prepared for you. It may take a few minutes to duplicate backend data.

Description

This copr repo contains mesa-git compiled with LTO enabled. Occasionally PR s(pull requests/merge requests) from upstream which fix various game bugs may be added before they are merged upstream.

LTO: https://gcc.gnu.org/onlinedocs/gccint/LTO.html

Installation Instructions

sudo dnf copr enable gloriouseggroll/mesa-aco sudo dnf update --refresh

TO UNDO CHANGES AND REVERT SYSTEM TO STOCK:

sudo dnf copr disable gloriouseggroll/mesa-aco sudo dnf distro-sync

Usage instructions for native vulkan device selection are as follows:

  1. Get your device's vendor id and device id: Example:

# lspci -nn | grep -i vga 43:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Vega 20 [Radeon VII] [1002:66af] (rev c1)

Device ID in the example above: 1002:66af

  1. Set before game launch command:

MESA_VK_DEVICE_SELECT=vendor:device

Example for Steam launch options:

MESA_VK_DEVICE_SELECT=1002:66af %command%

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Fedora 34 i386 (0)*, x86_64 (0)* Fedora 34 multilib x86_64+i386 (0 downloads)

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/gloriouseggroll/mesa-aco-bisect1/