instalando placa de video Nvidia

1. instalando placa de video Nvidia

Luiz queiroz
lqueiroz

(usa Outra)

Enviado em 09/12/2012 - 23:25h


estou com problema com o driver Nvidia.
quando abro o Nvidia Server Settings ocorre esta mensagem de erro
"You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server."

ja tentei de tudo
alguma sugestao?
segue abaixo o lspci da minha maquina.

00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 5 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 0de9 (rev a1)
02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network Adapter (rev 01)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 10)



  


2. Re: instalando placa de video Nvidia

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 10/12/2012 - 00:48h

Vc rodou isso?

sudo nvidia-xconfig

Reinicie após rodar.


3. Re: instalando placa de video Nvidia

Luiz queiroz
lqueiroz

(usa Outra)

Enviado em 10/12/2012 - 01:08h

sim ja tentei isso:

sudo nvidia-xconfig


4. Re: instalando placa de video Nvidia

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 10/12/2012 - 03:41h

Rode isso:

cat /etc/X11/xorg.conf

e cole o resultado aqui.


5. Re: instalando placa de video Nvidia

William da Silva Osores
wosores

(usa Debian)

Enviado em 10/12/2012 - 12:06h

Faz esse procedimento com o ambiente gráfico parado.

ctrl+alt+F1
su
usuario e senha root

/etc/init.d/gdm stop (ou troca o gdm por outro ambiente gráfico ex:kde)

Depois tenta fazer esse procedimento do nvidia-xconfig novamente.


Caso não consiga tenta isso.

Tenta isso baixa a sua versão direto da nvidia em : http://www.nvidia.com.br/Download/index.aspx?lang=br

Antes de instalar o driver nvidia tem que desativar o módulo de video que está ativo atualmente.

Abra o "/etc/modprobe.d/blacklist.conf" e no final do arquivo coloque:

blacklist nouveau

Depois

apt-get remove --purge xserver-xorg-video-nouveau

Reinicio o micro para que suba sem o nouveau.


Depois

ctrl+alt+F1
su
usuario e senha root

/etc/init.d/gdm stop

no arquivo baixado:
# chmod +x NVIDIA-Linux-x86_x.x.x.run

# ./NVIDIA-Linux-x86_x.x.x.run


#/etc/init.d/gdm start







6. Re: instalando placa de video Nvidia

Luiz queiroz
lqueiroz

(usa Outra)

Enviado em 10/12/2012 - 12:08h

pinduvoz escreveu:

Rode isso:

cat /etc/X11/xorg.conf

e cole o resultado aqui.



segue abaixo o xorg.conf instalado no minha maquina
(este xorg.conf eu copie aqui do Vivaolinux pois apos instalar o nvidia, a tela ficava deformada com imangem so no centro da tela com imagem para tela 4:3. para resolver este problema copie um xorg.conf aqui do forum. o xorg.conf anterior que deformava a tela segue no final do texto)

Xorg.conf atualmente instlado

lico@Computador:~$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.64 (buildmeister@swio-display-x86-rhel47-01.nvidia.com) Tue Oct 30 12:19:38 PDT 2012


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "SynapticsMouse1" "AlwaysCore"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "dbe"
Load "freetype"
EndSection

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

Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "InputDevice"
Identifier "SynapticsMouse1"
Driver "synaptics"
Option "SHMConfig" "on"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 6100 nForce 405"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "enable"
EndSection


xorg.conf anterior que deformava a tela no formato 4:3


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 304.51 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) Tue Sep 18 18:48:23 PDT 2012

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



7. Re: instalando placa de video Nvidia

Luiz queiroz
lqueiroz

(usa Outra)

Enviado em 10/12/2012 - 12:36h

wosores ,
quando instalei segui a dica do forum e desativei todos dos driver de video. inclusive o nouveau.

minha maquina nao tem o gdm
tem um tal de lightdm(?)

sera que por causa disto esta tendo este problema ?


8. Re: instalando placa de video Nvidia

William da Silva Osores
wosores

(usa Debian)

Enviado em 10/12/2012 - 12:53h

Quando executa o driver que foi baixado na nvidia o ambiente gráfico tem que estar desativado, a instalação só funciona dessa forma.

Faz isso novamente:
ctrl+alt+f1

pare o ightdm
# service lightdm stop ou #/etc/init.d/lightdm stop

e tenta executar o run novamente.

Antes dá uma olhada no nouveau pra ver se parou mesmo

#lsmod |grep nouveau

se aparecer tenta o procedimento de para o noveau novamente.



9. Re: instalando placa de video Nvidia

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 10/12/2012 - 16:50h

Seu xorg.conf está com o driver da nvidia habilitado (o correto).

Reinicie o computador, entre com seu usuário, abra o terminal e veja se vc tem aceleração gráfica:

glxinfo | grep direct


10. Re: instalando placa de video Nvidia

Luiz queiroz
lqueiroz

(usa Outra)

Enviado em 11/12/2012 - 22:27h

pinduvoz escreveu:

Seu xorg.conf está com o driver da nvidia habilitado (o correto).

Reinicie o computador, entre com seu usuário, abra o terminal e veja se vc tem aceleração gráfica:

glxinfo | grep direct



Nao tenho este programa instalado devo instalar?



11. Re: instalando placa de video Nvidia

Andre (pinduvoz)
pinduvoz

(usa Debian)

Enviado em 11/12/2012 - 22:58h

Sim, instale:

sudo apt-get install mesa-utils






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts