this post was submitted on 27 Oct 2024
350 points (96.3% liked)

Technology

59148 readers
2533 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 week ago (1 children)

You usually don't need proprietary software and drivers on Linux because of the great general purpose open source alternatives. Even on Windows, a ton of the drivers are actually useless and only bloat your system or perform invasive telemetry.

Personally I don't even use the RGB features on my gaming PC, but OpenRGB is open source and lightweight. I would probably use it over proprietary RGB profiles even on Windows. You should give it a try.

GPU fan control is already available by default in most Linux distributions and should require no additional drivers.

AMD always have Linux drivers. The Linux adrenaline driver is here: https://www.amd.com/en/support/download/linux-drivers.html

SSD/NVME firmware updates should also already be supported by default in linux. With for example fwupdmgr.

High refresh rate displays should also work out the box on the modern distributions. On Linux Mint and Ubuntu they have a GUI for it, but changing resolution and refresh rate with Xrandr also only takes one or two terminal commands. There likely is software to do it, but if anything I could write you a script that does it if your distribution doesn't already have GUI for it. I had to write a script to adjust some of my monitors' drawing area because I mirror, but my displays don't have the same aspect ratio.

[–] [email protected] 3 points 1 week ago (1 children)

I have already looked up most of what you recommended, and I arrived at the same initial conclusion...

  • OpenRGB doesn't list support for my Gigabyte mobo, or XPG ram (unless I'm reading this wrong). I need this to stop the default behavior which is rainbow puke
  • AMD adrenalin only lists 3 distros, and none of which I'd like to use (I'd prefer linux mint LMDE)
  • Plus I haven't even talked about the apps (office for starters, then itunes+icloud which I use to sideload apps)
[–] [email protected] 1 points 1 week ago (1 children)

OpenRGB doesn’t list support for my Gigabyte mobo

Unfortunately, this is still relatively common on Linux, but it's not really a Linux issue, but a manufacturer issue. The manufacturers should be the ones supporting Linux, not the other way around.

The situation is getting better, so when it comes time to upgrade, you can find something more open so you're not beholden to some random software and have more choice.

AMD adrenalin only lists 3 distros

Honestly, I don't see the point of adrenalin on Linux. For framerate locking, use libstrangle or mangohud. Don't bother with OC, it's honestly not worth it (if you really want to, it is totally possible).

I don't know what else Adrenaline provides, but I'm sure there's a way to get what you want on Linux.

apps

This is absolutely hit-or-miss, and IMO a bigger issue if you really need something that's not properly supported on Linux. If it's not in the repositories or in flathub, IMO, don't bother if it's going to be a dealbreaker (esp. Adobe products).

But if you're fine using an alternative (e.g. LibreOffice for office software, likewise for any other apps), then give WINE a shot, maybe you can keep your same workflow. Or if it's really only for an occasional thing either run a VM (if it's not performance sensitive) or dual boot. I have a drive w/ Windows installed just in case I need it for something, but I haven't booted into it for something like 2 years now. But it's there if I ever actually need it (will need a ton of updates though).

[–] [email protected] 1 points 1 week ago (1 children)

When people create programs/drivers "See, it exists for Linux, no need for manufacturers, it's much better!"

When programs/drivers are missing for Linux "It's the manufacturers you should blame!"

So, which is it now?

[–] [email protected] 0 points 1 week ago

We should always blame manufacturers. Either it's manufacturers helping out development by creating decent drivers, or it's manufacturers hiding their documentation so developers have to reverse engineer their chips, which takes way longer. But the focus should always be on the manufacturers, whether for good or bad.