gamemoderun boostet GPU-Takt automatisch während des Spielens
und schaltet danach zurück auf auto. Kein manuelles echo high mehr.
VKD3D_CONFIG entfernt (DX12-Spiele brauchen das nicht zwingend).
Beim Login wird via exec-once geprüft ob eGPU da ist und die
Launch Options entsprechend gesetzt. Kein manuelles Umschalten mehr.
Hyprland-Config ins Repo aufgenommen.
Proton sandboxed keine Env-Vars aus dem Wrapper → direkt in LaunchOptions schreiben.
steam-egpu: launcher checkt card0 vor Steam-Start und patcht localconfig.vdf
steam-egpu-toggle.py: schaltet 120+ Spiele auf einmal um
udev: automatisch bei eGPU-Connect/Disconnect
- steam-egpu-patch-all.py: patcht localconfig.vdf (124 spiele auf einmal)
- steam-egpu: launcher der vor jedem start neue spiele sync't
- steam-egpu.desktop: ersetzt den normalen steam-launcher
erkennt automatisch ob eGPU (card0/RX 9060 XT) verbunden ist
und setzt DRI_PRIME=1 + Vulkan-ICD nur dann. Ohne eGPU
läuft alles normal auf der iGPU. Kein manuelles Umschalten.
Sends ALL known packet families and reads MCU responses after each write.
If the MCU responds, we can reverse-engineer the protocol from the
response data — no logic analyzer needed. Tests both hidraw2 and hidraw1.
If this also yields nothing, the only remaining path is hardware capture.
Plan covers: hardware shopping list, pulseview setup, signal capture procedure,
analysis workflow, and three resolution paths depending on findings.
Decoder tool (superx_signal_decode.py) auto-detects LED protocol from sigrok
CSV/VCD exports — matches against WS2812B, SK6812, APA102, TM1814 and others.
Ready for use as soon as the analyzer arrives.
Summary:
- HID output/feature reports on hidraw1+2: no LED reaction
- WMI EC Method 5/6 (read+write on 0x00-0xFF): no LED reaction
- WMI CMS Method 3/4 (alt path): no LED reaction
- HID init handshake (10 variants): no LED unlock
- Electrical: MCU sends data but WS2812B strips don't decode it
Root cause: OEM LED protocol incompatible with WS2812B timing/packet format.
Software side complete. Hardware debugging (logic analyzer) needed next.
Frostbay unaffected — separate MCU with documented HID protocol.