From a3c56779c68a7682ccf11c9330794e4cdc8b8ff8 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 8 Dec 2022 18:33:00 +0000 Subject: [PATCH] Updated Linux Setup Guide (draft) (markdown) --- Linux-Setup-Guide-(draft).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.