From cbd62bda0252c919556b733e3db94fa431dbc29a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 18 Jul 2023 04:29:09 +0200 Subject: Fix for wayland --- com.dec05eba.gpu_screen_recorder.appdata.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'com.dec05eba.gpu_screen_recorder.appdata.xml') diff --git a/com.dec05eba.gpu_screen_recorder.appdata.xml b/com.dec05eba.gpu_screen_recorder.appdata.xml index d9ac2c8..4421aea 100644 --- a/com.dec05eba.gpu_screen_recorder.appdata.xml +++ b/com.dec05eba.gpu_screen_recorder.appdata.xml @@ -2,7 +2,7 @@ com.dec05eba.gpu_screen_recorder GPU Screen Recorder - A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux. + A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux dec05eba CC0-1.0 GPL-3.0 @@ -18,7 +18,7 @@

- This is a screen recorder that has minimal impact on system performance by recording a window using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. This screen recorder only works on X11 (Wayland with Xwayland is NOT supported). + This is a screen recorder that has minimal impact on system performance by recording a window using the GPU only, similar to shadowplay on windows. This is the fastest screen recording tool for Linux. This screen recorder works with both X11 and Wayland.

This screen recorder can be used for recording your desktop offline, for live streaming and for nvidia-like instant replay, where only the last few seconds are saved. @@ -26,7 +26,7 @@

There are some restrictions when recording on AMD/Intel. Videos created on AMD/Intel are in variable framerate format. Very out of date video players might have an issue playing such videos. I recommend using MPV or a browser to play such videos, otherwise you might experience stuttering in the video. Recording a monitor requires (restricted) root access which means that you have to install GPU Screen Recorder system-wide: flatpak install flathub --system com.dec05eba.gpu_screen_recorder - and pkexec needs to be installed on the system. + and pkexec needs to be installed on the system. This is also the case when using wayland on Nvidia. Some distros such as manjaro disable hardware accelerated H264/HEVC which means GPU Screen Recorder wont work on AMD/Intel and you have to either switch to another distro or install mesa from source (or install mesa-git for example).

@@ -44,6 +44,11 @@ + + +

Experimental wayland support on AMD/Intel/NVIDIA. Hotkeys not supported.

+
+

Attempt to fix screen recording when multiple graphics cards are connected

-- cgit v1.2.3