If you're getting the error IndexOutOfBoundsException - LinuxDisplay#getAvailableDisplayModes, run:
sudo dnf install xrandr (install the xrandr package)
It's a required library for LWJGL.
If you're getting the error IndexOutOfBoundsException - LinuxDisplay#getAvailableDisplayModes, run:
sudo dnf install xrandr (install the xrandr package)
It's a required library for LWJGL.
"iommu=soft" to GRUB_CMD_LINUX (if there is already content in there, ex "rhgb quiet", append iommu=soft to it, EX GRUB_CMD_LINUX="rhgb quiet iommu=soft")Krister explains the changes really well in his blog