• net00@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 hours ago

    Linux doesn’t have several programs I use to control my peripherals, the mobo RGB profile, and GPU fan control from Sapphire. It also doesn’t have a proper AMD adrenalin as far as I’ve checked, nor firmware updater for SSD/NVME, and the list goes on and on. I also heard controlling high refresh rate displays on linux is a nightmare.

    If I want to use the gaming PC I built to its full potential then I need windows…

    The article is still dumb though, anyone left behind using old hardware should not go through the pain of forcing win11 to run. They all should switch to linux

    • parpol@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      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.