Update to 525.60.11-1 nvidia-dkms

Not working for me, the opengl renderer is set to llvm and it runs really, really slowly.

Downgraded and all working:

Graphics:
  Device-1: NVIDIA GA104M [GeForce RTX 3070 Mobile / Max-Q] driver: nvidia
    v: 520.56.06
  Device-2: Acer Integrated Camera type: USB driver: uvcvideo
  Display: wayland server: X.Org v: 22.1.5 with: Xwayland v: 22.1.5
    compositor: kwin_wayland driver: X: loaded: nvidia unloaded: modesetting
    gpu: nvidia,nvidia-nvswitch resolution: 1920x1080~144Hz
  API: OpenGL v: 4.6.0 NVIDIA 520.56.06 renderer: NVIDIA GeForce RTX 3070
    Laptop GPU/PCIe/SSE2

Anyone else seeing this?

:edit: Current grub settings:

GRUB_CMDLINE_LINUX_DEFAULT="rd.driver.blacklist=nouveau nohpet quiet nvidia-drm.modeset=1 resume=UUID=9d4e515c-9542-43fb-8175-1b1f8f27b762 loglevel=3 nowatchdog nvme_load=YES"

Found the problem:

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

in mkinitcpio.conf causes the problem.

1 Like

hmm also it is not needed in all cases it should not be wrong to add these to the image…

That is true. Although, I wonder if the issue has to do with driver version difference, between kernel image and system installed.
I mean, would it be possible that the dkms process and kernel image creation process were run in the wrong (hooks) order?? Just thinking writing loudly :upside_down_face: …

I just updated on my GTX 1060 with no issues.

GRUB_CMDLINE_LINUX_DEFAULT='nowatchdog nvme_load=YES loglevel=3'
[ricklinux@eos-xfce ~]$ inxi -Ga
Graphics:
  Device-1: Intel CoffeeLake-S GT2 [UHD Graphics 630] vendor: ASUSTeK
    driver: i915 v: kernel arch: Gen-9.5 process: Intel 14nm built: 2016-20
    ports: active: none empty: HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0
    chip-ID: 8086:3e92 class-ID: 0300
  Device-2: NVIDIA GP104 [GeForce GTX 1060 6GB] vendor: ASUSTeK
    driver: nvidia v: 525.60.11 alternate: nouveau,nvidia_drm non-free: 520.xx+
    status: current (as of 2022-10) arch: Pascal code: GP10x
    process: TSMC 16nm built: 2016-21 pcie: gen: 3 speed: 8 GT/s lanes: 4
    link-max: lanes: 16 bus-ID: 03:00.0 chip-ID: 10de:1b83 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.4 compositor: xfwm v: 4.16.1 driver: X:
    loaded: modesetting,nvidia alternate: fbdev,intel,nouveau,nv,vesa dri: iris
    gpu: i915,nvidia display-ID: :0.0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 101 s-size: 483x272mm (19.02x10.71")
    s-diag: 554mm (21.82")
  Monitor-1: DVI-D-0 res: 1920x1080 hz: 60 dpi: 102
    size: 477x268mm (18.78x10.55") diag: 547mm (21.54") modes: N/A
  API: OpenGL v: 4.6.0 NVIDIA 525.60.11 renderer: NVIDIA GeForce GTX 1060
    6GB/PCIe/SSE2 direct render: Yes

Edit: Nothing in “modules” under mkinitcpio.conf

Odd that it works on the 520 driver and not on the 525…

It’s an Optimus though. Just pointing out… :person_shrugging:

Yes … that makes a difference i bet.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.