v0.11.1
LizardByte/Sunshinev0.11.1Jan 12, 2022by ReenigneArcher
AI Summary
A bug fix release addressing crashes when connecting multiple controllers and improving performance on Linux via NVENC offloading and wlroots support. It also adds a visual icon for the Windows executable.
Key Highlights
- Fixed segfault when connecting multiple controllers
- Improved NVENC to offload RGB to NV12 conversion
- Added support for wlroots based compositors on Wayland
- Fixed stuttering bug
- Added Windows executable icon
New Features
- Controller crash fix
- NVENC offload improvement
- wlroots support
- Stuttering fix
- Windows icon
Full Release Notes
## Update There was an issue with the configuration of the release build. The linux version of Sunshine was searching in the wrong path for the config file and the assets. New .deb packages have been uploaded. ## Sunshine installation guide ### Windows * Download and extract Sunshine-Windows.zip * Optionally install [ViGEmBus](https://github.com/ViGEm/ViGEmBus/releases) --- ### Ubuntu 20.04 1. Download sunshine-2004.deb 2. `sudo apt-get install -f ~/Downloads/sunshine-2004.deb` #### If this is the first install 3. `sudo usermod -a -G input $USER` 4. Reboot ### Optional -- Run Sunshine in the background 1. `systemctl --user start sunshine` ### Ubuntu 21.04 1. Download sunshine-2104.deb 2. `sudo apt-get install -f ~/Downloads/sunshine-2104.deb` 2. Follow instructions for Ubuntu 20.04 as needed ### Debian 1. Download sunshine-debian.deb 2. `sudo apt-get install -f ~/Downloads/sunshine-debian.deb` 2. Follow instructions for Ubuntu 20.04 as needed ### Changes * Fixed a bug causing segfault when connecting multiple controllers. * (Linux) Improved NVENC, it now offloads converting images from RGB to NV12 * (Linux) Added support for wlroots based compositors on Wayland. * (Linux) Fixed a bug causes stuttering * (Windows) Added an icon for the executable