Updated Linux Setup Guide (draft) (markdown)

MetrosexualGarbodor 2022-12-08 18:33:00 +00:00
parent a639d7a882
commit a3c56779c6
1 changed files with 1 additions and 1 deletions

@ -37,7 +37,7 @@ Tips for the script:
- If you want a terminal shortcut too add `alias ryujinx="~/.local/share/Ryujinx/Ryujinx"` at the bottom of your `rc` file (`.bashrc` for bash, `.zshrc` for zsh, etc.), to be able to call Ryujinx using the command `ryujinx` without any opts, you can add those too ofc.
- Want a bit more performance on AMD or Intel? Edit the `Ryujinx.desktop` file found on `~/.local/share/applications/Ryujinx.desktop` and append `MESA_NO_ERROR=1` after `env`.
## I'm on nvidia, what should I do for performance?
## I'm on Nvidia, what should I do for performance?
First of all, install latest drivers, the vulkan beta ones usually arent latest.
Secondly on `nvidia-settings` (if you dont have it then install it) change `Image` settings to `High Performance` and disable `Sync` to `VBlank` on `OpenGL Settings`. On `PowerMizer` set `Preferred` mode to `Prefer Maximum Performance`, settings there don't persist log outs. To allow for overclocking and fan control you can run the command `nvidia-xconfig --cool-bits=31` and reboot or log out and in again.