(Windows) Steam Deck Tools - Fan, Overlay, Power Control and Steam Controller for Windows
Find a file
2022-11-16 22:50:00 +01:00
.github Add Volume/Brightness control 2022-11-16 08:28:17 +01:00
CommonHelpers Add FPSWithBattery Overlay 2022-11-16 20:43:35 +01:00
dump Add publish profile 2022-11-12 14:31:31 +01:00
FanControl Improve FanControl UI 2022-11-16 22:50:00 +01:00
images Add RTSS Framelimit 2022-11-16 20:38:45 +01:00
linux Create jupiter-fan-control.py 2022-09-26 16:01:19 +02:00
PerformanceOverlay Swap icons of PerformanceOverlay and PowerControl 2022-11-16 22:07:36 +01:00
PowerControl Swap icons of PerformanceOverlay and PowerControl 2022-11-16 22:07:36 +01:00
.gitignore Add initial support for Performance Overlay 2022-11-13 13:36:50 +01:00
build.sh Add global lock on startup to prevent race conditions 2022-11-15 17:00:28 +01:00
README.md Add FPSWithBattery Overlay 2022-11-16 20:43:35 +01:00
RELEASE.md Improve FanControl UI 2022-11-16 22:50:00 +01:00
SteamDeckTools.sln Add PowerControl 2022-11-15 20:36:36 +01:00
VERSION Bump to 0.3 2022-11-15 20:38:22 +01:00

Steam Deck Tools

This repository contains my own personal set of tools to help running Windows on Steam Deck.

1. Steam Deck Fan Control

This is a very early and highly experimental fan controller for Windows build based on linux/jupiter-fan-control.py available on SteamOS.

1.1. Usage

You can download latest precompiled build from Releases tab. Currently the application requires administrative privileges in order to read various temperature sensors.

It provides 3 modes of operation:

  1. Default - use EC to control fan (as done today)
  2. SteamOS - use reimplemented jupiter-fan-control.py (as in SteamOS when Fan Control is enabled)
  3. Max - blow at full speed.

1.2. How it works?

This uses highly unstable (and firmware specific) direct manipulation of kernel memory to control usage of EC (Embedded Controller) and setting desired fan RPM via VLV0100.

It was build based on knowledge gained in Steam Deck kernel patch and DSDT presented by bios. The memory addresses used are hardcoded and can be changed any moment by the Bios update.

1.3. Limitations

As of Today (Nov, 2022) the GPU temperature is missing on Windows. Which makes it a little incomplete. However, it should be expected that GPU temperature is "kind of similar" to CPU due to GPU being in the same silicon. But! The device might overheat and break due to this missing temperature. So, use at your own risk.

1.4. Supported devices

The application tries it best to not harm device (just in case). So, it validates bios version. Those are currently supported:

  • F7A0107 (PD ver: 0xB030)
  • F7A0110 (PD ver: 0xB030)

2. Performance Overlay

This is a very simple application that requires Rivatuner Statistics Server Download and provides asthetics of SteamOS Performance Overlay.

Uninstall MSI Afterburner and any other OSD software.

It currently registers two global hotkeys:

  • F11 - enable performance overlay
  • Shift+F11 - cycle to next performance overlay (and enable it)

There are 5 modes of presentation:

2.1. FPS

2.2. FPS with Battery

2.3. Minimal

2.4. Detail

2.5. Full

3. Power Control (use pre-release 0.3.x)

This is a very simple application that requires Rivatuner Statistics Server Download and provides an easily accessible controls.

Uninstall MSI Afterburner and any other OSD software.

There are currently 4 configurable settings:

  • Volume
  • Brightness
  • Refresh Rate
  • FPS Limit (requires RTSS)
  • TDP
  • OSD / OSDMode (requires PerformanceOverlay running)
  • Fan (requires FanControl running)

3.1. Use it

It will only work in OSD mode when rendering graphics. The notification setting is always available.

  • SteamDeck Controller: press and hold Quick Access (3 dots), and then DPad Left, Rigth, Up, Down.
  • Control Volume: use Volume Up and Down
  • Control Brightness: press and hold Quick Access (3 dots), and then Volume Up and Down
  • Keyboard: Ctrl+Win+Numpad2 (Down), Ctrl+Win+Numpad4 (Left), Ctrl+Win+Numpad6 (Right), Ctrl+Win+Numpad8 (Up)

3.2. SWICD configuration

Since the SWICD will mess-up with double inputs you need to configure the following

  • Set 3 dots to NONE in button mapping

  • Add Button Actions for all 4 controls: 3 dots + DPad Left/Right/Up/Down, CLEAR Keyboard Shortcut

Author

Kamil Trzciński, 2022, License GPLv3