diff --git a/Linux-Setup-Guide-(draft).md b/Linux-Setup-Guide-(draft).md index a0fe4bf..93648e3 100644 --- a/Linux-Setup-Guide-(draft).md +++ b/Linux-Setup-Guide-(draft).md @@ -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 aren’t latest. Secondly on `nvidia-settings` (if you don’t 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.