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.

  • @[email protected]
    link
    fedilink
    English
    126 months ago

    I recently made the switch to Manjaro.

    I feel like these are all kinks that I’ll eventually be able to work out, but these are the issues I’ve faced so far:

    Extreme stuttering in Yuzu. It reads 60fps but it is absolutely not. Using the AUR version, since the Flatpak can’t load my roms folder from my NAS. (Before you assume the network drive is the issue, know that it is over a 10g SFP+ on an NVMe on the NAS. No problems in Windows.)

    Input issues in AUR Cemu. Cannot get my DS5 controller to work. I think it doesn’t have permissions to write to my config file for some reason so I can’t save my controller settings. Flatpak version works fine though.

    Wayland does not support my dual screens on Nvidia. Was hoping that could help with my stuttering issues… shot in the dark.

    BeamNG needs to render shaders for about 5mins before loading. Skipping leads to extreme stuttering. That is way too long for startup. Even big Yuzu games don’t take that long.

    As an aside I’m pulling my hair out trying to get Google Drive to work properly. rclone is not behaving with Codium - I can’t reliably compile in the mounted drive like I could with Google Drive stream on Windows. Sometimes it compiles and sometimes it doesn’t. I don’t know why it works sometimes and doesn’t work other times. I need this functionality for work so that’s a bummer.

    Also wake from sleep does not work.

    I’m not complaining per se, if you have any tips I’m desperate to hear some. But my experience with desktop Linux has been far from smooth and my non scientific experience so far is that performance is much much better on Windows.

    But I will stick it out this time. I think this is my fourth time trying to daily drive Linux.

    • @[email protected]
      link
      fedilink
      English
      76 months ago

      Wayland is not totally ready nor is Nvidia driver. Most benchmark rely on amd based component for a reason. DS5 controllers are not as well supported as xbox ones. I can say for Google Drive because I dont use it. As most thing on Linux, this kind of things will be fix if enough people care about it. You can open issue, contribute, submit patch or sponsorize fixes.

    • @[email protected]
      link
      fedilink
      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.

    • Domi
      link
      fedilink
      English
      16 months ago

      Extreme stuttering in Yuzu. It reads 60fps but it is absolutely not. Using the AUR version, since the Flatpak can’t load my roms folder from my NAS. (Before you assume the network drive is the issue, know that it is over a 10g SFP+ on an NVMe on the NAS. No problems in Windows.)

      I don’t have an Nvidia GPU but give the pineappleEA builds a try. It contains all the changes in the current early access build as well.

      As for running the Flatpak, you have to whitelist the folder your NAS folder is mounted on. Best way to do that is by installing Flatseal. Just search for yuzu, scroll down to Filesystem and add the folder where your games are contained in Other files.