- YMLs von wine-ge-8-26 auf system wine umgestellt
- SD-Karte automount in fstab (UUID=a90255d0-e349-49e4-bd97-a2e780890c83)
- Lutris-DB auf installed=1 gesetzt
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.
Key findings:
- Secondary board with SYSTEK ZT5571VG MCU sits between mainboard and LEDs
- GA25 RGB_FPC_VA 5522 flat-flex cable connects to mainboard
- 3 Pogo-pins per channel (R_POGO1-3, L_POGO1-3) = WS2812B-standard pinout
- Audio path also routes through this board (no sound without it)
- Repaired WS2812B strips soldered to correct pads but don't light
- Root cause: SYSTEK chip speaks non-WS2812B protocol
- Logic analyzer ordered to identify the actual protocol
Also adds last-ditch transceive probe and logic analyzer plan from earlier.
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.