SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia

Begonnen von dibl, 2022/01/27, 21:53:15

Vorheriges Thema - Nächstes Thema

dibl

don@dibl-patience:~$ sudo apt policy nvidia-driver
  nvidia-driver:
  Installed: 510.39.01-0~siduction.1
  Candidate: 510.39.01-0~siduction.1
  Version table:
     510.47.03-0~siduction1 1
          1 https://packages.siduction.site/extra experimental/non-free amd64 Packages
*** 510.39.01-0~siduction.1 100
        100 /var/lib/dpkg/status
     495.46-1 1
          1 http://deb.debian.org/debian experimental/non-free amd64 Packages
     470.94-1 500
        500 http://httpredir.debian.org/debian unstable/non-free amd64 Packages
don@dibl-patience:~$ sudo apt policy nvidia-modprobe
nvidia-modprobe:
  Installed: 495.44-0~siduction.1
  Candidate: 495.44-0~siduction.1
  Version table:
     510.47.03-0~siduction1 1
          1 https://packages.siduction.site/extra experimental/contrib amd64 Packages
     495.44-1 1
          1 http://deb.debian.org/debian experimental/contrib amd64 Packages
*** 495.44-0~siduction.1 500
        500 https://packages.siduction.site/fixes unstable/contrib amd64 Packages
don@dibl-patience:~$ inxi -G
Graphics:
  Device-1: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 510.39.01
  Device-2: Logitech HD Pro Webcam C920 type: USB
    driver: snd-usb-audio,uvcvideo
  Display: x11 server: X.Org 1.20.14 driver: loaded: nvidia resolution:
    1: 1920x1200~60Hz 2: 1920x1080~60Hz
  OpenGL: renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
    v: 4.6.0 NVIDIA 510.39.01

   
    All works correctly here.
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

MoritzMH

Many thanks towo - now it works for me and I am back to the latest kernel with the nvidia expermental binaries.

jure

thx towo

with nvidia 510.47.03 it works with the 5.16.x kernel

System:
  Host: siductionbox Kernel: 5.16.5-1-siduction-amd64 x86_64 bits: 64
    Desktop: KDE Plasma 5.23.5 Distro: Debian GNU/Linux bookworm/sid
Graphics:
  Device-1: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics
    driver: i915 v: kernel
  Device-2: NVIDIA GP106 [GeForce GTX 1060 6GB] driver: nvidia v: 510.47.03
  Display: x11 server: X.Org 1.20.14 driver: loaded: nvidia
    resolution: 1920x1200~60Hz
  OpenGL: renderer: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
    v: 4.6.0 NVIDIA 510.47.03
Gruss Juergen

Isegrimm666

@ToWo ...

Hi ...

Ich hatte vorgestern ein apt dist-upgrade gemacht und danach massive Probleme mit dem nvidia-driver (unerfüllte Abhängigkeiten ... Pakete ggf. noch nicht freigegeben) ... die Hardware-Beschleunigung war nicht mehr aktiv.

Dein Tip, die Umstellung auf "experimental" mit der Einfügung von ...


deb     https://packages.siduction.org/extra experimental main contrib non-free


... in die /etc/apt/sources.list.d/debian.list und einem anschließenden


apt update && apt -t experimental install nvidia-driver


... aus dem Post von "charlyheinz" führte auch bei mir zum Erfolg.

Experimental habe ich danach in der debian.list erstmal wieder auskommentiert.

Herzlichen Dank.