Don't know where else I can post this question. I am trying to install my nvidia drivers from SVN, without luck.
I executed the following commands
# apt-get install subversion svn-buildpackage
# apt-get build-dep nvidia-driver
Which results in an error E: Unable to find a source package for nvidia-driver
.
This following URL, which should show a list of supported GPU versions, results in a 404 at the moment of writing as well (thought the URL was still alive yesterday): https://anonscm.debian.org/viewvc/pkg-nvidia/packages/nvidia-graphics-drivers/branches/
Any idea if the 404 has something to do with the E: Unable to find a source package for nvidia-driver
error as well?
apt-get build-dep nvidia-driver
command still didn't work, I tried to runnvidia-detect
which told me to installnvidia-driver
so I tried withsudo apt-get install nvidia-driver
which resulted in an error:The following packages have unmet dependencies: nvidia-driver : Depends: nvidia-driver-libs (= 384.130-1) but it is not going to be installed or nvidia-driver-libs-nonglvnd (= 384.130-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Any thoughts? – Erik van de Ven Sep 27 at 9:59