
jamesthebard
Published
Microsoft Flight Simulator 2024
Tinker Steps:Custom Proton: Proton Hotfix, Set launch options
PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 %command%
Graphics:Missing Textures
Found a few missing textures in Career mode, but they cleared up quickly enough.
If you're having problems with MSFS 2024 detecting your HOTAS, I would recommend double-checking the udev
permissions for the devices. There is a huge chance that they're set so that only root
can see the hidraw
(/dev/hidraw*
) devices and this means that MSFS 2024 cannot use them properly.
To remedy, I added the 60-steam-input.rules
file to /etc/udev/rules.d
with the following contents:
# VKB Stuff
KERNEL=="hidraw*", ATTRS{idVendor}=="231d", ATTRS{idProduct}=="0126", MODE="0666"
KERNEL=="hidraw*", ATTRS{idVendor}=="231d", ATTRS{idProduct}=="012d", MODE="0666"
Your Vendor/Product IDs will be different depending on your HOTAS setup. A quick lsusb
will show you what the Vendor/Product IDs should be.
Custom Proton: Proton Hotfix
Distro:CachyOS
Kernel:6.15.0-2-cachyos
RAM:94 GB
GPU Driver:4.6 Mesa 25.1.1-arch1.2
GPU:AMD Radeon (radeonsi, gfx1201, ACO, DRM 3.63, 6.15.0-2-cachyos)
CPU:AMD Ryzen 9 9950X 16-Core
Custom Proton: Proton Hotfix
Distro:CachyOS
Kernel:6.15.0-2-cachyos
RAM:94 GB
GPU Driver:4.6 Mesa 25.1.1-arch1.2
GPU:AMD Radeon (radeonsi, gfx1201, ACO, DRM 3.63, 6.15.0-2-cachyos)
CPU:AMD Ryzen 9 9950X 16-Core