aboutsummaryrefslogtreecommitdiff
path: root/com.dec05eba.gpu_screen_recorder.appdata.xml
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-18 04:29:09 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-18 04:29:09 +0200
commitcbd62bda0252c919556b733e3db94fa431dbc29a (patch)
tree6290303f3e9d6ad1b03bfff3b04b967323c3c03e /com.dec05eba.gpu_screen_recorder.appdata.xml
parent32a194dec5cf807a71e689ce9b51f269890d8b4b (diff)
Fix for wayland
Diffstat (limited to 'com.dec05eba.gpu_screen_recorder.appdata.xml')
-rw-r--r--com.dec05eba.gpu_screen_recorder.appdata.xml11
1 files changed, 8 insertions, 3 deletions
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 @@
<component type="desktop-application">
<id>com.dec05eba.gpu_screen_recorder</id>
<name>GPU Screen Recorder</name>
- <summary>A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.</summary>
+ <summary>A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux</summary>
<developer_name>dec05eba</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
@@ -18,7 +18,7 @@
<description>
<p>
- 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.
</p>
<p>
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 @@
<p>
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).
</p>
</description>
@@ -44,6 +44,11 @@
</screenshots>
<releases>
+ <release version="3.0.0" date="2023-07-18">
+ <description>
+ <p>Experimental wayland support on AMD/Intel/NVIDIA. Hotkeys not supported.</p>
+ </description>
+ </release>
<release version="2.2.0" date="2023-07-10">
<description>
<p>Attempt to fix screen recording when multiple graphics cards are connected</p>