Claudius's Projects

claudius/linuxmao

########################################### WARNING Starting from Fedora 35, this repo has moved to: https://copr.fedorainfracloud.org/coprs/ycollet/audinux ########################################### The repository is not linked to the LinuxMAO community. It containts packages for computer aided music which are normally not found on fedora repo or ccrma repo. For more informations on this repository, you can consult the following wiki: github wiki Feel free to fill a bug report on this page if you notice a problem. github issues of the project Support me on Patreon My YouTube channel My Jamendo page There is now a website dedicated to this repository: Audinux. This repository will be renamed as audinux for Fedora 35.

claudius/audinux

The repository ontaints packages for computer aided music which are normally not found on fedora repo or ccrma repo. For more informations on this repository, you can consult the following website: Audinux website Feel free to fill a bug report on this page if you notice a problem. github issues of the project

claudius/mesa-aco

mesa built with Valve's ACO shader compiler, LTO, and vulkan gpu selection layer for non-nvidia igpu+dgpu setups. This repo checks every hour for updates to mesa-aco and submits new builds if changes are found. ACO: https://steamcommunity.com/games/221410/announcements/detail/1602634609636894200 LTO: https://gcc.gnu.org/onlinedocs/gccint/LTO.html Vulkan device selection layer: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1766 WHY DEVICE SELECT OPTION? Device Select is only necessary for multi-gpu setups, such as amd apu + amd gpu and games that use Vulkan natively, both in WINE and native linux. Some games force the igpu to be used, so a way to tell it to use the dgpu for vulkan is needed, this is why this patch exists. This is the vulkan equivalent of DRI_PRIME=1. Some examples of native vulkan games that benefit from this: DOOM 2016 Strange brigade Wolfenstein II Rise of the Tomb Raider Shadow of the Tomb Raider Examples of use case: If you have a ryzen laptop with vega integrated graphics, and also has a dedicated GPU like an RX560X or RX 5500M If you have a ryzen 2200G/2400G desktop with vega integrated graphics and also have a dedicated GPU such as an RX 560/570/580 In both of the above cases, some native Vulkan games, DOOM for example, will force usage on the vega igpu instead of the dedicated GPU. This is where this layer comes in.