[RESOLU] Problèmes drivers Nvidia

Salut à tous.

Je reviens poser mon problèmes Nvidia, que je rencontre de nouveau après installation sur ma machine principale, sur laquelle le dit problème est très génant.

Je vous fais donc un suivi exhaustif de mon installation de debian Lenny sur ma machine, histoire que je soit bien sûr qu’il n’y ai pas de probème à ce niveau là:

I: Install basique en netinstall de Lenny (sans X)
II: apt-get install gdm gnome-core xfonts-base xserver-xorg
III: Modification du sources.list et de preferences pour avoir la même configuration que celle proposée dans el topic “Votre sources.list”, avec niveau priorité : Testing>Unstable>Experimental>Etch.

J’ai ensuite suivi le tuto de scorpio pour nvidia:

apt-get install module-assistant/unstable nvidia-kernel-common/unstable nvidia-kernel-source/unstable

## J'ai insisté pour chaque paquet en mettant /unsatble, car lors d'un premier essai, il allais me mettre les drivers 1.0.87xx.

m-a update
m-a prepare
m-a a-i nvidia-kernel-source

apt-get install nvidia-glx/unstable nvidia-glx-ia32/unstable 

## J'ai de nouveau mis /unstable pour éviter un conflit avec les paquets précédement séléctionnés, Tout s'installe impec. (l -ia32 a été conseillé par scorpio pour les noyaux 64bits, or c'est bien ce que j'ai)

vim /etc/X11/xorg.conf --->

##J'ai créé la section Module, qui n'était pas présente:

Section "Module"
             load "glx"
EndSection

[...]

"nvidia"

Bon, voilà, à partir de maintenant, normalement, avec un reboot c’est SENSE marcher , non ? Et bien non…

Même erreur que sur mon précedent topic (voir ici), X se lance pas et je le log affiche rien d’anormal.

je précise que les drivers nvidia sembles installé:

 apt-cache policy nvidia-glx
nvidia-glx:
  Installé : 100.14.09-1
  Candidat : 100.14.09-1
 Table de version :
 *** 100.14.09-1 0
        995 http://ftp.fr.debian.org sid/non-free Packages
        100 /var/lib/dpkg/status
     1.0.8776-4 0
        989 http://ftp.fr.debian.org etch/non-free Packages
        997 http://ftp.fr.debian.org lenny/non-free Packages

Vous comprendrez mon déséspoir de rencontrer cette même erreur sur ma machine principale, et mon léger énervement (léger hein :smiley:) alors qu’il me semble avoir tout bien fais.

Avez-vous moyen de m’aider ? :slightly_smiling:

Merci d’avance de m’aider à résoudre ce problème. Je suppose qu’il ne peux y avoir d’incompatibilité materielle à mettre en cause, étant donné que ca fais 2 ans que je tourne sous Ubuntu avec les drivers opérationnels sans souci (hors bien entendu, je ne veux pas retourner sous Ubuntu).

Noyau : 2.6.18-4-amd64
Carte graphique: 7600GT
Xorg v1.3.0

Salut,

Déjà un souci ? :smt031

Bon déjà, tu désinstalles tout ce que tu as mis est qui est redondant avec ce que tu vas trouver ici (version 9755) :
http://boisson.homeip.net/debian/Nvidia/
C’est le pilote qu’a compilé fran.b et il fonctionne avec les 7600GT sous Lenny, c’est vérifié, mais en 32bits. :wink:

Ben moi je veux bien, masi si c’est du 32bits, ca va pas foirer sur du 64 ?

Si ca peut marcher sans que je change de noyau, je prend !

EDIT: A la limite je suis ok pour changer de noyau en fait, je voudrais juste savoir si ca va necessiter une réinstall pour passer de 64—>32 ou juste un changement de noyau ?

En stable64 il n’y a pas de problème avec nvidia.
En sid64 le nouveau pilote nvidia (mise à jour assez récente semble avoir réglé les problèmes, du moins dans la majorité des cas.
En lenny64, scorpio81 a un tuto sur son site qui donne satisfaction.

Eh bien j’ai suivi (à la lettre), le tuto de scorpio, et il ne m’a (malheureusement) pas donné satisfaction :wink: .

Je pense donc, que sauf avis contraire d’une personne pouvant voir où se situe le problème, je vais réinstall en 32bits et tenter d’installer les .deb que m’a fourni helid , en esperant que ca marche…

laurent@debian64:~$ apt-cache policy nvidia-kernel-2.6.22-rc6-amd64 nvidia-glx nvidia-glx-ia32
nvidia-kernel-2.6.22-rc6-amd64:
Installé : 100.14.09-1+2.6.22~rc6-1~experimental.1~snapshot.9026
Candidat : 100.14.09-1+2.6.22~rc6-1~experimental.1~snapshot.9026
Table de version :
*** 100.14.09-1+2.6.22~rc6-1~experimental.1~snapshot.9026 0
100 /var/lib/dpkg/status
nvidia-glx:
Installé : 100.14.09-1
Candidat : 100.14.09-1
Table de version :
*** 100.14.09-1 0
998 ftp.fr.debian.org unstable/non-free Packages
998 ftp.uk.debian.org unstable/non-free Packages
100 /var/lib/dpkg/status
nvidia-glx-ia32:
Installé : 100.14.09-1
Candidat : 100.14.09-1
Table de version :
*** 100.14.09-1 0
998 ftp.fr.debian.org unstable/non-free Packages
998 ftp.uk.debian.org unstable/non-free Packages
100 /var/lib/dpkg/status
laurent@debian64:~$

edit: poste plutôt ton xorg .conf
sinon les nvidia-glx-ia32 c’est utile pour wine sur un os 64 bits

[code]cat /etc/X11/xorg.conf

xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the xorg.conf manual page.

(Type “man xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "Module"
load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
EndSection

Section "Device"
Identifier "Nvidia Geforce 7600GT Extreme"
Driver "nvidia"
BusID "PCI:5:0:0"
EndSection

Section "Monitor"
Identifier "IIyama Vision master pro 1413"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Nvidia Geforce 7600GT Extreme"
Monitor "IIyama Vision master pro 1413"
DefaultDepth 24
SubSection "Display"
Modes “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
[/code]

C’est le xorg que j’avais établi après l’install donnée par ton tuto
La section Module n’existait pas, je l’ai créée pour y mettre glx.

grrrrrrrrrrrrrrrrrr :laughing: c’est koi ce xorg no mé O :confused:

je te file le mien base toi dessus et ne le copie pas bêtement hein !!!

[code]# xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the xorg.conf manual page.

(Type “man xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "wacom"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mouse0"
Option “Protocol” "ImPS/2"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier “stylus”
#Option “Device” “/dev/ttyS0” # Tablette SERIE
Option “Device” “/dev/input/wacom” # Tablette USB
Option “Type” “stylus” # Stylet pointe ecriture
Option “USB” “on” # Tablette USB
Option “Mode” “absolute” # Position sur la tablette
#Option “ForceDevice” “ISDV4” # Tablet PC ONLY
#Option “HistorySize” “64” # Taille buffer
Option “Tilt” “on” # Inclinaison
#Option “TiltInvert” “on” # Invertion de l’inclinaison
Option “Threshold” “5” # sensibilité à la pression

EndSection

Section "InputDevice"
Driver "wacom"
Identifier “eraser”
#Option “Device” “/dev/ttyS0” # Tablette SERIE
Option “Device” “/dev/input/wacom” # Tablette USB
Option “Type” “eraser” # stylet pointe gomme
Option “USB” “on” # Tablette USB
Option “Mode” “absolute” # Position sur la tablette
#Option “ForceDevice” “ISDV4” # Tablet PC ONLY
#Option “HistorySize” “64” # Taille buffer
Option “Tilt” “on” # Inclinaison
#Option “TiltInvert” “on” # Invertion de l’inclinaison
Option “Threshold” “5” # sensibilité à la pression
EndSection

Section "InputDevice"
Driver "wacom"
Identifier “cursor”
#Option “Device” “/dev/ttyS0” # Tablette SERIE
Option “Device” “/dev/input/wacom” # Tablette USB
Option “Type” "cursor"
Option “USB” “on” # Tablette USB
Option “Mode” “absolute” # Position sur la tablette
#Option “ForceDevice” “ISDV4” # Tablet PC ONLY
#Option “HistorySize” “64” # Taille buffer
EndSection

Section "InputDevice"
Driver "wacom"
Identifier “pad”
#Option “Device” “/dev/ttyS0” # Tablette SERIE
Option “Device” “/dev/input/wacom” # Tablette USB
Option “Type” "pad"
Option “USB” “on” # Tablette USB
#Option “HistorySize” “64” # Taille buffer
EndSection

Section "Device"
Identifier "nvidia geforce 7600 GT"
Driver "nvidia"
BusID "PCI:5:0:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-72
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nvidia geforce 7600 GT"
Monitor "Écran générique"
Option “AddARGBGLXVisuals” "True"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1440x900” "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes “1440x900” "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes “1440x900” "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes “1440x900” "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes “1440x900” "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes “1440x900” "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice “stylus” "SendCoreEvents"
InputDevice “eraser” "SendCoreEvents"
InputDevice “cursor” “SendCoreEvents” # pour les tablettes non lcd seulement
InputDevice “pad” # pour tablettes Intuos3/Cintiq 21UX/Graphire4 et ne doit pas envoyer d’evenement noyau
EndSection

Section "Extensions"
Option “Composite” "Enable"
Option “RenderAccel” "true"
Option “AllowGLXWithComposite” "true"
EndSection[/code]

mouais j’ai rien dit il devrais marcher ton truc :laughing:
regarde plutôt dans les logs de xorg

J’ai fais un mix entre ton xorg.xonf et le mien, ca a donné ca:

cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath       "/usr/share/fonts/X11/misc"
      FontPath       "/usr/X11R6/lib/X11/fonts/misc"
      FontPath       "/usr/share/fonts/X11/cyrillic"
      FontPath       "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath       "/usr/share/fonts/X11/100dpi/:unscaled"
      FontPath       "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
      FontPath       "/usr/share/fonts/X11/75dpi/:unscaled"
      FontPath       "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
      FontPath       "/usr/share/fonts/X11/Type1"
      FontPath       "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath       "/usr/share/fonts/X11/100dpi"
      FontPath       "/usr/X11R6/lib/X11/fonts/100dpi"
      FontPath       "/usr/share/fonts/X11/75dpi"
      FontPath       "/usr/X11R6/lib/X11/fonts/75dpi"
      FontPath       "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
      Load           "i2c"
      Load           "bitmap"
      Load           "ddc"
      Load           "dbe"
      Load           "extmod"
      Load           "freetype"
      Load           "glx"
      Load           "int10"
      Load           "vbe"
      Load           "wacom"
  EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fr"
   Option      "XkbVariant"   "latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
EndSection

Section "Device"
   Identifier   "nvidia geforce 7600 GT"
   Driver      "nvidia"
   BusID      "PCI:5:0:0"
EndSection



Section "Monitor"
      Identifier     "Écran générique"
      Option         "DPMS"
      HorizSync      28-72
      VertRefresh    43-60
  EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nvidia geforce 7600 GT"
   Monitor      "Écran générique"
        Option          "AddARGBGLXVisuals"     "True"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1440x900" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1440x900" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1440x900" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1440x900" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1440x900" "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1440x900" "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "Extensions"
     Option            "Composite"                "Enable"
     Option            "RenderAccel"              "true"
     Option            "AllowGLXWithComposite"    "true"
EndSection

La différence majeure avec mon ancien est le rajout de la section Extensions et de l’option: Option “AddARGBGLXVisuals” “True” dans Device.

J’ai ensuite réinstallé selon ton tuto (via module-assistant) et après un 2 reboot (histoire d’être sûr), et bien ca marche !!!

Je t’aime scorpio :smiley:

Par contre gdm à une drôle de résolution, ca je comprend pas…

en tout cas, en ce qui concerne les drivers proprement dis, ca marche! (RESOLU)

content pour toi :wink:
sinon tu peux virer wacom dans module ça c’est pour ma tablette graphique :laughing: