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

Author Topic:  SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia  (Read 3753 times)

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia
« Reply #15 on: 2022/02/03, 16:55:19 »
Code: [Select]
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, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline MoritzMH

  • Newbie
  • Posts: 2
Re: SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia
« Reply #16 on: 2022/02/04, 16:30:03 »
Many thanks towo - now it works for me and I am back to the latest kernel with the nvidia expermental binaries.

Offline jure

  • User
  • Posts: 635
Re: SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia
« Reply #17 on: 2022/02/04, 17:31:14 »
thx towo

with nvidia 510.47.03 it works with the 5.16.x kernel

Code: [Select]
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

Offline Isegrimm666

  • User
  • Posts: 83
Re: SOLVED: Kernel 5.16.3-1 -- boots but no GUI for Nvidia
« Reply #18 on: 2022/02/17, 13:51:05 »
@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 ...

Code: [Select]
deb     https://packages.siduction.org/extra experimental main contrib non-free

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

Code: [Select]
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.