diff --git a/README.md b/README.md index 74a566b..b214633 100644 --- a/README.md +++ b/README.md @@ -249,3 +249,6 @@ Some corporate distros such as Fedora (or some Fedora based distros) also disabl ## My cursor is flickering in the recorded video This is likely an AMD gpu driver issue. It only happens to certain generations of AMD GPUs. On Wayland you can record with the desktop portal option (`-w portal`) to workaround this issue. This issue hasn't been observed on X11 yet, but if you do observe it you can either record a window (`-w $(xdotool selectwindow)`) or change your xorg config to use software cursor instead (Add `Option "SWcursor" "true"` under modesetting "Device" section in your xorg config file). +## Password prompt shows up when I try to record my screen +If GPU Screen Recorder is installed with -Dcapabilities=true (which is the default option) then `gsr-kms-server` is installed with admin capabilities. +This removes a password prompt when recording a monitor with the -w monitor option (for example -w screen). However if the system has the root used disabled then the password prompt will show up anyways. \ No newline at end of file diff --git a/gpu-screen-recorder.1 b/gpu-screen-recorder.1 index e8873ce..45f1aeb 100644 --- a/gpu-screen-recorder.1 +++ b/gpu-screen-recorder.1 @@ -55,7 +55,7 @@ Specify what to record. Valid values are: .RS .IP \(bu 3 .B window -- Record a specific window (use window ID, X11 only) +- Record a specific window (use window ID) (X11 only) .IP \(bu 3 .B screen - Record the first monitor found @@ -64,7 +64,7 @@ Specify what to record. Valid values are: - NVIDIA X11 only, for VRR/G-SYNC support (not recommended due to driver issues) .IP \(bu 3 .B focused -- Record the currently focused window (X11 only) +- Record the currently focused window (X11 only) (use with -s option) .IP \(bu 3 .B portal - Use xdg-desktop-portal with PipeWire (Wayland only) @@ -380,8 +380,12 @@ AMD: Possible black bars colors with HEVC/AV1 (use H264 or FFmpeg >=8) Project homepage .UE .br +.UR https://git.dec05eba.com/gpu-screen-recorder/about +Project readme, with more information +.UE +.br .UR https://git.dec05eba.com/gpu-screen-recorder-gtk -GTK GUI version (will be removed in the future) +GTK GUI version (deprecated) .UE .br .UR https://git.dec05eba.com/gpu-screen-recorder-ui