Xxmitsu's Projects

xxmitsu/mesa-git

Use it at your own risk! This repo is a modified version of che-mesa. Triggered to be rebuilt every few hours if code update is detected. Is set to follow the official mesa gitlab repo https://gitlab.freedesktop.org/mesa/mesa Built with Distro's LLVM. Due to this, it might happen for rawhide builds to fail until upstream adapts mesa with the changes required for new llvm versions.
  • Fedora 38 : i386, x86_64
  • Fedora 39 : i386, x86_64
  • Fedora 40 : i386, x86_64
  • Fedora rawhide : i386, x86_64

xxmitsu/kernel-amdgpu-next

What is this? Experimental kernel, might contain unstable code before being included in official upstream release. Alex Deucher's drm-next tree is checked 3 times a day and built if code is updated. It is using vanilla kernel without any additional patch applied. If you're looking for something more stable, see Fedora mainline kernel. Use it at your own risk!
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

xxmitsu/kernel-fedora

What is this? Linux kernel with Fedora Patches, configured to be build periodically. This is more stable than kernel-amdgpu-next repo.
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

xxmitsu/game-utils

Personal test. A newer version of gamescope to be tested with steam for remote play
  • Fedora 38 : i386, x86_64
  • Fedora 39 : i386, x86_64
  • Fedora 40 : i386, x86_64
  • Fedora rawhide : i386, x86_64

xxmitsu/macbook11.5

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

xxmitsu/centos8-utils

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • EPEL 8 : x86_64

xxmitsu/fedora-gnome

Bleedng edge Gnome, built often. unstable.

xxmitsu/kernel-fedora-fsync

What is this? In brief: Valve is proposing changes to the Linux kernel to make it more game-friendly. Specifically, it is looking to extend futex() (fast user-space locking) functionality with the purpose to reduce CPU usage. This repo contains Linux kernel for Fedora with Valve fsync Patches, configured to be build periodically. Testing instructions Valve official announcement page.
  • Fedora 38 : x86_64
  • Fedora 39 : x86_64
  • Fedora 40 : x86_64
  • Fedora rawhide : x86_64

xxmitsu/playground

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • Fedora 39 : x86_64
  • Fedora rawhide : i386, x86_64

xxmitsu/centos7-utils

Description not filled in by author. Very likely personal repository for testing purpose, which you should not use.
  • EPEL 7 : x86_64

xxmitsu/mesa-and-llvm-git

This repo is a modified version of che-mesa, triggered to be rebuilt every few hours if code update is detected. For the ones feeling adventurous, bleeding edge, mesa-git built against llvm-git at regular intervals. It might break from time to time: Because x64 and i686 packages are build asynchronously, and you might encounter the error: cannot install the best update candidate for package, has inferior architecture. Resolution: .. Just try again later. When both of the builds will be ready. The main purpose for this repo was to have the most up2date graphics stack for Radeon Users. Since ACO has become the default compiler for RADV (Vulkan) and is also planned for RadeonSI (OpenGL), one could use mesa-git, still benefit from latest and have a more stable experience. If you are using a very recent GPU, you might also need a newer kernel. Highly experimental kernel for AMD GPUs is available here: kernel-amdgpu-next.
  • Fedora 38 : i386, x86_64
  • Fedora 39 : i386, x86_64
  • Fedora 40 : i386, x86_64
  • Fedora rawhide : i386, x86_64

xxmitsu/llvm

This repository builds llvm from git at a daily basis. Based on code from che and gloriouseggroll Used as a base dependency for building mesa-and-llvm-git
  • Fedora 38 : i386, x86_64
  • Fedora 39 : i386, x86_64
  • Fedora 40 : i386, x86_64
  • Fedora rawhide : i386, x86_64

xxmitsu/mesa-aco

Replaced by this repo ACO was merged in mesa mainline! This repo will continue building from Daniel Schuermann's github - master branch.. You should also consider using mesa-git for the future, to benefit from latest improvements! This repo is a modified version of che-mesa. Triggered to be rebuilt every few hours if code update is detected. Is set to follow Valve's Radeon ACO compiler patches from Daniel Schuermann's github - master branch. More details in Valve's official announcement. Testing instructions Backend capabilities. (Check here supported hardware) Built with LLVM 9 and LTO enabled. At least because of this, it should provide a smoother transition for Navi. In addition to that libdrm updates are provided as well. For the ones feeling adventurous, highly experimental, it might break from time to time: mesa-git built against llvm-git at regular intervals, can be found here