nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 19.01.2018 10:59:46

Ich hab eine recht neue Hardware mit einer Nvidia Quadro P2000 und wollte den nvidia-driver aus den Backports installieren.
War das schon immer so das man die ganzen Abhänigkeiten von Hand angeben musste?

Code: Alles auswählen

apt-get install -t stretch-backports nvidia-driver
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-driver : Hängt ab von: nvidia-driver-libs (= 384.111-1~bpo9+2) soll aber nicht installiert werden oder
                                nvidia-driver-libs-nonglvnd (= 384.111-1~bpo9+2) soll aber nicht installiert werden
                 Empfiehlt: nvidia-settings (>= 384) aber 375.66-1 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von Taomon » 19.01.2018 14:57:03

Eigentlich schon. Spiegel-Server?
Nimmt apt das an?

Code: Alles auswählen

apt install -t  stretch-backports nvidia-driver nvidia-driver-libs nvidia-driver-libs-nonglvnd  nvidia-settings 

Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 22.01.2018 10:12:24

Auch nicht:

Code: Alles auswählen

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-driver-libs : Hängt ab von: libgl1-nvidia-glvnd-glx (= 384.111-3~bpo9+1) soll aber nicht installiert werden
                      Hängt ab von: nvidia-egl-icd (= 384.111-3~bpo9+1) soll aber nicht installiert werden
                      Beschädigt: libegl1-nvidia:i386 aber 384.111-3~bpo9+1 soll installiert werden
                      Beschädigt: libgl1-nvidia-glx:i386 aber 384.111-3~bpo9+1 soll installiert werden
                      Beschädigt: nvidia-driver-libs-nonglvnd aber 384.111-3~bpo9+1 soll installiert werden
                      Empfiehlt: nvidia-driver-libs-i386
                      Empfiehlt: nvidia-vulkan-icd (= 384.111-3~bpo9+1) soll aber nicht installiert werden
 nvidia-driver-libs-nonglvnd : Hängt ab von: libgl1-nvidia-glx (= 384.111-3~bpo9+1) soll aber nicht installiert werden
                               Hängt ab von: libegl1-nvidia (= 384.111-3~bpo9+1) soll aber nicht installiert werden
                               Beschädigt: nvidia-driver-libs aber 384.111-3~bpo9+1 soll installiert werden
                               Empfiehlt: nvidia-driver-libs-nonglvnd-i386
                               Empfiehlt: nvidia-nonglvnd-vulkan-icd (= 384.111-3~bpo9+1) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
root@hdwl02:~# 

Code: Alles auswählen

deb http://ftp.de.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stretch main contrib non-free

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stretch-updates main contrib non-free

deb http://ftp.de.debian.org/debian/ stretch-backports main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stretch-backports main contrib non-free
Irgendwie stehe ich auf dem Schlauch.
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von Taomon » 22.01.2018 10:38:42

Code: Alles auswählen

software-properties-gtk 
und auf Hauptserver umstellen.

Code: Alles auswählen

apt update && apt install  -t stretch-backports nvidia-driver

Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 22.01.2018 11:27:20

Taomon hat geschrieben: ↑ zum Beitrag ↑
22.01.2018 10:38:42
und auf Hauptserver umstellen.
Du meinst von ftp.de.debian.org -> ftp.debian.org?
Hab ich gemacht, danach ein apt update und wieder ein apt install -t stretch-backports nvidia-driver

Code: Alles auswählen

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-driver : Hängt ab von: nvidia-driver-libs (= 384.111-3~bpo9+1) soll aber nicht installiert werden oder
                                nvidia-driver-libs-nonglvnd (= 384.111-3~bpo9+1) soll aber nicht installiert werden
                 Empfiehlt: nvidia-settings (>= 384) aber 375.66-1 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
So ein Problem hatte ich noch nicht.
Das System ist ganz frisch installiert, nichts besonderes.
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von Taomon » 22.01.2018 12:23:01

Grübel,

Code: Alles auswählen

dpkg l | grep -i nvidia

Code: Alles auswählen

apt-cache policy | egrep backports
Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 22.01.2018 13:10:07

Oh da ist viel mehr installiert als ich dachte.

Code: Alles auswählen

ii  glx-alternative-nvidia                            0.7.4                                       amd64        allows the selection of NVIDIA as GLX provider
ii  libegl-nvidia0:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary EGL library
ii  libegl-nvidia0:i386                               375.82-1~deb9u1                             i386         NVIDIA binary EGL library
ii  libegl1-glvnd-nvidia:amd64                        375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libEGL
ii  libegl1-glvnd-nvidia:i386                         375.82-1~deb9u1                             i386         Vendor neutral GL dispatch library -- libEGL
ii  libgl1-glvnd-nvidia-glx:amd64                     375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGL
ii  libgl1-glvnd-nvidia-glx:i386                      375.82-1~deb9u1                             i386         Vendor neutral GL dispatch library -- libGL
ii  libgl1-nvidia-glvnd-glx:amd64                     375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX library (GLVND variant)
ii  libgl1-nvidia-glvnd-glx:i386                      375.82-1~deb9u1                             i386         NVIDIA binary OpenGL/GLX library (GLVND variant)
ii  libgldispatch0-nvidia:amd64                       375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGLdispatch
ii  libgldispatch0-nvidia:i386                        375.82-1~deb9u1                             i386         Vendor neutral GL dispatch library -- libGLdispatch
ii  libgles-nvidia1:amd64                             375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 1.x library
ii  libgles-nvidia1:i386                              375.82-1~deb9u1                             i386         NVIDIA binary OpenGL|ES 1.x library
ii  libgles-nvidia2:amd64                             375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 2.x library
ii  libgles-nvidia2:i386                              375.82-1~deb9u1                             i386         NVIDIA binary OpenGL|ES 2.x library
ii  libgles1-glvnd-nvidia:amd64                       375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 1.x GLVND stub library
ii  libgles1-glvnd-nvidia:i386                        375.82-1~deb9u1                             i386         NVIDIA binary OpenGL|ES 1.x GLVND stub library
ii  libgles2-glvnd-nvidia:amd64                       375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 2.x GLVND stub library
ii  libgles2-glvnd-nvidia:i386                        375.82-1~deb9u1                             i386         NVIDIA binary OpenGL|ES 2.x GLVND stub library
ii  libglx-nvidia0:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary GLX library
ii  libglx-nvidia0:i386                               375.82-1~deb9u1                             i386         NVIDIA binary GLX library
ii  libglx0-glvnd-nvidia:amd64                        375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGLX
ii  libglx0-glvnd-nvidia:i386                         375.82-1~deb9u1                             i386         Vendor neutral GL dispatch library -- libGLX
ii  libnvidia-cfg1:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX configuration library
ii  libnvidia-cfg1:i386                               375.82-1~deb9u1                             i386         NVIDIA binary OpenGL/GLX configuration library
ii  libnvidia-eglcore:amd64                           375.82-1~deb9u1                             amd64        NVIDIA binary EGL core libraries
ii  libnvidia-eglcore:i386                            375.82-1~deb9u1                             i386         NVIDIA binary EGL core libraries
ii  libnvidia-glcore:amd64                            375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX core libraries
ii  libnvidia-glcore:i386                             375.82-1~deb9u1                             i386         NVIDIA binary OpenGL/GLX core libraries
ii  libnvidia-ml1:amd64                               375.82-1~deb9u1                             amd64        NVIDIA Management Library (NVML) runtime library
ii  libopengl0-glvnd-nvidia:amd64                     375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libOpenGL
ii  libopengl0-glvnd-nvidia:i386                      375.82-1~deb9u1                             i386         Vendor neutral GL dispatch library -- libOpenGL
ii  nvidia-alternative                                375.82-1~deb9u1                             amd64        allows the selection of NVIDIA as GLX provider
ii  nvidia-driver                                     375.82-1~deb9u1                             amd64        NVIDIA metapackage
ii  nvidia-driver-bin                                 375.82-1~deb9u1                             amd64        NVIDIA driver support binaries
ii  nvidia-driver-libs:amd64                          375.82-1~deb9u1                             amd64        NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
ii  nvidia-driver-libs:i386                           375.82-1~deb9u1                             i386         NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
ii  nvidia-driver-libs-i386:i386                      375.82-1~deb9u1                             i386         NVIDIA metapackage (OpenGL/GLX/EGL/GLES 32-bit libraries)
ii  nvidia-egl-common                                 375.82-1~deb9u1                             amd64        NVIDIA binary EGL driver - common files
ii  nvidia-egl-icd:amd64                              375.82-1~deb9u1                             amd64        NVIDIA EGL installable client driver (ICD)
ii  nvidia-egl-icd:i386                               375.82-1~deb9u1                             i386         NVIDIA EGL installable client driver (ICD)
ii  nvidia-installer-cleanup                          20151021+4                                  amd64        cleanup after driver installation with the nvidia-installer
ii  nvidia-kernel-common                              20151021+4                                  amd64        NVIDIA binary kernel module support files
ii  nvidia-kernel-dkms                                375.82-1~deb9u1                             amd64        NVIDIA binary kernel module DKMS source
ii  nvidia-kernel-support                             375.82-1~deb9u1                             amd64        NVIDIA binary kernel module support files
ii  nvidia-legacy-check                               375.82-1~deb9u1                             amd64        check for NVIDIA GPUs requiring a legacy driver
ii  nvidia-modprobe                                   375.26-1                                    amd64        utility to load NVIDIA kernel modules and create device nodes
ii  nvidia-persistenced                               375.26-2                                    amd64        daemon to maintain persistent software state in the NVIDIA driver
ii  nvidia-settings                                   375.66-1                                    amd64        tool for configuring the NVIDIA graphics driver
ii  nvidia-support                                    20151021+4                                  amd64        NVIDIA binary graphics driver support files
ii  nvidia-vdpau-driver:amd64                         375.82-1~deb9u1                             amd64        Video Decode and Presentation API for Unix - NVIDIA driver
ii  nvidia-vulkan-common                              375.82-1~deb9u1                             amd64        NVIDIA Vulkan driver - common files
ii  nvidia-vulkan-icd:amd64                           375.82-1~deb9u1                             amd64        NVIDIA Vulkan installable client driver (ICD)
ii  nvidia-vulkan-icd:i386                            375.82-1~deb9u1                             i386         NVIDIA Vulkan installable client driver (ICD)
ii  nvidia-xconfig                                    375.26-1                                    amd64        deprecated X configuration tool for non-free NVIDIA drivers
ii  xserver-xorg-video-nvidia                         375.82-1~deb9u1                             amd64        NVIDIA binary Xorg driver

Code: Alles auswählen

 100 http://ftp.de.debian.org/debian stretch-backports/non-free i386 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=non-free,b=i386
 100 http://ftp.de.debian.org/debian stretch-backports/non-free amd64 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=non-free,b=amd64
 100 http://ftp.de.debian.org/debian stretch-backports/contrib i386 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=contrib,b=i386
 100 http://ftp.de.debian.org/debian stretch-backports/contrib amd64 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=contrib,b=amd64
 100 http://ftp.de.debian.org/debian stretch-backports/main i386 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=main,b=i386
 100 http://ftp.de.debian.org/debian stretch-backports/main amd64 Packages
     release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports,c=main,b=amd64
So hatte ich damals den Nvidia Treiber installiert:

Code: Alles auswählen

Start-Date: 2018-01-15  10:44:23
Commandline: apt-get install -y nvidia-driver nvidia-xconfig nvidia-settings
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Benutzeravatar
Taomon
Beiträge: 627
Registriert: 08.03.2011 16:34:38
Lizenz eigener Beiträge: GNU Free Documentation License

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von Taomon » 22.01.2018 13:26:42

Deinstallier alle nvidia Pakete und zieh nvidia-driver dann von backports.


Gruß Taomon
Bitte gelegentliche Schreibfehler übersehen. Ich habe ADHS. Danke.

KP97
Beiträge: 3403
Registriert: 01.02.2013 15:07:36

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von KP97 » 22.01.2018 18:16:10

Brauchst Du i386 Pakete? Bei neuer Hardware?

slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 30.01.2018 11:27:07

Das i386 kam von wine, ist im installer Script drin sollte ich mal raus schmeißen 8O
Ich entferne das mal und probiere das noch einmal.

Leider keine Besserung, irgendwas habe ich da kaputt gemacht :roll:

Code: Alles auswählen

root@debian:~# dpkg -l | grep nvidia
ii  glx-alternative-nvidia                            0.7.4                                       amd64        allows the selection of NVIDIA as GLX provider
ii  libegl-nvidia0:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary EGL library
ii  libegl1-glvnd-nvidia:amd64                        375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libEGL
ii  libgl1-glvnd-nvidia-glx:amd64                     375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGL
ii  libgl1-nvidia-glvnd-glx:amd64                     375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX library (GLVND variant)
ii  libgldispatch0-nvidia:amd64                       375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGLdispatch
ii  libgles-nvidia1:amd64                             375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 1.x library
ii  libgles-nvidia2:amd64                             375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 2.x library
ii  libgles1-glvnd-nvidia:amd64                       375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 1.x GLVND stub library
ii  libgles2-glvnd-nvidia:amd64                       375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL|ES 2.x GLVND stub library
ii  libglx-nvidia0:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary GLX library
ii  libglx0-glvnd-nvidia:amd64                        375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libGLX
ii  libnvidia-cfg1:amd64                              375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX configuration library
ii  libnvidia-eglcore:amd64                           375.82-1~deb9u1                             amd64        NVIDIA binary EGL core libraries
ii  libnvidia-glcore:amd64                            375.82-1~deb9u1                             amd64        NVIDIA binary OpenGL/GLX core libraries
ii  libnvidia-ml1:amd64                               375.82-1~deb9u1                             amd64        NVIDIA Management Library (NVML) runtime library
ii  libopengl0-glvnd-nvidia:amd64                     375.82-1~deb9u1                             amd64        Vendor neutral GL dispatch library -- libOpenGL
ii  nvidia-alternative                                375.82-1~deb9u1                             amd64        allows the selection of NVIDIA as GLX provider
ii  nvidia-driver                                     375.82-1~deb9u1                             amd64        NVIDIA metapackage
ii  nvidia-driver-bin                                 375.82-1~deb9u1                             amd64        NVIDIA driver support binaries
ii  nvidia-driver-libs:amd64                          375.82-1~deb9u1                             amd64        NVIDIA metapackage (OpenGL/GLX/EGL/GLES libraries)
ii  nvidia-egl-common                                 375.82-1~deb9u1                             amd64        NVIDIA binary EGL driver - common files
ii  nvidia-egl-icd:amd64                              375.82-1~deb9u1                             amd64        NVIDIA EGL installable client driver (ICD)
ii  nvidia-installer-cleanup                          20151021+4                                  amd64        cleanup after driver installation with the nvidia-installer
ii  nvidia-kernel-common                              20151021+4                                  amd64        NVIDIA binary kernel module support files
ii  nvidia-kernel-dkms                                375.82-1~deb9u1                             amd64        NVIDIA binary kernel module DKMS source
ii  nvidia-kernel-support                             375.82-1~deb9u1                             amd64        NVIDIA binary kernel module support files
ii  nvidia-legacy-check                               375.82-1~deb9u1                             amd64        check for NVIDIA GPUs requiring a legacy driver
ii  nvidia-modprobe                                   375.26-1                                    amd64        utility to load NVIDIA kernel modules and create device nodes
ii  nvidia-persistenced                               375.26-2                                    amd64        daemon to maintain persistent software state in the NVIDIA driver
ii  nvidia-settings                                   375.66-1                                    amd64        tool for configuring the NVIDIA graphics driver
ii  nvidia-support                                    20151021+4                                  amd64        NVIDIA binary graphics driver support files
ii  nvidia-vdpau-driver:amd64                         375.82-1~deb9u1                             amd64        Video Decode and Presentation API for Unix - NVIDIA driver
ii  nvidia-vulkan-common                              375.82-1~deb9u1                             amd64        NVIDIA Vulkan driver - common files
ii  nvidia-vulkan-icd:amd64                           375.82-1~deb9u1                             amd64        NVIDIA Vulkan installable client driver (ICD)
ii  nvidia-xconfig                                    375.26-1                                    amd64        deprecated X configuration tool for non-free NVIDIA drivers
ii  xserver-xorg-video-nvidia                         375.82-1~deb9u1                             amd64        NVIDIA binary Xorg driver

root@debian:~# apt-get install -t stretch-backports nvidia-driver
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-driver : Hängt ab von: nvidia-driver-libs (= 384.111-3~bpo9+1) soll aber nicht installiert werden oder
                                nvidia-driver-libs-nonglvnd (= 384.111-3~bpo9+1) soll aber nicht installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Benutzeravatar
towo
Beiträge: 4403
Registriert: 27.02.2007 19:49:44
Lizenz eigener Beiträge: GNU Free Documentation License

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von towo » 30.01.2018 12:23:10

Da sich das glvnd packaging geändert hat, sollte ein
apt purge $(dpkg -l | awk '/nvidia/{ print $2 }') && apt install nvidia-driver -t stretch-backports
funktionieren

slu
Beiträge: 2136
Registriert: 23.02.2005 23:58:47

Re: nvidia-driver stretch-backports Abhänigkeiten nicht automatisch?

Beitrag von slu » 23.02.2018 11:39:29

Hat funktioniert, vielen Dank.
dkms status
nvidia-current, 384.111, 4.9.0-5-amd64, x86_64: installed
nvidia-current, 384.111, 4.9.0-6-amd64, x86_64: installed
Gruß
slu

Das Server Reinheitsgebot:
Debian Bookworm, sonst nichts.

Stolzer Gewinner der Jessie Release Wette:
https://wiki.debianforum.de/Jessie_Release_Wette#SIEGER

Antworten