diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-22 18:57:44 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-22 18:57:44 +0100 |
commit | 4a0555ed77d28483d91296eb95ff059e85152c77 (patch) | |
tree | ac52f9f814a0532fca1799b90701a97359e4b9ed /src | |
parent | 58e93245c33a1290d79a6639653b633ecc1595a0 (diff) |
Opensuse hate
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index ba81fb8..dec9515 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4244,6 +4244,7 @@ static void load_config() { "you are using the flatpak version of GPU Screen Recorder then try installing mesa-extra freedesktop runtime by running this command:\n" "flatpak install --system org.freedesktop.Platform.GL.default//23.08-extra\n" "and then restart GPU Screen Recorder. If that doesn't work then you may have to install another mesa package for your distro if you are using AMD.\n" + "If you are using NVIDIA then you might need to run the \"nvidia-smi\" command first before starting GPU Screen Recorder if NVIDIA is incorrectly setup on your distro.\n" "If you are using a distro such as manjaro which disables hardware accelerated video encoding then you can also try the <a href=\"https://flathub.org/apps/com.dec05eba.gpu_screen_recorder\">flatpak version of GPU Screen Recorder</a> instead which doesn't have this issue."); set_dialog_selectable(dialog); gtk_dialog_run(GTK_DIALOG(dialog)); |