mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-19 05:11:53 +00:00
10 lines
304 B
ReStructuredText
10 lines
304 B
ReStructuredText
|
:github_url: https://github.com/SunshineStream/Sunshine/tree/nightly/docs/source/troubleshooting/linux.rst
|
||
|
|
||
|
Linux
|
||
|
=====
|
||
|
If screencasting fails with Wayland, you may need to run the following to force screencasting with X11.
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
sudo setcap -r $(readlink -f $(which sunshine))
|