diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-22 18:44:46 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-22 18:44:46 +0100 |
commit | 58e93245c33a1290d79a6639653b633ecc1595a0 (patch) | |
tree | a973cb1185c4ef0b53b34831e5b63d564d354e1e | |
parent | 1f0063e619212f8ad3ccde7de899f56e8395bc08 (diff) |
i
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 378f737..ba81fb8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4244,7 +4244,6 @@ 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 also need to install cuda and nvidia-encode package.\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)); |