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 23/11/2006, à 13:07

Frédérick Geoffroy

[Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

J'essaye d'installer par tous les moyens un driver nvidia sur ma machine mais à chaque fois mon serveur X se shoot... quelqu'un a-t-il une solution ?

Système : Edgy
Cg : Gforce 6600 gt en AGP
Cm : Asrock Dual Sata 2 (gère AGP & Pci express mais je n'ai qu'une agp d'installé)

Mon xorg fonctionnel (c'est à dire sans le driver nvidia)

# /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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

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

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Driver		"nv"
	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"S1910"
	Option		"DPMS"
	HorizSync	31.0 - 64.0
	VertRefresh	59.0 - 71.0
	
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 GT]"
	Monitor		"S1910"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

J'ai testé aussi (étant newbie) de seulement changer le nom du driver par nvidia (vu que j'ai fait une install avant, j'ai pensé qu'il était résident...)  mais ça coince.
Install par le script ou la méthode traditionnelle, ça plante aussi...

Merci de votre aide (précieuse)

Dernière modification par Frédérick Geoffroy (Le 28/11/2006, à 09:36)

Hors ligne

#2 Le 23/11/2006, à 13:15

zechris

Re : [Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

Salut,
Il te faut regarder dans la doc pour installer les drivers officiels 9629 Nvidia
http://doc.ubuntu-fr.org/materiel/nvidia.run

ca devrais rouler si tu suis le tuto.
@+


kubuntu Natty

Hors ligne

#3 Le 23/11/2006, à 13:18

fmo

Re : [Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

Tu as essaye le tutoriel dans le Wiki ? http://doc.ubuntu-fr.org/materiel/nvidia

Sinon il y a un paquet a cette adresse qui installe tout pour toi automatiquement http://albertomilone.com/nvidia_scripts1.html

Il faut juste installer le paquet, ensuite tu passes en ligne de commande avec CTRL+ALT+F1, puis tu te logges et fait les manips suivantes.

Sous Ubuntu/XUbuntu

sudo /etc/init.d/gdm stop

Sous KUbuntu

sudo /etc/init.d/kdm stop

Ensuite tu lances envy

envy

Il va te demander de retaper ton mot de passe (pour faire un sudo) et compiler le driver pour ton kernel.

Attention ! Il faudra que tu refasses la manipulation a chaque fois que le noyau Linux sera mise a jour.

Dernière modification par fmo (Le 23/11/2006, à 13:22)


www.terranux.net

Hors ligne

#4 Le 23/11/2006, à 14:30

Frédérick Geoffroy

Re : [Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

j'avais essayer tout ça mais je vais m'y remettre... en fait à chaque fois ça se passe bien mais le rédémarrage du serveur x plante lamentablement...

merci de votre aide

Hors ligne

#5 Le 23/11/2006, à 14:50

s1ptome

Re : [Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

attention
il ne faut surtout pas mélanger les différentes méthodes d'installation!
avant de réessayer, fais le ménage sur ton ordinateur
-comme sur le tuto http://doc.ubuntu-fr.org/materiel/nvidia.run (partie désinstaller les autres drivers, lis  bien avant de le faire, surtout si tu as besoin du wifi), et désinstalle les drivers que tu as installé par ce tuto. Pour cela, la manip est la même, il faut remplacer

sudo sh NVIDIA****

par

sudo sh NVIDIA*** --uninstall

-et remet (ou garde) le xorg.conf fonctionnel
-vérifie que ca marche

après tu pourras réinstaller proprement les drivers


Kindness is a language which the deaf can hear and the blind can read.
        -- Mark Twain

Hors ligne

#6 Le 28/11/2006, à 09:34

Frédérick Geoffroy

Re : [Résolu]Impossible d'installer un driver Nvidia... merci de votre aid

Juste un petit mot de remerciement à tous.

Pour info le hic était hardware : je n'avais pas branché la molex supplémentaire sur ma  6600Gt et en fait le serveur X me l'indiquait au moment du plantage mais tellement habitué au langage incompréhensible de windows dans ses écrans bleus de la mort que je n'avais pas pris le soin de vraiment lire les indications... comme quoi malgré plusieurs mois sous Linux, il y a encore pas mal d'habitudes à changer...

roll

Hors ligne