Problema Instalação driver nvidia para placa Geforce 8600GT[Resolvido]

Iniciado por Peter RJ, 14 de Outubro de 2007, 17:44

tópico anterior - próximo tópico

Peter RJ

Bom estou tendo problemas para instalar o driver da nvidia para a placa geforce 8600GT da fabricante zogis PCI-Express de 512MB, estou usando a versao 7.04 do Ubuntu, primeiro tentei atraves de uns tutoriais encontrado na net, acabou que o x não iniciava, ai desfiz as alterações do xorg.conf e voltou a abrir, desinstalei e tentei instalar novamente hoje mas dessa vez usando o envy, bom a instalação ocorreu tudo bem e o x iniciou, mas o driver não foi iniciado, usei o comando glxinfo | grep direct e ele retornou o seguinte trecho?

Xlib:   extension "GLX" missing on display ":0.0"

Error:    couldn't find RGB GLX Visual

o xorg.conf apos o envy ter instalado a placa está assim:

# /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 xorg.conf(5) 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/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"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   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"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

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

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

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

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

Section "Device"
   Identifier   "nVidia Corporation NVIDIA Default Card"
   Driver      "nv"
   BusID      "PCI:3:0:0"
EndSection

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

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation NVIDIA Default Card"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   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 "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

Pelo que eu entendi acho que a minha placa de video não está sendo reconhecida, não sei se estou certo quanto a isso, mas se algum puder me ajudar a instalar esse bendito driver ficaria grato.

VB5

Citar
Section "Device"
   Identifier   "nVidia Corporation NVIDIA Default Card"
   Driver      "nv"
   BusID      "PCI:3:0:0"
EndSection


Você está usando o driver "nv", e deveria ser o "nvidia" . Vá em Sistema>Administração>Gerenciador de Drivers Restritos e ative o driver. Se por acaso não funcionar, reinicie o X (CTRL+ALT+BKSP). Se continuar com problema, editeo arquivo e mude a linha acima para "nvidia".  Boa sorte!

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Peter RJ

Citação de: VB5 online 14 de Outubro de 2007, 18:02
Citar
Section "Device"
   Identifier   "nVidia Corporation NVIDIA Default Card"
   Driver      "nv"
   BusID      "PCI:3:0:0"
EndSection


Você está usando o driver "nv", e deveria ser o "nvidia" . Vá em Sistema>Administração>Gerenciador de Drivers Restritos e ative o driver. Se por acaso não funcionar, reinicie o X (CTRL+ALT+BKSP). Se continuar com problema, editeo arquivo e mude a linha acima para "nvidia".  Boa sorte!

VB5


Obrigado, realmente bastou adcionar o nvidia no lugar do nv para tudo funcionar perfeitamente  ;D

VB5

Beleza, Peter!...  :D Então por favor adicione um "[RESOLVIDO]" ao título do tópico para ajudar aos demais!...

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB