FAQ info about wayland

This commit is contained in:
dec05eba
2026-02-19 16:34:41 +01:00
parent fde1b438df
commit 8fd7064bff
2 changed files with 5 additions and 0 deletions

View File

@@ -82,3 +82,6 @@ Some Wayland compositors don't support copying images on the clipboard between X
since Wayland doesn't support a non-focused application from setting the clipboard, so it can't work with GPU Screen Recorder hotkey usage. Use X11 if you want a functioning desktop. since Wayland doesn't support a non-focused application from setting the clipboard, so it can't work with GPU Screen Recorder hotkey usage. Use X11 if you want a functioning desktop.
## The controller hotkey and steam overlap (home button brings up steam overlay) ## The controller hotkey and steam overlap (home button brings up steam overlay)
You can either disable the steam overlay or in steam click Steam->Settings->Controller and then click "Begin Test" under "Test Device Inputs". Click on "Setup Device Inputs" and configure controller buttons there and when you get to the home button press X to unbind it from steam. You can either disable the steam overlay or in steam click Steam->Settings->Controller and then click "Begin Test" under "Test Device Inputs". Click on "Setup Device Inputs" and configure controller buttons there and when you get to the home button press X to unbind it from steam.
## The UI looks messed up on my Wayland system
Wayland doesn't support GPU Screen Recorder UI properly. Some Wayland environments can display GPU Screen Recorder UI pretty well (such as KDE Plasma and Gnome) while others cannot (such as Hyprland and Niri).
This is an issue in Wayland and it may be the case that it will never be fixed. Use X11 if you experience issues.

2
TODO
View File

@@ -259,3 +259,5 @@ Add option to choose video container (either flv or mpegts) for youtube livestre
Get wayland cursor position for region selector, otherwise the start position before the cursor moves is off. Get wayland cursor position for region selector, otherwise the start position before the cursor moves is off.
Add option to set preset on nvidia. Use -ffmpeg-video-opts for that. Add option to set preset on nvidia. Use -ffmpeg-video-opts for that.
Webcam resolution list is too long for some people. Fix it by separating resolution and framerate. Sort resolution and framerate from highest to lowest. Add scrollbar for dropdown list.