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
feat: hide legacy GPU slider fix toggle when native steamosctl GPU clock control is available
- Add check_native_gpu_slider_support() utility function to detect steamosctl GPU clock support
- Execute steamosctl commands as DECKY_USER to avoid root permission issues
- Add supports_native_gpu_slider API endpoint in backend
- Integrate native GPU slider detection into BackendData initialization
- Auto-disable gpuSliderFix in Settings when native support is detected
- Hide GPU slider fix toggle in UI when native GPU clock control is available
- Use parallel command execution for faster detection (2s timeout per command)
0 commit comments