diff --git a/README.md b/README.md index be73eb71a8a..72e074b92b4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ the local server or any mobile device. <td>AMD: VCE 1.0 or higher, see: <a href="https://github.com/obsproject/obs-amd-encoder/wiki/Hardware-Support">obs-amd hardware support</a></td> </tr> <tr> - <td>Intel: VAAPI-compatible, see: <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/linuxmedia-vaapi.html">VAAPI hardware support</a></td> + <td> + Intel:<br> + Linux: VAAPI-compatible, see: <a href="https://www.intel.com/content/www/us/en/developer/articles/technical/linuxmedia-vaapi.html">VAAPI hardware support</a><br> + Windows: Skylake or newer with QuickSync encoding support + </td> </tr> <tr> <td>Nvidia: NVENC enabled cards, see: <a href="https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new">nvenc support matrix</a></td> @@ -90,7 +94,11 @@ the local server or any mobile device. <td>AMD: Video Coding Engine 3.1 or higher</td> </tr> <tr> - <td>Intel: HD Graphics 510 or higher</td> + <td> + Intel:<br> + Linux: HD Graphics 510 or higher<br> + Windows: Skylake or newer with QuickSync encoding support + </td> </tr> <tr> <td>Nvidia: GeForce GTX 1080 or higher</td> @@ -125,7 +133,7 @@ the local server or any mobile device. <td>Intel: HD Graphics 730 or higher</td> </tr> <tr> - <td>Nvidia: Nvidia: Pascal-based GPU (GTX 10-series) or higher</td> + <td>Nvidia: Pascal-based GPU (GTX 10-series) or higher</td> </tr> <tr> <td rowspan="2">CPU</td> diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 7260ec6cd0f..1ba8d6e0d9a 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -23,6 +23,9 @@ If you forgot your credentials to the web UI, try this. @tip{Don't forget to replace `{new-username}` and `{new-password}` with your new credentials. Do not include the curly braces.} +### Unusual Mouse Behavior +If you experience unusual mouse behavior, try attaching a physical mouse to the Sunshine host. + ### Web UI Access Can't access the web UI? @@ -190,6 +193,9 @@ has. You may get permission denied errors when attempting to launch a game or ap You will need to modify the security permissions on your disk. Ensure that user/principal SYSTEM has full permissions on the disk. +### Stuttering +If you experience stuttering using NVIDIA, try disabling `vsync:fast` in the NVIDIA Control Panel. + <div class="section_buttons"> | Previous | Next | diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html index ad8cbbc0f70..8e3ee38422b 100644 --- a/gh-pages-template/index.html +++ b/gh-pages-template/index.html @@ -654,6 +654,10 @@ <h2 class="fw-bolder mb-0">Download</h2> <i class="fa-fw fab fa-docker"></i> Docker </a> + <a class="btn btn-outline-light me-3 mb-3" href="https://flathub.org/apps/dev.lizardbyte.app.Sunshine" target="_blank"> + <i class="fa-fw fab fa-linux"></i> + Flathub + </a> <a class="btn btn-outline-light me-3 mb-3" href="https://github.com/LizardByte/homebrew-homebrew" target="_blank"> <i class="fa-fw fas fa-beer-mug-empty"></i> Homebrew