Socorro xorg.conf e driver Nvidia

1. Socorro xorg.conf e driver Nvidia

Leandro Moraes de Oliveira
lmoraes

(usa Slackware)

Enviado em 18/05/2008 - 17:07h

Por favor alguém me ajuda já tentei vários dias várias vezes de várias formas, instalar o driver Nvidia para a placa GeForce 5500fx 128mb no Ubuntu 7.10

Tentei baixar e instalar o drive do software instala porém só abre 800x600
Tentei instalar pelo apt-get install nvidia-glx-new e tentei também por aquele gerenciador de driver restritos ativar o driver lá.

De ambos os jeitos que tentei todos instalaram aparentemente dai quando reinicio o micro aparece uma janela +/- assim
Ubuntu not is running in graphics mode
dai tem desligar, continuar e configurar coloco continuar abre 800x600 e tudo ruim a tela coloco configurar da na mesma.
ew desligar entra no console.

dai se logo por 800x600 e altero a resolução para 1024x768 e dou um ctrl+alt+backspace a tela aparece toda vuada.

abaixo segue meu xorg.conf atual depois que instalei o driver cresceu e ficou tudo zoneado como podem ver. Estou meio estressado com isso já desculpe se num detalhei tanto. Qualquer dúvida falem. Qualquer ajuda é bem vinda.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008

# 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 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"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbOptions" "lv3:ralt_switch"
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 "Monitor Genérico"
Vendorname "Generic CRT Display"
Modelname "Monitor 1024x768"
Horizsync 31.5-61.0
Vertrefresh 50-75
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 "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@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@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 "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
Gamma 1.0
EndSection

Section "Monitor"
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection

Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5500]"
Boardname "nv"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "device1"
Boardname "nv"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5500]"
Monitor "Monitor Genérico"
Defaultdepth 24
SubSection "Display"
Depth 24


Modes "1024x768" "1024x768"
EndSubSection
EndSection

Section "Screen"

#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1024x768@60"
EndSubSection
EndSection

Section "ServerFlags"
EndSection




OBrigado


  


2. Re: Socorro xorg.conf e driver Nvidia

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2008 - 18:03h

faz o seguinte :

com o driver nvidia instalado faça assim,
abra um terminal e digite :

# rm /etc/X11/xorg.conf

depois

# /etc/init.d/gdm stop

e

# Xorg -configure

depois

# /etc/init.d/gdm start

post os resultados, mais acredito que funcione !!!


3. resposta

Leandro Moraes de Oliveira
lmoraes

(usa Slackware)

Enviado em 18/05/2008 - 18:34h

Então cara fiz como disse e ele gerou outro xorg, porém quando reinicei a máquina aparece ubuntu is running in low-graphics level
e continua com as 3 opções que antes tinha
...
tem mais alguma idéia de que possa fazer?


4. subindo

Leandro Moraes de Oliveira
lmoraes

(usa Slackware)

Enviado em 19/05/2008 - 10:48h

subindo tópico


5. Nvidia...

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 19/05/2008 - 20:11h

Amigo, a minha é 5200, a sua 5500.
Não está usando os drivers muito novos, muito recenetes, está?
Vi que placas mais antigas trabalham melhor com o driver versão 98 do que com as versões 100 prá cima.
Vc consegue tentar acertar a resolução, em modo root, usando o pacote "nvidia-settings" ?
O meu Linux tá com driver 98 e funciona, mas é Sabayon-Gentoo.
seu linux usa aptitude. tentou fazer downgrade do driver, usando synaptic? não tenho certeza se isso pode ser feito, pq nos Gentoo, eles não usam Synaptic, é Portato-Portage ou Kuroo.


6. Resolvido :)

ronnie peterson bacelar martins
dbahiaz

(usa OpenSuSE)

Enviado em 19/05/2008 - 22:09h

Amigo, dê uma olhada nesse topico, talvez seja o mesmo problema seu. Pois a placa em questão era uma fx tb.

http://www.vivaolinux.com.br/comunidades/verTopico.php?codigo=128&codtopico=19374






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts