Hello,
i have a PC with Ubuntu 24.04, and i have a NVIDIA GeForce RTX 5070ti.
I struggled a lot to get the drivers installed and get the 5070ti to be recognized.
But i managed to do it with a youtube tutorial : https://www.youtube.com/watch?v=o5deOXLDpZw
In general, there were two approach in order to install the drivers:
- with apt
- with the .run file of the driver
I have tried these two methods(apt and from .run file). and i either have an issue that stopped the installation of the driver
I also tried this method
sudo apt install build-essential
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
# goto tty3 by ctrl+alt+F3 now!
sudo systemctl stop gdm3
sudo apt install nvidia-driver-570
# choose MIT license one, the prioritory one can not detect 5070ti now!
reboot
But my PC put a black screen, with a single white _ flashing, for many hours without anything happened
I searched this forum for cases like mine:
The best results i got is with the installation from a .run file and the version 570.144.
The driver is installed, but when i run nvidia-smi, this i what i get:
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.144 Driver Version: 570.144 CUDA Version: 12.8 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA Graphics Device Off | 00000000:01:00.0 Off | N/A |
| 0% 29C P8 7W / 180W | 13MiB / 16311MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 39577 G /usr/bin/gnome-shell 2MiB |
+-----------------------------------------------------------------------------------------+
In many tutorials or installation instead of NVIDIA Graphics Device there is the name of the graphic card.
So i wanted to know what i need to do in order to get the name of my graphic card instead of NVIDIA Graphics Device .
I’ve seen this post
Where it says it’s a cosmetic bug with early drivers.
So i wanted to know:
- how to get my graphic card name showing
- how to make sure that it’s installed without issues
Also i’ve seen in the 570 release feedback that the drivers are installed by default in ubuntu 25.04.
My install is fresh and i have nothing on my pc, is it better to install Ubuntu 25.04 ?
Thanks a lot in advance