docs: refactor and general cleanup (#1992)

This commit is contained in:
ReenigneArcher 2024-01-07 11:58:13 -05:00 committed by GitHub
commit b5fae464b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 974 additions and 879 deletions

View file

@ -13,14 +13,14 @@ If you see the above error in the Sunshine logs, compiling `Mesa`
manually, may be required. See the official Mesa3D `Compiling and Installing <https://docs.mesa3d.org/install.html>`__
documentation for instructions.
.. Important:: You must re-enable the disabled encoders. You can do so, by passing the following argument to the build
.. important:: You must re-enable the disabled encoders. You can do so, by passing the following argument to the build
system. You may also want to enable decoders, however that is not required for Sunshine and is not covered here.
.. code-block:: bash
-Dvideo-codecs=h264enc,h265enc
.. Note:: Other build options are listed in the
.. note:: Other build options are listed in the
`meson options <https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/meson_options.txt>`__ file.
KMS Streaming fails