You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu 20.04, the cuda compiler will fail since it's version is too old, it's recommended you compile the sources with the [build scripts](scripts/README.md)
@@ -88,6 +104,9 @@ It's necessary to allow Sunshine to use KMS
88
104
- If you get "Error: Failed to create client: Daemon not running", ensure that your avahi-daemon is running:
89
105
- `systemctl status avahi-daemon`
90
106
107
+
- If you use hardware acceleration on Linux using an Intel or an AMD GPU (with VAAPI), you will get tons of [graphical issues](https://github.com/loki-47-6F-64/sunshine/issues/228) if your ffmpeg version is < 4.3. If it is not available in your distribution's repositories, consider using a newer version of your distribution.
108
+
- Ubuntu started to ship ffmpeg 4.3 starting with groovy (20.10). If you're using an older version, you could use [this PPA](https://launchpad.net/%7Esavoury1/+archive/ubuntu/ffmpeg4) instead of upgrading. **Using PPAs is dangerous and may break your system. Use it at your own risk.**
Copy file name to clipboardexpand all lines: assets/sunshine.conf
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@
140
140
# You can find the name of the audio sink using the following command:
141
141
# !! Linux only !!
142
142
# pacmd list-sinks | grep "name:" if running vanilla pulseaudio
143
-
# pactl info | grep Source`if running pipewire
143
+
# pPipewire: Use `pactl info | grep Source`. In some causes you'd need to use the `sink` device. Try `pactl info | grep Sink`, if _Source_ doesn't work
0 commit comments