Lennart Sorensen a écrit :
On Tue, Aug 30, 2005 at 11:23:17PM +0200, Yannick - Debian/Linux wrote:
  
It's broken in dependencies :
# dpkg -i nvidia-glx_1.0.7174-3_amd64.deb
S?lection du paquet nvidia-glx pr?c?demment d?s?lectionn?.
(Lecture de la base de donn?es... 80634 fichiers et r?pertoires d?j? 
install?s.)
D?paquetage de nvidia-glx (? partir de nvidia-glx_1.0.7174-3_amd64.deb) ...
dpkg : des probl?mes de d?pendances emp?chent la configuration de 
nvidia-glx :
nvidia-glx d?pend de nvidia-kernel-1.0.7174 ; cependant :
 Paquet nvidia-kernel-1.0.7174 n'est pas install?.
dpkg : erreur de traitement de nvidia-glx (--install) :
probl?mes de d?pendances - laiss? non configur?
Des erreurs ont ?t? rencontr?es pendant l'ex?cution :
nvidia-glx

It reclaims "nvidia-kernel-1.0.7174", but can't find it...
I can't find it using google, my situation is the same as here :
http://lists.debian.org/debian-amd64/2005/05/msg00266.html

Well, seems nvidia driver is broken on amd64.
Any solution ?
    

Install nvidia-kernel-source first, then follow the readme in
/usr/share/doc/nvidia-kernel-source on how to build it against your
kernel headers and install it, then nvidia-glx will install.

Len Sorensen
I'm following the readme (method #1 with packages), but step 7 can't be completed as i can't find the package "nvidia-kernel"

but i found a tip here :
https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html
  • for sarge, or using a stock kernel up to 2.6.11: go to /usr/src/kernel-headers-2.6.8-11-amd64-k8 (or whatever headers you installed) after you unpacked the nvidia-kernel-source tarball in /usr/src and run
    MAKEFLAGS="CC=gcc-3.4" make-kpkg --append-to-version -11-amd64-k8 modules_image
    again, replace -11-amd64-k8 with the flavour of your kernel.
  • install the created nvidia-kernel-*.deb, nvidia-glx and nvidia-glx-dev to get everything setup correctly.

  • So i've done this :
    #apt-get install kernel-package
    #MAKEFLAGS="CC=gcc-3.4" make-kpkg --append-to-version -11-amd64-k8 modules_image   (in the right directory /usr/src/kernel-headers-2.6.8-11-amd64-k8 for me)

    then i found the package here :
    /usr/src/kernel-source-2.6.8/modules/nvidia-kernel-2.6.8-11-amd64-k8_1.0.7174-3_amd64.deb
    i cd in, then
    dpkg -i nvidia-kernel-2.6.8-11-amd64-k8_1.0.7174-3_amd64.deb

    Then i came back to the package i've downloaded
    #dpkg -i nvidia-glx_1.0.7174-3_amd64.deb
    # dpkg -i nvidia-glx-dev_1.0.7174-3_amd64.deb
    (with an apt-get -f install to get all dependies needed)

    It's installed, i'll try it now...

    It's a bit complicated, isn't it ?

    But it works for me !!! Thx !

    Regards

    -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

    Reply via email to