Skip to content

Instantly share code, notes, and snippets.

@LeoDog896
LeoDog896 / README.md
Created January 2, 2022 16:48
Fedora Workstation: Minecraft on Java 8 not running? Here's how to fix it.

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.

@LeoDog896
LeoDog896 / TEXT.md
Last active February 16, 2022 13:26
USB 3.0 ports not working? (Minus Forum -- may or may not work for devices)

How to fix USB Ports and internet on AMD CPUs

  1. Disable IOMMU in your BIOS
  2. In /etc/default/grub, add "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")

Why?

Krister explains the changes really well in his blog