Autor Tópico: problema ao instalar driver nvidia  (Lida 1559 vezes)

Offline hadyas

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
problema ao instalar driver nvidia
« Online: 30 de Setembro de 2007, 17:06 »
recentemente instalei o ubuntu feisty, e ao tentar instalar o driver nvidia baixado do site oficial tive alguns problemas. A instalação ocorreu sem contratempos e o sistema chegou a iniciar normalmente consegui rodar aplicativos 3d tudo tranquilo, ai precisei reiniciar o sistema, ai começou a dor de cabeça, pois o sistema não quis mais entrar no modo gráfico, somente se eu trocar a linha # driver "nvidia" por # driver "nv" porém o sistema perde todas as funcionalidades 3d. alguem pode me ajudar? 

Offline RodrigoFSS

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Ubuntu 11.10 (Gnome Shell) + ArchLinux (KDE)
    • Ver perfil
Re: problema ao instalar driver nvidia
« Resposta #1 Online: 30 de Setembro de 2007, 17:21 »
Beleza hadyas!!!
Aquí no fórum existe um belo tutorial elaborado pelo amigo Wolwerine que nos mostra uma forma bem prática de instalar o drive oficial (100.14.19) obtido no site da NVIDIA. Não sei se você já seguiu esse tutorial ou não. Se a resposta for NÃO... seria uma boa você tentar instalar esse drive seguindo esse tutorial. Se a resposta for SIM... você posta aí o seu /etc/default/linux-restricted-modules-common e o seu /etc/X11/xorg.conf pro pessoal te ajudar !!!
Estarei aguardando sua resposta...
Até mais garoto !!!

ps: Se não for pedir muito, posta também o modelo da sua placa de vídeo.  ;D
      Link do tutorial : http://ubuntuforum-pt.org/index.php?topic=18891.msg101983#msg101983
« Última modificação: 30 de Setembro de 2007, 17:56 por RodrigoFSS »

Offline RxDx

  • Usuário Ubuntu
  • *
  • Mensagens: 409
  • RxDx
    • Ver perfil
    • RxDx
Re: problema ao instalar driver nvidia
« Resposta #2 Online: 30 de Setembro de 2007, 20:19 »
Usa o ENVY
Notebook: Dell Vostro 1320 | Core 2 Duo P8600 @ 2.4ghz | 4GB DDR2 | nVidia GeForce 9300m GS.

Offline hadyas

  • Usuário Ubuntu
  • *
  • Mensagens: 6
    • Ver perfil
Re: problema ao instalar driver nvidia
« Resposta #3 Online: 01 de Outubro de 2007, 06:53 »
instalei conforme o tutorial e também ja tentei usando esse tal de envy ai
esse eh o /etc/default/linux-restricted-modules-common
# This file is sourced from the linux-restricted-modules-common init
# script and is used to disable the link-on-boot feature, one module
# at a time.  This can be useful if you want to use hand-compiled
# versions of one or more modules, but keep linux-restricted-modules
# installed on your system, or just to disable modules you don't use
# and speed up your boot process by a second or two.
#
# Use a space-separated list of modules you wish to not have linked
# on boot.  The following example shows a (condensed) list of all
# modules shipped in the linux-restricted-modules packages:
#
# DISABLED_MODULES="ath_hal fc fglrx ltm nv"
#
# Note that disabling "fc" disables all fcdsl drivers, "ltm" disables
# ltmodem and ltserial, and "nv" disables both the nvidia drivers.
# You can also name each module individually, if you prefer a subset.

DISABLED_MODULES="nv"


e o arquivo do xorg.conf eh este
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

# /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 "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   Inputdevice   "stylus"   "SendCoreEvents"
   Inputdevice   "cursor"   "SendCoreEvents"
   Inputdevice   "eraser"   "SendCoreEvents"
EndSection

Section "Files"
   
   # path to defoma fonts
   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"
EndSection

Section "Module"
   Load      "i2c"
   Load      "bitmap"
   Load      "ddc"
   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"
   Identifier   "stylus"
   Driver      "wacom"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "stylus"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Monitor"
   Identifier   "562K"
   Option      "DPMS"
EndSection

Section "Device"
   Identifier   "nVidia Corporation NV34 [GeForce FX 5200]"
   Driver      "nv"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation NV34 [GeForce FX 5200]"
   Monitor      "562K"
   Defaultdepth   24
   SubSection "Display"
      Depth   1
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes      "1024x768"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection

Offline RodrigoFSS

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Ubuntu 11.10 (Gnome Shell) + ArchLinux (KDE)
    • Ver perfil
Re: problema ao instalar driver nvidia
« Resposta #4 Online: 01 de Outubro de 2007, 09:26 »
Grande hadyas!!!

Seguinte... adiciona no Section "Module"  do seu xorg.conf essas linhas :

Citar
        Load   "dbe"
        Load   "dri"
        Load   "v4l"
        Load   "record"


No Section "ServerLayout" troca a linha screen "Default Screen" 0 0   por :

Citar
   Screen      "Default Screen"


No Section "Device" troca a linha   Driver      "nv" por :
      
Citar
Driver      "nvidia"


No final do arquivo adiciona :

Citar
#      Load   "dri"

#      BusID      "PCI:1:0:0"

#Section "DRI"
#       Mode   0666
#EndSection


No terminal rode : sudo dpkg-reconfigure xserver-xorg e selecione a opção NVIDIA. Selecione as outras opções de acordo com o seu hardware (geralmente é OK em tudo) e no final dê um sudo reboot.

Tenta isso e posta os resultados.
Até mais !!!




« Última modificação: 01 de Outubro de 2007, 09:48 por RodrigoFSS »