#1 Le 07/05/2006, à 11:06
- abrindoul
[Résolu] Driver nVidia pour Galaxy Geforce 6600 GT
Bonjour,
J'avoue que je maitrîse pas trop pour l'instant la configuration de ma carte.
J'ai suivi le tuto https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia qui s'est résumé par l'installation via synaptic de :
- nvidia-settings
- nvidia-glx
Je n'ai pas installé nvidia-glx-legaxy : faut-il l'installer ?
Toujours est-il que :
- je ne vois pas le logo nvidia (ou est-on censé le voir ????)
- lspci reste aussi vague en diant : 0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 00f1 (rev a2)
- mon xorg.conf utilise toujours nv au lieu de nvidia dans la section Device...
Voici mon xorg.conf :
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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
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"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]
"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "B101920"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]
"
Monitor "B101920"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x6
00" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Que se passe-t-il ?
Y-a-t-il un tuto qui permette simplement de configurer et d'avoir rapidement la culture générale (je vois des histoires de glxgears, ou sudo nvida-glx-config enable ?!!!?)
Merci pour votre aide...
Dernière modification par abrindoul (Le 07/05/2006, à 19:03)
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne
#2 Le 07/05/2006, à 14:31
- dylhoxic
Re : [Résolu] Driver nVidia pour Galaxy Geforce 6600 GT
Il faut que tu changes la ligne suivante :
Driver "nv"
en
Driver "nvidia"
Kubuntu++
Hors ligne
#3 Le 07/05/2006, à 19:03
- abrindoul
Re : [Résolu] Driver nVidia pour Galaxy Geforce 6600 GT
Tout est plus clair et je passe en résolu.
Pour voir ma solution, voir mon autre post : http://forum.ubuntu-fr.org/viewtopic.php?id=38727
Merci !
Boitier ANTEC P182 / Alim Antec Earthwatt 500 / Carte mère Gigabyte GA-P35-DS3R / Quad Core Q6600 / 2 Go RAM DDRII 800 PC2-6400 GSkill CL4-4-4-12 / Carte Graphique Asus EN8600GT Silent HTDP 256Mo / HD Seagate 120Go Barracuda 7200.7 ST3120026AS + HD WD 500Go CAVIAR SE16 WD5000AAKS / Graveur PIONEER DVR-107D.
---- Sous Ubuntu depuis février 2006.
Hors ligne