A tool to automatically change display modes for Sunshine game streaming.
Conveniently detects when a Sunshine client connects, and automatically adjusts resolution, refreshrate, and HDR enablement. Settings are restored to default state when client disconnects.
Install WindowsDisplayManager.
Run Powershell as admin, and exectute the following command:
Install-Module -Name WindowsDisplayManager
- Install WindowsDisplayManager (instructions above).
- Download
SunshineResolutionTool.exe
from the releases section. - Run
SunshineResolutionTool.exe
to create thesettings.cfg
file. - Modify the
settings.cfg
file to specify your desired resolutions, refresh rates, and HDR enablements.
Note: If you only want to use SunshineResolutionTool for this session, simply run the tool. Otherwise, follow the rest of the instructions to have SunshineResolutionTool launch in the background automatically at login.
- Copy both
SunshinResolutionTool.exe
andsettings.cfg
to a safe location (IE:C:\Program Files\Sunshine
) - Navigate to
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
- Create a new shortcut in that location. The shortcut should point to this command:
"C:\Program Files\Sunshine\SunshineResolutionTool.exe" -hide
Note: Update the location to wherever you placed SunshineResolutionTool.exe
. Be sure to include the -hide
argument.
- Run the shortcut.
- Automatic install script
- Documentation