mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-26 22:48:09 +00:00
10 lines
300 B
ReStructuredText
10 lines
300 B
ReStructuredText
:github_url: https://github.com/LizardByte/Sunshine/tree/nightly/docs/source/troubleshooting/linux.rst
|
|
|
|
Linux
|
|
=====
|
|
If screencasting fails with KMS, you may need to run the following to force unprivileged screencasting.
|
|
|
|
.. code-block:: bash
|
|
|
|
sudo setcap -r $(readlink -f $(which sunshine))
|