Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/12/2009, à 21:02

lesebas

[Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Salut,

Je viens de remettre mon vieux PC en route (j'ai racheté un HDD, le précédent avait cramé) pour le mettre à disposition de mes 2 fils de 5 ans (c'est toujours quand on est dessus qu'ils veulent jouer à Gcompris). L'install de Karmic s'est bien passée jusqu'à que je mette en place le pilote proprio (Nvidia-glx-96) pour ma veille geforce2 64Mo. Le problème c'est que quand je relance le PC dès le début je suis "out of range". Voici les caractéristiques de l'écran:

http://www.vtx.9f.com/LM15T.htm

Quand je lance Karmic en mode récupération il n'y a pas d'option xfix, donc je lance:

# X -configure

Puis je remets en place le nouveau fichier xorg.conf généré et la je peux redémarer mais bien sur sans le pilote Nvidia! Dès que je le réactive rebelote! J'ai bien essayé de modifier le xorg.conf à la main mais je sèche un peu!

Voici le contenu de xorg.conf qui fonctionne:

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
	Load  "dbe"
	Load  "dri2"
	Load  "glx"
	Load  "dri"
	Load  "record"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 MX/MX 400]"
	BusID       "PCI:2:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Et voici le même fichier après activation du pilote Nvidia:

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24
	Option	"AddARGBGLXVisuals"	"True"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "record"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Device"
	Identifier  "Card0"
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 MX/MX 400]"
	BusID       "PCI:2:0:0"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "SWcursor"           	# [<bool>]
	#Option     "HWcursor"           	# [<bool>]
	#Option     "NoAccel"            	# [<bool>]
	#Option     "ShadowFB"           	# [<bool>]
	#Option     "UseFBDev"           	# [<bool>]
	#Option     "Rotate"             	# [<str>]
	#Option     "VideoKey"           	# <i>
	#Option     "FlatPanel"          	# [<bool>]
	#Option     "FPDither"           	# [<bool>]
	#Option     "CrtcNumber"         	# <i>
	#Option     "FPScale"            	# [<bool>]
	#Option     "FPTweak"            	# <i>
	#Option     "DualHead"           	# [<bool>]
EndSection

C'est ou le problème?

PS: la CG fonctionne, car si je branche mon écran de l'autre PC = aucun soucis!

Dernière modification par lesebas (Le 30/01/2010, à 12:45)


Seb

LMDE

Hors ligne

#2 Le 12/12/2009, à 23:42

wido

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Bonjour, utilise plutôt le programme nvidia pour reconnaître ton écran:
#Sauvegarde ton fichier xorg.conf

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

et

sudo nvidia-xconfig

sinon on le fait à la main:

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    Option    "AddARGBGLXVisuals"    "True"
#=== SECTION AJOUTE===
    HorizSync 30.0 - 61.0 #30-61
    VertRefresh 65.0 - 75.0 # 50-75
    Modeline "1024x768" # 1024 x 768
    Option    "DPMS"
   SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
#===================
    EndSubSection
EndSection

Section "Module"
    Load  "dbe"
    Load  "glx"
    Load  "record"
    Load  "extmod"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Device"
    Identifier  "Card0"
    VendorName  "nVidia Corporation"
    BoardName   "NV11 [GeForce2 MX/MX 400]"
    BusID       "PCI:2:0:0"
    Driver    "nvidia"
    Option    "NoLogo"    "True"
EndSection

Hors ligne

#3 Le 13/12/2009, à 12:28

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Salut, j'avais déja essayé le :

sudo nvidia-xconfig

Mais ça ne marchait pas (ça me donne le fichier xorg.conf que j'ai posté)

J'ai essayé ton fichier et quand je démarre le PC je récupère juste l'invite en mode console. Quand je fais:

startx

Je récupère:

Fatal server error:
no screens found

hmm Comment je fais pour forcer l'utilisation des paramètres sans que Xorg essaie de détecter mon écran?


Seb

LMDE

Hors ligne

#4 Le 13/12/2009, à 18:56

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Finalement j'ai réussi en suivant la doc avec les modeline et en désactvant la détection auto du pilote nvidia big_smile:

http://doc.ubuntu-fr.org/configurer_son … ines%C2%A0


Le seul truc c'est que l'écran de log est en noir et blanc... pas trés joli. Voici mon fichier xorg.conf modifié:

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

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "VTX"
	ModelName    "LM15T"
	Option       "DPMS"
	HorizSync     30-61
     	VertRefresh   50-75
     	Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync

EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth	24		
	Option	"AddARGBGLXVisuals"	"True"
	SubSection "Display"
		Viewport   0 0
		Depth     1
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes	"1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
	EndSubSection
EndSection

Section "Module"
	Load  "dbe"
	Load  "glx"
	Load  "record"
	Load  "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Device"
	Identifier  "Card0"
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 MX/MX 400]"
	BusID       "PCI:2:0:0"
	Driver	"nvidia"
	Option	"NoLogo"	"True"
	Option        "AddARGBVisuals"    "True"
    	Option        "AddARGBGLXVisuals"    "True"
    	Option "UseDisplayDevice" "DFP"
    	Option "UseEDIDFreqs" "FALSE"
    	Option "ModeValidation" "NoEdidModes"
    	Option "UseEDID" "FALSE"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "SWcursor"           	# [<bool>]
	#Option     "HWcursor"           	# [<bool>]
	#Option     "NoAccel"            	# [<bool>]
	#Option     "ShadowFB"           	# [<bool>]
	#Option     "UseFBDev"           	# [<bool>]
	#Option     "Rotate"             	# [<str>]
	#Option     "VideoKey"           	# <i>
	#Option     "FlatPanel"          	# [<bool>]
	#Option     "FPDither"           	# [<bool>]
	#Option     "CrtcNumber"         	# <i>
	#Option     "FPScale"            	# [<bool>]
	#Option     "FPTweak"            	# <i>
	#Option     "DualHead"           	# [<bool>]
EndSection

C'est ou pour l N/B au log??? wink

Dernière modification par lesebas (Le 13/12/2009, à 18:58)


Seb

LMDE

Hors ligne

#5 Le 13/12/2009, à 19:12

compte supprimé

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Le plus simple, s'il n'y a qu'un compte, c'est faire démarrer automatiquement dessus...
Comme ça, pas de login... ! wink

#6 Le 13/12/2009, à 19:17

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Réponse très juste ! lol J'en suis pas encore arrivé là mais c'est de toute façon comme ça que je compte faire! Par contre d'un point vue ammélioration de mes connaissances... si quelqu'un sait comment faire pour l'écran de log en couleur!


Seb

LMDE

Hors ligne

#7 Le 21/12/2009, à 22:09

jeromespeed974

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

bonjour lesebas qu'a tu modifié précisément dans ton xorg stp?
je veux dire quelle partie a tu changer pour que ça fonctionne merci.


Ubuntu 18.04 Kde
Ubuntu 16.04 mate

Hors ligne

#8 Le 21/12/2009, à 23:57

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Dans la section "Monitor" j'ai ajouté:

HorizSync     30-61
VertRefresh   50-75
Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync

Pour connaitre les modelines de ton écran il faut suivre la doc:

http://doc.ubuntu-fr.org/configurer_son … ines%C2%A0

Pour moi j'ai tapé:

gtf 1024 768 75

Ensuite dans la section "Screen" pour chaque profondeur (donc chaque ligne en dessous de depth) j'ai ajouté:

Modes    "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"

Enfin dans la section "Device" j'ai désactivé la détection auto par la CG comme expliqué dans l'aide:

http://doc.ubuntu-fr.org/configurer_son … _du_pilote

En gros j'ai ajouté:

Option "UseDisplayDevice" "DFP"
Option "UseEDIDFreqs" "FALSE"
Option "ModeValidation" "NoEdidModes"
Option "UseEDID" "FALSE"

Voila... au passage mon écran de log est bien en couleur, c'est juste l'écran qui est vieux et qui a un rendu degueux... lol

Dernière modification par lesebas (Le 21/12/2009, à 23:58)


Seb

LMDE

Hors ligne

#9 Le 08/09/2010, à 22:52

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Salut à tous, je déterre ce vieux poste parce que mon écran déconne à nouveau. En fait tout fonctionnait bien mais depuis quelques jours les couleurs apparaissent  comme-ci la profondeur d'affichage était réglée sur 8 bits (256 couleurs). Ce qui est bizarre c'est que si je fait une copie d'écran et que je l'ouvre sur mon autre PC elle apparait nickel! Est-ce que ça peut venir de l'écran qui rend l'âme? hmm


Seb

LMDE

Hors ligne

#10 Le 21/09/2010, à 21:08

lesebas

Re : [Résolu] Carte Nvidia Geforce 2 et ecran out of range au démarrage

Bon c'était bien l'écran... un nouvel écran 17'' acheté sur ebay (un dell pour 40€ cool) et c'est repart. En plus maintenant l'auto-détection de l'écran par le pilote Nvidia fonctionne... plus besoin de bricoler mon xorg.conf cool  !


Seb

LMDE

Hors ligne