I’m looking for a specific distro to handle some tasks.

I got a second hand rig with Nvidia GTX 1050 that I want to use as a home server. I wanted to use HoloISO but it doesn’t support nvidia. If someone says “do it anyway, it’s fine” I’ll install it though.

The idea is to support a Jellyfin server and Steam Link gaming but steam is not big on Nvidia so it’s hard to narrow down “black screen” issues etc. I’m also planning to manage it via VNC and SSH.

I’m familiar with Ubuntu based systems since I develop software on Ubuntu based KDE distro but never had a graphics card.

So it boils down to:

  • Ease of setup including nvidia drivers
  • Ease of update via command line (I’m not going to download nvidia drivers from their website to update proprietary drivers)
  • Graphics performance
  • Prefer Ubuntu based

I’m up for Gnome, Xface, Cinnamon, KDE or whatever DE.

Edit: Changed title to better reflect requirements and not have misleading “headless” and “server” in it

  • heartsofwar@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 months ago

    SteamOS doesn’t support Nvidia even though Arch does

    You misunderstood what I wrote… (I could have worded it better), but I didn’t mean that SteamOS was a viable option; instead, I meant Manjaro (Arch) was a viable option.

    Not sure why someone down voted my post as it is technically sound, but to be 100% transparent, I’ve been running a headless linux Fedora server on Nvidia hardware for this very purpose (among others) since 2017.

    I would still strongly recommend that you use Ubuntu since that is what you are most comfortable with, but Fedora or Arch is viable as well.

    • olafurp@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      I don’t know why someone downvoted you either, it was a good post and way better than the “just use Ubuntu” which contribute nothing to the conversation. Everybody in this community knows Ubuntu works and you can do pretty much anything with it. I liked your comment so you can take my upvote to offset the other one. :)

      On another note, do you use Moonlight, Sunshine, SteamLink or something along those lines? And do you use a dummy HDMI plug or have a screen connected that’s turned off or some sort of virtual display to get the GPU acceleration up and running after restarting without a monitor?

      • heartsofwar@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        do you use Moonlight, Sunshine, SteamLink or something along those lines?

        My linux server is wired to the router, but I use SteamLink hardware with 5GHz wifi. I haven’t tried Moonlight & Sunshine, but I have tried a myriad of different hardware running the SteamLink app, but the SteamLink Hardware > RPI 4 > RPI 3 > CCwGTV. For me, the SteamLink hardware has always been reliable enough that I didn’t need to explore other options, but YMMV.

        I would strongly recommend that you disable Wayland and continue to use X for various reasons, but the three most important reasons:

        • Nvidia and X allow you to inject a custom EDID so an HDMI dongle isn’t necessary `Xconfig: (Option “CustomEDID” “GPU-0.DFP-3:/path/to/edid/file”)
        • Wayland doesn’t support disabling V-Sync (it may now), but if not, you really do not want V-Sync enabled when streaming
        • XWayland is gonna drop your performance 1-10% depending on the game and situation…

        If you end up switching to AMD GPU in the future, you still don’t have to have an HDMI dongle, but the AMD process of injecting an EDID is much less user friendly to the point where you will want an HDMI dongle. :-)

        I connect to my server via SSH and if I need to see the screen, RealVNC on my phone… no monitor, keyboard, or mouse connected except when I might want to update the BIOS or something.

        • olafurp@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          5 months ago

          Oh wow, you saved me a lot of trouble by telling me about EDID. I borked a test installation by doing hacky stuff instead of waiting for HDMI dongle. I think this is the last piece of the puzzle for me to set the system up. Wish me luck 🤞 and thanks again. :)