problème driver nvidia

Je te remercie de ta rapidité ginkgo, mais je viens juste de trouvé ce qui allais pas, je n’ai pas respecter correctement ma procedure dpkg-reconfigure xserver-xorg du coup dans la configuration du serveur x je n’avais pas le choix nvidia, j’avais juste la base nv.

Du coup redemarré, interface nVidia au démarrage et dans nvidia-settings, j’ai 1000 fois + d’options.

Merci à vous, normalement doit plus qu’à avoir à installer compiz ou beryl je pense !

ps: Dante sert toi de cette explication en détail : tinyplanet.ca/~lsorense/debian/d … -howto.txt

@+

Korpix

je vois pas trop le rapport, j’ai un amd64 et je tourne sur 32bits …

[quote=“josmiley”]

je vois pas trop le rapport, j’ai un amd64 et je tourne sur 32bits …[/quote]

je pensais que les drivers n’étaient pas forcement les memes pour les deux systemes. regarde sur le site de nvidia et tu verras que les drivers sont differents

merci beaucoup pour votre aide, je teste tout de suite

Oui, j’avais pas compris ta phrase dans ce sens ^^
effectivement, driver 64bits pour linux 64bits, mais si je me souvient bien, l’installatilon du pilote te previens lorsque qu’il ne correspond pas au systeme …
( ça fait pas avancer le shmilblick … )

tu peux essaye les driver qui son propriétaire, si tu lis le redme sur le site tu verra qu’il y a une multitude d’option que tu peux toi même ajouter dans le xorg.conf.

de plus si il y a quelque chose qui coince sa va te le dire enfin en principe. ceci dit c’est moins propre que les driver libre.

j’ai suivi le tuto Korpix mais lorsque je fais dpkg-reconfigure xserver-xorg , et que je relance le serveurx, mon pc se bloque sur un ecran noir (alors qu’il ne me le faisait pas)

de plus, dans le dossier X11, je me retrouve avec plein de fichier :

Notebook:/etc/X11# ls app-defaults/ xorg.conf~ xserver/ default-display-manager xorg.conf.20070609173043 Xsession* fonts/ xorg.conf.20070609184734 Xsession.d/ rgb.txt xorg.conf.20070615014943 Xsession.options twm/ xorg.conf.20070615015400 XvMCConfig X@ xorg.conf.20070615015533 Xwrapper.config xinit/ xorg.conf_avant_beryl xorg.conf Xresources/

je crois que je vais oublier les drivers nvidia :frowning:

quelqu’un sait pourquoi j’ai autant de xorg.conf?

Si j’ai bien compris, dpkg-reconfigure sauvegarde l’ancien en rajoutant un numéro et crée un nouveau xorg.conf.
Les xorg.conf.xxxxxx sont des sauvegardes (il suffit de les éditer pour voir …)

bon reprenons, je par du principe que tu prend les driver chez
nvidia.com

Ensuite. tu désinstalles ce que tu as fait jusqu’ici.
Ensuite: tu rend executable le fichier que tu a d/l avec chmod
Ensuite: avec nano ou vim tu remplace nv par nvidia dans ton xorg.conf
Ensuite: m-a update && m-a prepare (je ne suis plus sure de la syntax)
Ensuite:cd /repertoire/quivabien/ && ./NVIDIA-Linux-x86-xxxxx.run --uninstall && ./NVIDIA-Linux-x86xxxxx.run -aqnN

note je te conseil quand meme de faire comme dans l’exemple ici --uninstall ce qui va desisntaller les driver que tu aurai mal installer.
et enfin regarde ici pour les options :slightly_smiling:

us.download.nvidia.com/XFree86/L … dix-b.html

Note attention c’est un lien pour les driver pour la serie 8 ! (8800)

[quote=“korpix”]Je te remercie de ta rapidité ginkgo, mais je viens juste de trouvé ce qui allais pas, je n’ai pas respecter correctement ma procedure dpkg-reconfigure xserver-xorg du coup dans la configuration du serveur x je n’avais pas le choix nvidia, j’avais juste la base nv.

Du coup redemarré, interface nVidia au démarrage et dans nvidia-settings, j’ai 1000 fois + d’options.

Merci à vous, normalement doit plus qu’à avoir à installer compiz ou beryl je pense !

ps: Dante sert toi de cette explication en détail : tinyplanet.ca/~lsorense/debian/d … -howto.txt

@+

Korpix[/quote]
Tu es en 2.6.18-486 et ton module nvidia fonctionne ?

[quote=“debianhadic”]
Tu es en 2.6.18-486 et ton module nvidia fonctionne ?[/quote]

je suis en 2.6.18-4-686.

@ panthere: je vais tester ce que tu m’as dit. je posterai le resulstat.

PS merci de votre aide

@ panthere: j’ai suivi ce que tu m’as dit. Lors de l’install des drivers, il ne faut pas que xserver soit lancé donc j’ai redemarré en mode single-user. l’install ce passe sans probleme. J’ai redémarré mais pas de logo nvidia au lancement de xserver.

j’edite avec vim le fichier xorg.conf et je passe de nn à nvidia. mais au redémarrage, écran noir. je vois plus trop ce qu’il reste comme solution

Suffit pas de remplacer nv par nvidia, il faut aussi désactiver (commenter) le lancement du module DRI dans xorg.conf, ainsi que l’éventuelle section DRI.
Mais tu devrais mater les messages d’erreur.

oui la je pense que c’est le xorg.conf qui est mal paramettrer.

voici le mien

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Feb 26 23:38:46 PST 2007

# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

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

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

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

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

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       30.0 - 90.0
    VertRefresh     50.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Carte vidéo générique"
    Driver         "nvidia"
    VideoRam	   768
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Carte vidéo générique"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "NoLogo" "True"
    Option         "RenderAccel" "True"
    Option         "ConstantDPI" "True"

    SubSection     "Display"
        Depth       16
        Modes      "1680x1050"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Disable"
EndSection

Note :il te faut peut etre desactiver la ligne Load "dri"
et si tu as un section dri aussi.

colle ici ton xorg conf si sa ne marche toujours pas :slightly_smiling:

NOTE 2: n’utilise pas ce code complet car c’est pour ma gtx 8800, notament en ce qui concerne la resolution, et la quantiter de memoire du gpu, bref prend seulment ce qui va bien

merci encore pour votre aide. Je vais prendre les infos de ton xorg.conf

pour info, voici le mien qui ne marche que avec nv :

[code]# /etc/X11/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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce Go 7600]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-72
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce Go 7600]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection
[/code]

Dans le doute, si vous voyez une erreur que j’aurais pu faire… ce qui m’etonnerai qu’à moitié

vire les ligne en placean un # devant

Load “dri”

Section "DRI"
Mode 0666
EndSection

j’ai bien mis les # où il fallait. j’ai ddabord essayé en mettant nvidia à la place de nv mais j’ai eu un écran noir.

ensuite, j’ai fait un dpkg-reconfigure xserver-xorg en virant le module dri et mit nv a la place de nvidia. j’ai rajouté des résolution plus faible (dans le doute). apres j’ai edité xorg.conf et dégagé :

Section "DRI"
Mode 0666
EndSection

ce qui donne :

[code]# /etc/X11/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 /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/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”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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"
Option “Emulate3Buttons” "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option “SendCoreEvents” "true"
Option “Device” "/dev/psaux"
Option “Protocol” "auto-dev"
Option “HorizScrollDelta” "0"
EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce Go 7600]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-72
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce Go 7600]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes “1440x900” “1400x1050” “1280x1024” “1280x960” “1280x854” “1280x800” “1280x768” “1200x800” “1152x864” “1152x768” "1024x768"
EndSubSection
EndSection

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

#Section “DRI”

Mode 0666

#EndSection
[/code]

et là… écran noir… je comprends plus.

mais là …ton xorg.conf ne correspond pas du tout aux modif que tu dis avoir fait :exclamation: :question:
nvidia a la place de nv
et des résolutions très hautes

Le fichier a été édité à la main, donc “dpkg-reconfigure xserver-xorg” ne modifie plus xorg.conf. La solution est alors de faire dpkg-reconfigure -phigh xserver-xorg comme indiqué dans xorg.conf

est-ce que nvidia-glx est bien installé ?
c’est vrai cette histoire de résolutions, mets-en moins et des plus basses

"1280x1024" "1280x768" "1152x864" "1024x768" "800x600"par exemple

Question: 1 a tu l’ecran qui a clignoter 3 fois ou est ce que c’est noire only.

Question 2 su change de console avec ctrl+alt+f2 est ce que l’ecran reste noire ?

Question 3 as-tu attendu un peux environ 1 minute ?

Question tu a dl les driver sur le site de nvidia ou pas , si oui qu’elle est le nom du fichier ?
Enfin si tu pense que c’est la résolution laisse le 800*600