this post was submitted on 07 Nov 2025
218 points (95.8% liked)
Linux Memes
1304 readers
6 users here now
A little experimental Linux memes community. We'll see how this works out!
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Dunno if you had the same issue as I did, where OpenRGB didn't detect the RAM sticks, and they simply used the default colour scheme. But, just in case this helps anyone here, here's how I fixed it in my computer. (I'll explain how through the terminal, for my own convenience, but do note you could use grub-customiser instead. Also, note that in my case the system is installed, not running through a USB stick.)
sudo nano /etc/default/grub, Enter, type your password, Enter.GRUB_CMDLINE_LINUX_DEFAULT. It'll have a few words after it, likequiet splash; after all those words, addacpi_enforce_resources=lax. Save (Ctrl+O) then exit (Ctrl+X) the file.sudo update-grub.With that out of the way: Linux is not to blame for either issue, but Apple and mobo manufacturers respectively. Both love some vendor lock-in, and do everything they can to prevent compatibility between their own junk and competitors. (You can be pretty sure iTunes wouldn't work with Windows if MacOS market share was higher.)