Arch and other Linux operating systems Beat Windows 11 in Gaming Benchmarks::ComputerBase benchmarked three different Linux operating systems and found that all three can achieve better gaming performance than Windows 11.

  • @Samueru
    link
    English
    26 months ago

    Try using yuzu-mainline-git from the aur and change your compile flags (edit makepkg.conf) to match=native mtune=native and O3. That gives a 15% boost in totk.

    Also use zram instead of zswap as that that causes terrible stuttering on yuzu if you are short of ram. The usual recommendation is to use zstd compression but I can tell you that lz4 performs better on yuzu.

    “sudo pacman -S zram generator” then “sudo nano /etc/systemd/zram-generator.conf” and paste this:

    [zram0]
    zram-size = ram
    compression-algorithm = lz4
    swap-priority = 100
    

    Also make sure you are running gamemode with yuzu. Same with steam games.

    • @maxprime
      link
      English
      15 months ago

      Thanks! I will try all of these suggestions.