NVDIA !!

13. Rafa...

Glauber GF
mcnd2

(usa Debian)

Enviado em 02/01/2011 - 13:41h

Ainda não.

Estou fazendo algumas configurações primeiro como no sources.list e atualizando o sistema.

Logo depois instalarei a 'nvidia' que conserteza com as dicas que já tem aqui no VOL ela será instalado com êxito.


  


14. Re: NVDIA !!

Rafael Miott Sarra
rafamiott

(usa Debian)

Enviado em 02/01/2011 - 13:43h

claro...

~$ glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual


$ glxinfo | grep render
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
miott@whitetiger:~$






15. Re: NVDIA !!

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/01/2011 - 13:47h

Se você instalou seguindo a dica do GdH, esqueça desse xorg.conf por enquanto:

Ctrl+Alt=F1

logue-se como root

# /etc/init.d/gdm stop
# mv /etc/X11/xorg.conf /etc/X11/xorg.conf-OLD
# Xorg -configure
# cp -av xorg.conf.new /etc/X11/xorg.conf
# /etc/init.d/gdm start


16. Re: NVDIA !!

brunotec
brunotec

(usa Debian)

Enviado em 02/01/2011 - 13:58h

caso a dica do edps não funcione comece do zero!

primeiro vamos deletar tudo referente a nvidia para começarmos do zero:

# apt-get remove --purge nvidia*

# apt-get autoremove --purge

reinicie o PC !!

depois instale as dependencias:

# apt-get install build-essential linux-headers-`uname -r`

Ctrl+Alt+F1

logue-se !

$ su <senha-do-root>

# /etc/init.d/gdm stop

# apt-get install nvidia-glx nvidia-settings nvidia-xconfig nvidia-kernel-common

# nvidia-xconfig

# reboot

PS: Era exatamente esse o passo que eu seguia no lenny para instalar minha nvidia


17. Re: NVDIA !!

Rafael Miott Sarra
rafamiott

(usa Debian)

Enviado em 02/01/2011 - 14:11h

sem fazer backup do xorg ??


18. Re: NVDIA !!

brunotec
brunotec

(usa Debian)

Enviado em 02/01/2011 - 14:15h

o backup é feito automaticamente pelo comando:

# nvidia-xconfig

pelo menos no meu caso sempre ao rodar esse comando ele cria um xorg.conf.backup!!!

mas vc no passo anterior já criou ele então não se preocupe.


19. Re: NVDIA !!

Rafael Miott Sarra
rafamiott

(usa Debian)

Enviado em 02/01/2011 - 14:23h

meu nada aconteceu nem mudo o xorg.conf


20. Re: NVDIA !!

brunotec
brunotec

(usa Debian)

Enviado em 02/01/2011 - 14:28h

ué !!

Você pode verificar se o driver foi devidamente carregado fazendo

$ lspci -v | grep -A9 VGA

poste aqui o resultado!


21. Re: NVDIA !!

Rafael Miott Sarra
rafamiott

(usa Debian)

Enviado em 02/01/2011 - 14:38h

lspci -v | grep -A9 VGA
01:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7950 GT] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Device 19f1:2207
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at fb000000 (64-bit, non-prefetchable) [size=16M]
I/O ports at ac00 [size=128]
Expansion ROM at fcfe0000 [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: nvidia


e o vo postar como fica o xorg qdo o sistema n sobe
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"

EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
end section



22. Re: NVDIA !!

brunotec
brunotec

(usa Debian)

Enviado em 02/01/2011 - 14:50h

cara !! se vc seguiu exatamente os meus passos então não sei o que pode ser! mas caso queira fazer um teste ta ai o meu xorg.conf:



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildd@barber) Sun Jun 13 12:08:56 UTC 2010

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection




  
01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts