Autor Tópico: Placa de vídeo nvidia gforce 5200 no Ubuntu 7.10 (Resolvido)  (Lida 3504 vezes)

Offline Renato1010

  • Usuário Ubuntu
  • *
  • Mensagens: 22
    • Ver perfil
Placa de vídeo nvidia gforce 5200 no Ubuntu 7.10 (Resolvido)
« Online: 24 de Outubro de 2007, 08:43 »
Ola pessoal...

Tenho o seguinte problema:
Estou usando o Ubuntu 7.10 e tenho uma placa de vídeo nvidia gforce fx5200 (256MB). Tive bastante trabalho para fazê-la funcionar no Ubuntu 7.04, mas consegui resolver seguindo uma dica aqui do forum. Na ocasião, instalei o driver baixado do site da nvidia, alterei o driver de nv para nvidia e adicionei as linhas em vermelho abaixo no meu xorg.conf e funcionou corretamente.

Section "Device"

    Busid          "PCI:1:0:0"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
    VideoRam       131072
    Option       "NvAGP" "1"


Agora, no Ubuntu 7.10, fiz da mesma forma e nada de funcionar. Quando faço as alterações e reinicio o sistema da o fatídico erro que diz que o xorg não está configurado corretamente, diz que no xorg existe muitos argumentos. Ja tentei de várias formas, mas o problema persiste.

Alguém sabe como resolver esse problema?
Desde já agradeço...

Minhas configurações:
Athlon 3100+
01GB RAM
250GB HD SATA
Placa de Vídeo Nvidia Gforce FX5200 256MB

« Última modificação: 25 de Outubro de 2007, 08:38 por Renato1010 »

Offline Felix

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 3.068
    • Ver perfil
    • Alexsandro Felix
Re: Placa de vídeo nvidia gforce 5200 no Ubuntu 7.10
« Resposta #1 Online: 24 de Outubro de 2007, 10:13 »
Olá Renato...

Tenho também uma NVidia 5200 em casa (mas somente com 128) e tudo funciona perfeitamente, segue abaixo o meu xorg.conf para que você possa comparar. No fim do post há um link com um tópico onde apresentei o único problema que eu estava tendo que era com o compiz, mas se acompanhar o tópico verá que foi resolvido rapidamente:

Citar
# /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      "extmod"
   Load      "freetype"
   Load      "int10"
   Load      "vbe"
   Load      "glx"
   Load      "v4l"
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 NV34 [GeForce FX 5200]"
   Boardname   "nv"
   Busid      "PCI:1:0:0"
   Driver      "nvidia"
   Screen   0
   Option "AddARGBLGLXVisuals" "True"
EndSection

Section "Monitor"
   Identifier   "Monitor Genérico"
   Vendorname   "Samsung"
   Modelname   "Samsung SyncMaster 793S/793V/CM173G"
   Horizsync   30-71
   Vertrefresh   50-160
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation NV34 [GeForce FX 5200]"
   Monitor      "Monitor Genérico"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1400   1050
      Modes      "1280x960@60"   "1280x1024@60"   "1152x864@75"   "1400x1050@60"   "1024x768@43"   "1024x768@60"   "1024x768@70"   "1024x768@75"   "1024x768@85"   "832x624@75"   "800x600@60"   "800x600@85"   "800x600@75"   "800x600@72"   "800x600@56"   "640x480@85"   "640x480@75"   "640x480@72"   "640x480@60"
   EndSubSection
EndSection

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

Section "DRI"
   Mode   0666
EndSection
Section "device" #     
   Identifier   "device1"
   Boardname   "nv"
   Busid      "PCI:1:0:0"
   Driver      "nvidia"
   Screen   1
EndSection
Section "screen" #     
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
   SubSection "Display"
      Depth   24
      Modes      "640x480@60"
   EndSubSection
EndSection
Section "monitor" #     
   Identifier   "monitor1"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection

cubo

Offline Renato1010

  • Usuário Ubuntu
  • *
  • Mensagens: 22
    • Ver perfil
Re: Placa de vídeo nvidia gforce 5200 no Ubuntu 7.10
« Resposta #2 Online: 24 de Outubro de 2007, 15:01 »
Olá Felix...
Examinei o seu xorg, está bem diferente do meu. Estou usando o driver que vem instalado nativo no Ubuntu 7.10, nas configurações de placa de vídeo, agora tem a opção de escolher o driver, coisa que no Ubuntu anterior não tinha, o xorg é alterado automaticamente de acordo com o driver escolhido. O que vem instalado é o nv alguma coisa que não me lembro (tipo nv-xxx xxx). Escolhi o nvidia e dei ok, aí o sistema modificou o meu xorg e ficou igual ao seu. Pensei que fosse funcionar, mas quando reiniciei deu o mesmo problema. Tentei outros dois drives diferentes e da o mesmo erro.
Qual driver vc está usando?

To sem saber o que fazer...
« Última modificação: 24 de Outubro de 2007, 15:22 por Renato1010 »

Offline Renato1010

  • Usuário Ubuntu
  • *
  • Mensagens: 22
    • Ver perfil
Re: Placa de vídeo nvidia gforce 5200 no Ubuntu 7.10
« Resposta #3 Online: 25 de Outubro de 2007, 08:37 »
Bem pessoal, consegui resolver o problema...
Fiz da seguinte maneira:
Instalei o Envy para tentar resolver o problema e mandei instalar o driver nvidia automaticamente. Instalou e perguntou se eu queria que o xorg fosse configurado automaticamente, respondi que sim. Depois perguntou se queria que o sistema fosse reiniciado, respondi que sim. Quando reiniciou, deu o mesmo problema. Então tentei o seguinte:
Executei o Envy de novo e mandei instalar o driver nvidia automaticamente de novo. Porém, depois que instalou e perguntou se queria que o xorg fosse configurado automaticamente, respondi que não. Perguntou se queria reiniciar o computador e respondi que não. Depois entrei no xorg via terminal e editei o mesmo manualmente, fazendo a mesma modificação que fiz no Ubuntu 7.04, ou seja mudei o drive de "nv" para "nvidia" e acrescentei as linhas em vermelho conforme a seguir:

Section "Device"

    Busid          "PCI:1:0:0"
    Identifier     "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
    VideoRam       131072
    Option       "NvAGP" "1"


Aí foi so reiniciar que funcionou certinho. Fiquei até feliz ao ver aquele logo verde da nvidia na inicialização do sistema. Segue abaixo meu xorg completa para ajudar quem precisar:


# 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 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"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
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 NV34 [GeForce FX 5200]"
   BusID      "PCI:1:0:0"
   Driver          "nvidia"
       VideoRam        131072
      Option          "NvAGP" "1"
EndSection

Section "Monitor"
   Identifier   "SyncMaster"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation NV34 [GeForce FX 5200]"
   Monitor      "SyncMaster"
   DefaultDepth   24
   SubSection "Display"
   Modes      "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection


Agradeço a todos que ajudaram e espero ter colaborado tambem...