I've been using LMDE-KDE for some months and it's really great! Thank you for your efforts!
I have some problems, though, with the DDM, since I have an NVidia card (geforce 9600 GSO), but DDM tells me I can't install any driver for it, even though I can (through apt).
Running DDM from terminal, I think I have found something which I hope could be of help:
DEBUG Command to execute: dpkg -s nvidia-detect | grep Status
DEBUG Command to execute: nvidia-detect | grep nvidia- | tr -d ' '
INFO nvidia-glx
DEBUG Command to execute: apt-cache policy nvidia-glx
WARNING Package not found: nvidia-glx
DEBUG Command to execute: apt-cache policy nvidia-glx | grep Candidate
WARNING Driver not installable: nvidia-glx
DEBUG Command to execute: apt-cache policy xserver-xorg-video-nouveau
WARNING Package not found: xserver-xorg-video-nouveau
DEBUG Command to execute: apt-cache policy xserver-xorg-video-nouveau | grep Candidate
WARNING Driver not installable: xserver-xorg-video-nouveau
DEBUG Command to execute: apt-cache policy xserver-xorg-video-fbdev
WARNING Package not found: xserver-xorg-video-fbdev
DEBUG Command to execute: apt-cache policy xserver-xorg-video-fbdev | grep Candidate
WARNING Driver not installable: xserver-xorg-video-fbdev
DEBUG Command to execute: apt-cache policy xserver-xorg-video-vesa
WARNING Package not found: xserver-xorg-video-vesa
DEBUG Command to execute: apt-cache policy xserver-xorg-video-vesa | grep Candidate
WARNING Driver not installable: xserver-xorg-video-vesa
I tried to run some of those commands on my own, and found:
- Code: Select all
$ apt-cache policy nvidia-glx
nvidia-glx:
Installato: 304.64-4
Candidato: 304.64-4
Tabella versione:
*** 304.64-4 0
500 http://ftp.proxad.net/debian/ testing/non-free amd64 Packages
100 /var/lib/dpkg/status
304.48-1 0
500 http://lmde-mirror-fr-1.wedrop.it/latest/ testing/non-free amd64 Packages
As you can see, since my version is localized, the output is in Italian, so "grep Candidate" fails, I guess, to find the correct row, which is actually there: "Candidato: 304.64-4".
HTH; if you need any further information, I'll be glad to help.