
steam deck enjoyer
Published
HENPRI
Tinker Steps:Custom Proton: GE-Proton9-25
Battery Performance:
FPS: 30
Audio:Missing
GE played videos without audio, had to convert with ffmpeg to fix them
#!/usr/bin/env bash
for file in *.dat; do
mv ${file} ${file}_orig
ffmpeg -i ${file}_orig -c:v libx264 -preset slow -crf 23 \
-c:a aac -b:a 192k output.mp4
mv output.mp4 ${file}
done
Custom Proton: GE-Proton9-25
Distro:SteamOS Holo
Kernel:5.13.0-valve36-1-neptune
RAM:15 GB
GPU Driver:4.6 (Compatibility Profile) Mesa 22.2.0 (git-17e5312102)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 14.0.6, DRM 3.45, 5.13.0-valve36-1-neptune)
CPU:AMD Custom APU 0405
Custom Proton: GE-Proton9-25
Distro:SteamOS Holo
Kernel:5.13.0-valve36-1-neptune
RAM:15 GB
GPU Driver:4.6 (Compatibility Profile) Mesa 22.2.0 (git-17e5312102)
GPU:AMD Custom GPU 0405 (vangogh, LLVM 14.0.6, DRM 3.45, 5.13.0-valve36-1-neptune)
CPU:AMD Custom APU 0405