gloriouseggroll/mesa-aco-testing

( forked from gloriouseggroll/mesa-aco )

Project ID: 63796

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

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


Quick Enable

#> dnf copr enable gloriouseggroll/mesa-aco-testing
More info about enabling Copr repositories

Other Actions