mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-18 11:06:23 +00:00
feat(capture/linux): add KWin direct screencast capture method (#5009)
Co-authored-by: Ramalama2 <6314556+Ramalama2@users.noreply.github.com>
This commit is contained in:
@ -2101,6 +2101,11 @@ editing the `conf` file in a text editor. Use the examples as reference.
|
||||
<td>DRM/KMS screen capture from the kernel. This requires that Sunshine has `cap_sys_admin` capability.
|
||||
@note{Applies to Linux only.}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>kwin</td>
|
||||
<td>Capture with KDE/KWin Wayland compositor via KDE screencasting.
|
||||
@note{Applies to Linux only.}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>x11</td>
|
||||
<td>Uses XCB. This is the slowest and most CPU intensive so should be avoided if possible.
|
||||
|
||||
Reference in New Issue
Block a user