都市を運営する方法: Proton を使用した Linux 上の Skylines II

このガイドでは、Fedora Workstation で xrar を使用してゲームを実行し、より多くのスワップ領域を取得する方法を説明します。 38 より良いパフォーマンスでゲームをプレイできるようにするためのヒントとコツ (あるいはまったく).

System Specs

Proton version and Steam arguments I use

These are the Proton versions I tested:

GE-Proton-8.21, Proton 8.0-4 and Proton Experimental.

The one I ended up using is Proton 8.0-4

These are the args i use to run City Skylines II:

__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia gamemoderun %command% -preload +fps_max 144

Note that __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia only applies to Nvidia GPU if not customized. You can also change +fps_max 144 to suit your monitor’s max refresh rate

Get more Swap Space

  • First check if zram-generator-defaults is installed or install it by running:sudo dnf in zram-generator-defaults
  • Then edit /etc/systemd/zram-generator.conf to change how much Swap space you want with for
    例えば :sudo nano /etc/systemd/zram-generator.conf
  • You need to add in the file:[zram0]
    zram-size =
  • After the “= ” You can add with how much swap space you want relative to how much ram you have. 例:[zram0]
    zram-size = ram

    Here are different option if you want more/less swap:

    • You can add: <RAM / 2> (それなし<>) to set your swap to half of you ram
    • You can add: <RAM> (それなし<>) to make your swap the same size as the amout of RAM
      Available
    • [未検証] I think you can add: <RAM * 2> (それなし<>) to make it double the installed RAM
  • Reboot your computer and, ボイルà !
    You can go check in system monitor for the amount of Swap Available:

 

ソース:

このガイドについて 都市: スカイラインⅡ によって書かれた Enderteck. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について