Has anyone installed this driver on their system yet? I went my usual source for this driver and nothing downloaded because the page that opened was the .run file in text only.
I downloaded it instead from nvidia.com and after choosing the MIT version, my screen went blank and the OSD said there was no video signal.
[quote=“malcolmlewis, post:2, topic:185299”] @pilotgi running 575.51.03 here (from the cuda run file)… Correct it’s a text file… I would suggest here Index of /XFree86/Linux-x86_64/570.153.02 if that’s the version you want, go up a level to see all available.
[/quote]That is the link that I used and where I found the text only.
This is the first time I’ve ever seen a text only .run file. How do I install this?
The .run file from nvidia.com was not in text form.
@pilotgi sounds like a mime issue with the browser your using, just use wget then? wget https://download.nvidia.com/XFree86/Linux-x86_64/570.153.02/NVIDIA-Linux-x86_64-570.153.02.run
I’m back on 570.144 again. My display is still going black with no signal as soon as I chose the MIT version. I was able to get around this once before by running the command
I don’t understand what the zypper command is installing. What does that have to do with running the nvidia install script? I’ll add those kernel params and see what happens.
Update: I was able to install while still in my hyprland session. Working as expected after reboot. I will try and run it from a tty again just to see if still turns the monitor off.
This is from inside my hyprland session, I assume they would have been the same before I ran the installer.
@deebido You have to be in multi-user target no X or Wayland, Sway etc running systemctl isolate multi-user.target
Just updated three systems (two open diver one closed) for multi-user all good, no screen loss, but I’m only running the Nvidia GPU’s as Prime Render Offload devices.
Can you log in over ssh from another system? If not I suggest running cli commands to get what your wanting…
Would this be like hitting ‘e’ at grub screen and setting nomodeset 3 in kernel parameters? That is what I was doing but I’m not sure if this is the same as multi-user target. Or you are saying boot to tty with nomodeset 3 and then run systemctl isolate multi-user.target? I was booting to TTY and executing the run file and monitor would turn off as soon as I hit enter on proprietary button to install. I will keep this in mind next time for sure.
I ran it from a terminal logged in as root while in hyprland and it installed and is working as expected now. Would still like to solve the monitor turning off. Very interesting.