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

Author Topic:  Problems with Nvidia driver greater 460.73  (Read 3698 times)

Offline minixjr

  • User
  • Posts: 14
Problems with Nvidia driver greater 460.73
« on: 2021/05/28, 16:04:18 »
Hello all,

after updating the Nvidia driver to version 460.80 my system froze at next boot, sometimes kernel panics.
I found out that there are other poor people, like me, who have this problem, even with newer drivers like 465.31.
Please see: https://forums.developer.nvidia.com/t/465-24-02-page-fault/175782
To me it looks like it is hardware dependent, monitor+port+resolution.

Take care
minixjr
« Last Edit: 2021/05/29, 14:50:05 by minixjr »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Problems with Nvidia driver greater 460.67
« Reply #1 on: 2021/05/28, 16:57:20 »
And what do you think, we can do?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline minixjr

  • User
  • Posts: 14
Re: Problems with Nvidia driver greater 460.67
« Reply #2 on: 2021/05/28, 18:34:31 »
I don't think you can do anything, it's on Nvidia. Or, maybe you can provide the last 45x driver within the siduction repository?
As far I can see it's a problem with the monitor, from Dell and Benq, maybe others.
If someone already have this problem, a workaround could be:
  • use the nouveau driver
  • if the nvidia card is supported by the tesla driver, use this one (like me, ask nvidia-detect)
Code: [Select]
:~$ nvidia-detect
Detected NVIDIA GPUs:
09:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] [10de:1f06] (rev a1)

Checking card:  NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] (rev a1)
Your card is supported by the default drivers.
Your card is also supported by the Tesla 460 drivers series.
Your card is also supported by the Tesla 450 drivers series.
It is recommended to install the
    nvidia-driver
package.
To access the system you have to start with grub option "single" and than remove all the nvidia stuff.
Code: [Select]
apt purge *nvidia* and reboot.

For nouveau, I think, you need to install at least
Code: [Select]
apt install xserver-xorg-video-nouveauAnd for Tesla
Code: [Select]
apt install nvidia-tesla-460-driverHope this helps
minixjr

Offline dpanter

  • User
  • Posts: 61
Re: Problems with Nvidia driver greater 460.73
« Reply #3 on: 2021/05/30, 15:54:54 »
You could grab 460.73.01 from testing.
<< insert signature here >>

Offline minixjr

  • User
  • Posts: 14
Re: Problems with Nvidia driver greater 460.73
« Reply #4 on: 2021/05/31, 18:05:48 »
Thank you for pointing this out. For some reason testing was not in my sources.list. ???

Offline DeepDayze

  • User
  • Posts: 457
Re: Problems with Nvidia driver greater 460.73
« Reply #5 on: 2021/05/31, 18:44:00 »
From that thread on the nvidia forum, this has something to do with 4k and DisplayPort.

Offline sunrat

  • User
  • Posts: 406
Re: Problems with Nvidia driver greater 460.73
« Reply #6 on: 2021/06/01, 00:18:02 »
Thank you for pointing this out. For some reason testing was not in my sources.list. ???
Testing should not be enabled permanently in your sources. If you add it to try that driver, disable it immediately after installing. nvidia-driver will be upgraded to the sid version next time you run upgrade anyway so you would need to pin all the nvidia packages, of which they are many, until the issue is fixed. Or just don't upgrade until it's fixed which could eventually bring its own problems.

Edited to reflect subsequent advice from towo.
« Last Edit: 2021/06/02, 02:19:28 by sunrat »

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Problems with Nvidia driver greater 460.73
« Reply #7 on: 2021/06/01, 08:55:53 »
Quote
Testing should not be enabled permanently in your sources.
Why not? enabling testing is not a problem.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline sunrat

  • User
  • Posts: 406
Re: Problems with Nvidia driver greater 460.73
« Reply #8 on: 2021/06/01, 10:50:41 »
Quote
Testing should not be enabled permanently in your sources.
Why not? enabling testing is not a problem.
I stand corrected. It's not included by default and seems rather pointless as packages from testing would overwritten by unstable packages in the normal course of upgrades.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Problems with Nvidia driver greater 460.73
« Reply #9 on: 2021/06/01, 11:14:23 »
Quote
packages from testing would overwritten by unstable packages in the normal course of upgrades.
That's exactly the point, why it doesn't matter if testing is activated. And sometimes testing is needed, if a version in sid has a bug, and the version in testing is running fine. So there is no problem wit testing in the sources.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline sunrat

  • User
  • Posts: 406
Re: Problems with Nvidia driver greater 460.73
« Reply #10 on: 2021/06/02, 02:36:30 »
Thanks for the clarification, towo. So if one were to install the nvidia-driver package from testing, I guess it should be held with apt-mark hold nvidia-driver until the issue is resolved in unstable.

Offline minixjr

  • User
  • Posts: 14
Re: Problems with Nvidia driver greater 460.73
« Reply #11 on: 2021/07/08, 17:49:38 »
For me the problem is solved with the new driver 470.42.01 from experimental
Code: [Select]
$ inxi -G
Graphics:  Device-1: NVIDIA TU106 [GeForce RTX 2060 SUPER] driver: nvidia v: 470.42.01
           Display: x11 server: X.Org 1.20.11 driver: loaded: nvidia resolution: 3840x2160~60Hz
           OpenGL: renderer: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 v: 4.6.0 NVIDIA 470.42.01