Não Consigo Ativar Aceleração Gráfica [Resolvido]

Iniciado por ewandrocesar, 20 de Fevereiro de 2007, 23:44

tópico anterior - próximo tópico

ewandrocesar

Iae galera !!!

Segui todos os passos do GUIA

Citar
#

sudo apt-get install nvidia-glx-legacy nvidia-xconfig nvidia-settings linux-restricted-modules-<arquitetura>

#

Substitua na linha acima a palavra <arquitetura> pelo o nome da sua arquitetura constatado no passo anterior. No exemplo usado (k7) o nome do pacote seria linux-restricted-modules-k7.
#

Caso 2: Se sua placa seja de outros modelos da NVIDIA não anteriormente citados, execute o comando:

sudo apt-get install nvidia-glx linux-restricted-modules-<arquitetura>

na parte da arquitetura eu coloquei 386, um amigo do forum indico que seria o melhor para o meu Semprom 2600+, após isso usei esse comando nvidia-xconfig

Depois que instalei os modulos restritos ele pediu pra reiniciar...e quando reinicia o computador ao tentar carregar o GDM trava, nem consigo entrar no modo texto, tive que entrar no modo recovery e voltar o backup que tinha feito do xorg.conf....

é a décima vez que tento isso e não consigo minha placa é uma NVIDIA Corporation NV34 [GeForce FX 5200], abaixo ta o xorg.conf que não funciona....


Será que alguem consegue me ajudar, to doido pra usar o Beryl



Obrigado !!!!!


Citar
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/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/misc"
        # 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    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "abnt2"
        Option          "XkbLayout"     "br"
        Option          "XkbOptions"    "lv3:ralt_switch"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

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

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

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

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

Section "Device"
        Identifier      "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Driver          "nv"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Philips 107S"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV34 [GeForce FX 5200]"
        Monitor         "Philips 107S"
        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
evandro@ubuntu:~$ cat /etc/X11/xorg.conf.OLD
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 2006

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/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/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    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           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
    Option         "XkbOptions" "lv3:ralt_switch"
    Option         "XkbVariant" "nodeadkeys"
EndSection

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

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Philips 107S"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Monitor        "Philips 107S"
    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
email/msn: ewandrocesar@gmail.com


Descobrindo as Maravilhas do Linux, me ajudem :D

rcarreiro

Rafael Carreiro
Linux user number 432422
BigLinux 3.0 / Ubuntu 7.04
Athlon XP 2.4 512mb/400 A7V600 - HD 30Gb Quantum Fireball 5600 GeForce 6600GT 128/128 GDDR3

ewandrocesar

a arquitetura deve ta certa..pq do uname -r e mostra 386....

acho q tem algo errado na parte dos Devices q mostra driver = "nv"...deveria estar nvidia...n entendo o pq =/
email/msn: ewandrocesar@gmail.com


Descobrindo as Maravilhas do Linux, me ajudem :D

Chaintech

Citação de: ewandrocesar online 21 de Fevereiro de 2007, 00:27
a arquitetura deve ta certa..pq do uname -r e mostra 386....

acho q tem algo errado na parte dos Devices q mostra driver = "nv"...deveria estar nvidia...n entendo o pq =/

Oi

Tenta fazer assim na parte driver onde diz nv troca para nvidia depois guarda e faz um reboot ao PC.
se tudo tiver bem instalado tens que ver o logo da NV

Abraços.

carlosfrancoba

se os drivers de vídeo foram instalados corretamente (pelo synaptic é o modo mais fácil)
é só mudar "nv" para "nvidia"
depois dê ctrl+alt+backspace para reiniciar o servidor X
caso tudo tenha dado certo
aparecerá o logo da nvidia

ginho

Tenta fazendo estas alterações no teu xorg
-> Comente a linha "dri" em Section Module

Section "Device"
        Identifier      [...]
        Driver          "nvidia"           # Edite somente esta linha
        BusID           [...]
EndSection

ai por esta:

Section "Screen"
     [...sua configuração...]
     Option "AddARGBGLXVisuals" "True"    # Inclua somente esta linha.
EndSection

ewandrocesar

Blz galera...agradeço as dicas, vou executar mais tarde e ja respondo se deu certo ou não, Obrigado mesmo !!! :D
email/msn: ewandrocesar@gmail.com


Descobrindo as Maravilhas do Linux, me ajudem :D

ewandrocesar

#7
Citar

Log do xorg

Error opening /dev/wacom : Success
(**) Option "Device" "/dev/wacom"
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
        No such file or directory.
Error opening /dev/wacom : Success
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!


Ae segui as dicas do Ginho e da tela azul com um erro, se eu usar o nvidia-Xconfig o computador trava an hora que tento iniciar o GDM, aquela linha BusID some do xorg.conf
email/msn: ewandrocesar@gmail.com


Descobrindo as Maravilhas do Linux, me ajudem :D


ewandrocesar

 ;DAe galera, obrigado todos que tentaram me ajudar.

Eu finalmente consegui instalar o Driver da minha placa usando um programa chamado ENVY.

http://ubuntuforum-pt.org/index.php?topic=15359.0

Basta seguir as dicas, instale o Envy ( necessita ter instalado python2.4)

Se alguem tiver o mesmo problema que eu é só seguir as dicas, é muitoooooooooo fácil com o Envy


Qualquer dúvida de como usar o Envy é só falar...


Obrigado mesmo galera..agora vo tentar instalar o Beryl ^^ Acho que agora eu consigo... :D

Mais Uma Vez Obrigado a todos !!!!!!!!!!! :D
email/msn: ewandrocesar@gmail.com


Descobrindo as Maravilhas do Linux, me ajudem :D