Autor Tópico: Driver Nvidia  (Lida 1820 vezes)

Offline robsonsnjr

  • Usuário Ubuntu
  • *
  • Mensagens: 1
    • Ver perfil
Driver Nvidia
« Online: 23 de MAR?O de 2008, 14:19 »
Recentemente instalei o Ubuntu 8.04 Beta, substituindo o meu Ubuntu 7.10.
Para instalar o driver da nvidia, instalei o pacote nvidia-glx-new, nvidia-kernel-common e o nvidia-kernel-source (tentei também o nvidia-kernel-source-new).
Além disso, fui em Sistema -> Administração -> Hardware Drivers e ativei o driver nvidia.
Mas, sempre que reinicio a máquina, ou reinicio o modo gráfico, o GDM inicia na resolução 800x600 e da uma mensagem dizendo que o sistema está operando em baixa resolução e td mais..
Já tentei incluir as resoluções do Depth modes no xorg.conf, mas também não funcionou.
O que fazer? Alguém aqui já passou por isso?

OBS: Minha placa é uma Geforce Go 6150

Obrigado!

Segue abaixo, o xorg.conf após instalação do nvidia-glx-new:

Código: [Selecionar]
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
        Option          "XkbVariant"    "intl"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "vmmouse"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"        "/dev/psaux"
        Option          "Protocol"      "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "nvidia"
        Option          "NoLogo"        "True"
        Option          "NoLogo"        "True"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    24
        SubSection     "Display"
        Depth       24
        Modes      "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Synaptics Touchpad"
EndSection
Section "Module"
        Load            "glx"
EndSection

« Última modificação: 23 de MAR?O de 2008, 14:32 por robsonsnjr »

Offline barinho

  • Usuário Ubuntu
  • *
  • Mensagens: 218
  • Linux na veia!
    • Ver perfil
    • Barinho's Flickr!
Re: Driver Nvidia
« Resposta #1 Online: 23 de MAR?O de 2008, 20:05 »
Vamos ver se consigo ajuda-lo..
No meu pc, uso a geforce 6100 onboard q e da mesma serie q a sua =)
Para instalar minha placa de video, apenas vou no synaptic, procuro por nivida e instalo o pacote nvidia-glx-new. Somente so esse pacote, depois de instalado, so reinicio o pc e pronto :D
Agora uso um monitor lcd "19 polegadas widescreen e a resolucao fica normal, otima. Mas qdo usava um monitor crt de "17 poleagadas, para usar a resolucao de 1280x1024 q era a q eu gostava, tinha q editar o xorg.conf . Mas sempre fiz somente esses passos para colocar minha geforce 6100 para funcionar OK !

Lembrando também q so uso o ubuntu 7.10. Como o 8.04 ainda esta em desenvolvimento e correcoes, so usarei-o qdo sair a versao final.

Espero ter ajudado :)

[ ]s
:: Twitter | Last.fm
:: Ubuntu user #1453
:: Powered by Ubuntu

Offline e.daniel-ct

  • Usuário Ubuntu
  • *
  • Mensagens: 210
    • Ver perfil
Re: Driver Nvidia
« Resposta #2 Online: 24 de MAR?O de 2008, 18:49 »
Clique em configurar na hora de iniciar a sessão e configure para o seu monitor e sua placa de video, es aqui como ficou meu xorg depois q fiz esse procedimento e editei algumas coisas aqui está agora funcionando normal em 1280x1024 e 60hz.

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Tecladoabnt2"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "NVIDIA GeForce 6 Series"
Busid "PCI:1:0:0"
Driver "nvidia"
Option "NoLogo" "True"
Screen 0
Vendorname "NVIDIA"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "LG Electronics Inc."
Modelname "LG ez T730SH"
Horizsync 30.0-71.0
Vertrefresh 50.0-160.0
  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 "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1280x1024@60" "1280x960@60" "1152x864@75" "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 "Tecladoabnt2" "CoreKeyboard"
EndSection

Section "ServerFlags"
EndSection

As modilaines do seu monitor seram altomaticamente configuradas quando vc executar o passo que te falei na hora de iniciar a sessão.