NVIDIA / ansible-role-nvidia-driver

BSD 3-Clause "New" or "Revised" License
117 stars 67 forks source link

Driver does not Install or Configure SLI correctly #71

Open SysAdminShed opened 1 year ago

SysAdminShed commented 1 year ago

Hello,

I am realizing that having 2 GPU or more installed does not work with the module.

If I run the driver 515.105.01, via the .run, it works for dual GPU, but running the playbook does not.

Rocky Linux 8.7, RTX 2080TI (Dual).

Please do not hesitate if you need anymore info,

supertetelman commented 1 year ago

Do you have any error messages that you can fail from the failed install?

SysAdminShed commented 1 year ago

So the install does actually works but screen gets blank and Graphical.Target service will not start.

If I only have one GPU, works but with Dual, no joy.

There's no actual Error message anyware, I've found so far.

SysAdminShed commented 1 year ago

To put you in context and see if I'm missing something, here's my playbook :


Install NVIDIA Driver and Dependencies

SysAdminShed commented 1 year ago

To add more to this, when running the .run of the same driver with UI, I have to say yes to everything.

In silent mode, I need to add the following argument : NVIDIA-Linux-x86_64-515.105.01.run --accept-license --silent --run-nvidia-xconfig --dkms

I can't find in the read.me or documentation if this can also be done.

Thanks in advance,