Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] My card is not supported by nvidia driver  (Read 2880 times)

Offline sotnik

  • User
  • Posts: 105
[EN] My card is not supported by nvidia driver
« on: 2022/10/14, 09:47:20 »
Hello
I have a GeForce GT 730 and with the last nvidia driver is not supported anymore see:
https://drive.google.com/file/d/1XBbcwzYcJjBmKM3zwq_fguwZSJ0-Qv6d/view?usp=sharing 
Therefore, I should use the legacy driver.
What is the proper procedure to install the legacy driver
Thank you

Offline dsat

  • User
  • Posts: 130
Re: My card is not supported by nvidia driver
« Reply #1 on: 2022/10/14, 10:58:59 »
Moin,

I went to console:
Code: [Select]
sudo systemctl stop sddm.serviceI purged all nvidia:
Code: [Select]
sudo apt remove --purge *nvidia*I install nvidia legacy:
Code: [Select]
sudo apt install nvidia-legacy-390xx-driverI rebooted:
Code: [Select]
sudo reboot
That's what I did

Regard dsat

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: My card is not supported by nvidia driver
« Reply #2 on: 2022/10/14, 11:10:44 »
And it will fail with

a) kernel >= 6.0
b) a new Xorg

siduction and old hardware is not the best team.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline sotnik

  • User
  • Posts: 105
Re: My card is not supported by nvidia driver
« Reply #3 on: 2022/10/14, 11:46:22 »
Thank you both
If you see the message in the pic it suggest to install the legacy nvidia-tesla-470-driver.
What do you suggest me to do?
Regards

Offline dsat

  • User
  • Posts: 130
Re: My card is not supported by nvidia driver
« Reply #4 on: 2022/10/14, 12:29:31 »
I'm running a pure debian sid with kernel 5.19

System:
  Host: main Kernel: 5.19.0-2-amd64 arch: x86_64 bits: 64 Console: pty pts/3
    Distro: Debian GNU/Linux bookworm/sid
Graphics:
  Device-1: NVIDIA GK208B [GeForce GT 720] driver: nvidia v: 390.154
  Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: nvidia
    unloaded: fbdev,modesetting,nouveau,vesa gpu: nvidia
    resolution: 1920x1080~60Hz
  OpenGL: renderer: GeForce GT 720/PCIe/SSE2 v: 4.6.0 NVIDIA 390.154

Tesla 470 also did it for me. As I do not use challenging graphic applications I did not notice differences betweeen both drivers.

@towo thanks for the hint with upcoming kernel 6.0

Regards dsat

Offline sotnik

  • User
  • Posts: 105
Re: My card is not supported by nvidia driver
« Reply #5 on: 2022/10/14, 13:08:25 »
Thank you
I will try the Tesla driver that was also suggested by the system.
I don't need high performance card. Apart from video card the rest system is very powerful although I cannot run at full speed the 64GB RAM.
Regards

Offline dsat

  • User
  • Posts: 130
Re: My card is not supported by nvidia driver
« Reply #6 on: 2022/10/21, 18:44:55 »
Moin,

nvidia-legacy-390xx-driver got an update today and is now working with kernel 6.0 for me.

Regards dsat

Offline sotnik

  • User
  • Posts: 105
Re: My card is not supported by nvidia driver
« Reply #7 on: 2022/10/27, 13:57:15 »
kernel 6.0, also works with the latest nvidia-tesla-driver 510.85.02-2
Regards