mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Update README, man page
This commit is contained in:
@@ -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
|
## 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 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).
|
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.
|
||||||
@@ -55,7 +55,7 @@ Specify what to record. Valid values are:
|
|||||||
.RS
|
.RS
|
||||||
.IP \(bu 3
|
.IP \(bu 3
|
||||||
.B window
|
.B window
|
||||||
- Record a specific window (use window ID, X11 only)
|
- Record a specific window (use window ID) (X11 only)
|
||||||
.IP \(bu 3
|
.IP \(bu 3
|
||||||
.B screen
|
.B screen
|
||||||
- Record the first monitor found
|
- 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)
|
- NVIDIA X11 only, for VRR/G-SYNC support (not recommended due to driver issues)
|
||||||
.IP \(bu 3
|
.IP \(bu 3
|
||||||
.B focused
|
.B focused
|
||||||
- Record the currently focused window (X11 only)
|
- Record the currently focused window (X11 only) (use with -s option)
|
||||||
.IP \(bu 3
|
.IP \(bu 3
|
||||||
.B portal
|
.B portal
|
||||||
- Use xdg-desktop-portal with PipeWire (Wayland only)
|
- 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
|
Project homepage
|
||||||
.UE
|
.UE
|
||||||
.br
|
.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
|
.UR https://git.dec05eba.com/gpu-screen-recorder-gtk
|
||||||
GTK GUI version (will be removed in the future)
|
GTK GUI version (deprecated)
|
||||||
.UE
|
.UE
|
||||||
.br
|
.br
|
||||||
.UR https://git.dec05eba.com/gpu-screen-recorder-ui
|
.UR https://git.dec05eba.com/gpu-screen-recorder-ui
|
||||||
|
|||||||
Reference in New Issue
Block a user