[solved] Headless nVidia system?

It seems that a lot of GPU problems revolve around specific versions of drivers. Though NVidia has their own support structure, you can often learn from information reported by others who fold.

Moderators: Site Moderators, FAHC Science Team

Post Reply
ExplodingLemur
Posts: 6
Joined: Thu Sep 14, 2017 4:30 am

[solved] Headless nVidia system?

Post by ExplodingLemur »

I've got a box in a datacenter with Ubuntu and a GPU in it, and I'd like to run FAH on it without installing a full GUI desktop environment (which the nVidia drivers from Ubuntu repos want to do).
How do I go about this?
Last edited by ExplodingLemur on Sat Nov 25, 2017 12:51 am, edited 1 time in total.
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Headless nVidia system?

Post by bruce »

The Ubuntu server addition comes without the full desktop GUI. Though I've never tried it myself, I believe you can install the GPU drivers from NVidia without installing the desktop.
ExplodingLemur
Posts: 6
Joined: Thu Sep 14, 2017 4:30 am

Re: Headless nVidia system?

Post by ExplodingLemur »

Ubuntu's nVidia driver package is dependent on the desktop environment packages.
ExplodingLemur
Posts: 6
Joined: Thu Sep 14, 2017 4:30 am

Re: Headless nVidia system?

Post by ExplodingLemur »

Ugh I'm an idiot. I misread the list of dependencies with the Ubuntu package. No, it doesn't pull in a complete desktop environment, just some Gnome libraries. It's installed now. However I'm having issues with the nVidia driver refusing to work with a PCI passthrough card in Proxmox. Working on that now...
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: [solved] Headless nVidia system?

Post by bruce »

I'm not sure about the passthrough card but as a general rule, GPU's the OpenCL environment (which is required by FAH) does not work in a virtual system.
katakaio
Posts: 27
Joined: Wed Oct 28, 2009 7:31 pm
Hardware configuration: Intel Core i5-6500 @ 3.2 GHz
EVGA GeForce RTX 2060 6GB XC Ultra
EVGA GeForce GTX 960 4GB FTW

Intel Core i5-3550 @ 3.3 GHz
EVGA GeForce GTX 750 Ti 2GB FTW
Location: Florida

Re: [solved] Headless nVidia system?

Post by katakaio »

At the risk of necroing this thread, I found myself in the same boat (Linux box seeking headless NVIDIA install) and spent days figuring it out. I can now share two other solutions to anyone who might be in a similar situation.

The repositories for Debian-based distros like Ubuntu and Linux Mint now include a nvidia-headless-XXX driver (where XXX indicates the version). This will allow you to install a driver that doesn't require X, Wayland, or anything graphical.

This would've been a great solution for me, but the only way that I could control my GPU fan was through the NVIDIA XServer utility, which (you guessed it) requires that the GPU is attached to an X screen. There are many how-tos out there for attaching a fake X screen to your GPU via xorg.conf and I won't repeat them here...but I will say that the driver install that ultimately worked for me was downloading the .run file directly from NVIDIA and installing with the --no-opengl-libs option. A little monkeying with my xorg.conf file and my old 960 is back in action and folding for good :)

Hopefully one of these solutions will work for folks who are either pursuing a headless install or trying to drive their display with an iGPU and dedicate their GPU to folding. Good luck!
Rescue_166
Intel Core i5-6500 @ 3.2 GHz
EVGA GeForce RTX 2060 6GB XC Ultra
EVGA GeForce GTX 960 4GB FTW

Intel Core i5-3550 @ 3.3 GHz
EVGA GeForce GTX 750 Ti 2GB FTW
bruce
Posts: 20910
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: [solved] Headless nVidia system?

Post by bruce »

katakaio wrote:... or trying to drive their display with an iGPU and dedicate their GPU to folding. Good luck!
What do I need to do to enable the iGPU when I have discrete GPU(s)? Do I need to upgrade my BIOS or is there a trick somewhere that I haven't found?
katakaio
Posts: 27
Joined: Wed Oct 28, 2009 7:31 pm
Hardware configuration: Intel Core i5-6500 @ 3.2 GHz
EVGA GeForce RTX 2060 6GB XC Ultra
EVGA GeForce GTX 960 4GB FTW

Intel Core i5-3550 @ 3.3 GHz
EVGA GeForce GTX 750 Ti 2GB FTW
Location: Florida

Re: [solved] Headless nVidia system?

Post by katakaio »

In my limited experience, the iGPU on most desktop computers is enabled even if a discrete GPU is present with display attached. But if not, you can always peek into the BIOS and look for iGPU settings to fiddle with. On my Intel board, my options are "Auto", "Enabled", and "Disabled" for the iGPU on my Skylake processor. When I decided to use my discrete GPU for folding and my integrated graphics for display, I toggled this from "Auto" to "Enabled" just to play it safe. There was also a setting for init display that I also switched to iGPU from PCIe (i.e. my discrete GPU).

Now if you've been using your discrete GPU for display and you want to switch to using your iGPU, that process will vary by OS. This is one of those situations that Windows seems to handle much better than Linux, in my opinion! A painless task on Windows 7 (it was plug and play for me), but it involved minor witchcraft in Linux Mint.
Rescue_166
Intel Core i5-6500 @ 3.2 GHz
EVGA GeForce RTX 2060 6GB XC Ultra
EVGA GeForce GTX 960 4GB FTW

Intel Core i5-3550 @ 3.3 GHz
EVGA GeForce GTX 750 Ti 2GB FTW
Post Reply