This guide helps you make the game work and get extra Swap space using xrar on Fedora Workstation 38. It also shares some tips and tricks to play the game better (or play it at all).
System Specs
Proton Version and Steam Arguments
Proton Versions I Tried:
- GE-Proton-8.21
- Proton 8.0-4
- Proton Experimental
The one I used is Proton 8.0-4.
How I Run City Skylines II:
- Primeiro, I set: __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia. This part is for Nvidia GPUs unless you’ve changed it.
- Então, eu uso: gamemoderun %command% -preload +fps_max 144.
You can adjust +fps_max 144 to match your monitor’s highest refresh rate.
Get More Swap Space
Primeiro, check if you have zram-generator-defaults installed or install it with this command:
sudo dnf install zram-generator-defaults
Próximo, edit the zram-generator configuration file by running:
sudo nano /etc/systemd/zram-generator.conf
Inside the file, add this section:
[zram0] zram-size =
Depois “zram-size =”, you can set the amount of swap space based on your RAM. Aqui estão algumas opções:
- To set swap to half of your RAM, adicionar: <ram / 2> (sem < >).
- To make your swap the same size as your RAM, adicionar: <ram> (sem < >).
- [Não testado] You can try adding: <ram * 2> (sem < >) to make it double the installed RAM.
Reboot your computer, and you’re all set!
You can check the available swap space in the system monitor.
Isso é tudo o que estamos compartilhando hoje para isso Cidades: Horizontes II guia. Este guia foi originalmente criado e escrito por Enderteck. Caso não atualizemos este guia, você pode encontrar a atualização mais recente seguindo este link.