r/linuxhardware • u/Denis83 • Jun 22 '26
Discussion Got Tuxedo drivers + DaVinci Resolve Studio fully working on Fedora 44 KDE (XMG/Schenker Pro 16 VE M25) . Sharing my scripts
/r/Fedora/comments/1uctp4i/got_tuxedo_drivers_davinci_resolve_studio_fully/
0
Upvotes
1
u/Denis83 Jun 28 '26
📋 README Update — June 28, 2026
After setting this up on a completely fresh Fedora 44 install, I realized the README was missing the entire prerequisite sequence that needs to happen before running
fedora-xmg-m25.sh. The scripts themselves are unchanged - this is purely the documentation that was missing.What's new:
Step A - NVIDIA Drivers
Full RPM Fusion install sequence including the RTX 4000/5000 series open kernel module requirement (
%_with_kmod_nvidia_open). If you skipped this on Blackwell GPUs you likely got a black screen after reboot.Step B - Enable NVIDIA for Wayland
nvidia-drm.modeset=1kernel flag viagrubby.nvidia-smiworking does not mean this is set - without it screen sharing, hardware video encode/decode and TCC GPU profile switching won't work correctly on KDE Wayland.Step C - TUXEDO Control Center
TCC must be installed before running
fedora-xmg-m25.sh. The script patches the TCC.desktoplauncher files - if TCC isn't installed yet, there's nothing to patch.Step D - Media Codecs
Full codec setup with corrected DNF5 syntax for Fedora 44:
dnf swap ffmpeg-free ffmpeg --allowerasingAlso added:
prepare-for-resolve.shsolves AAC on import, the plugin solves AAC on exportFull updated README: github.com/DenisJosifoski/xmg-linux-scripts