aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-03-20 17:17:51 +0100
committerdec05eba <dec05eba@protonmail.com>2024-03-20 17:17:51 +0100
commit42729b8e8ea6b39c0d0074b3c835f76a114e5847 (patch)
tree6c5af0d681f0f70ef7c7e1989f44c63634cbf90f /src
parentae2d5023d72b78eea62c9acb5577d0a919af0fee (diff)
Update appdata
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2d00b10..688e16e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2504,9 +2504,9 @@ static GtkWidget* create_common_settings_page(GtkStack *stack, GtkApplication *a
"NVIDIA driver has a \"feature\" (read: bug) where it will downclock memory transfer rate when a program uses CUDA, such as GPU Screen Recorder.\n"
"To work around this bug, GPU Screen Recorder can overclock your GPU memory transfer rate to it's normal optimal level. To enable overclocking for optimal performance enable the \"Overclock memory transfer rate to workaround NVIDIA driver performance bug\" option.\n"
"You also need to have \"Coolbits\" NVIDIA X setting set to \"12\" to enable overclocking.\n"
- "Click <a href=\"https://wiki.archlinux.org/title/NVIDIA/Tips_and_tricks#Enabling_overclocking\">here</a> to see how to set this up manually or if you are using flatpak.\n"
+ "You can set coolbits by running \"sudo nvidia-xconfig --cool-bits=12\" and then rebooting.\n"
"\n"
- "Note that this only works when Xorg server is running as root, and using this option will only give you a performance boost if the game you are recording is bottlenecked by your GPU.\n"
+ "Note that this only works when Xorg server is running as root.\n"
"\n"
"Note! use at your own risk!");
gtk_dialog_run(GTK_DIALOG(dialog));