nVidia driver instalado no ubuntu mais so roda 640x480 a 50hz e agora?

Iniciado por eduborgess, 18 de Outubro de 2007, 19:07

tópico anterior - próximo tópico

eduborgess

Eu instalei o driver de aceleração 3D da nVidia no ubuntu... ele inicia normalmente mais so na resolução 640x480 a 50hz... e nao da pra mudar isso... como faço pra colocar 1024x768 a 75hz sem desativar o driver da nVidia?  ???
Ja tenteni de tudo...  :'(
Dell Inspirion 14-3437 | Intel Core i5 | 8GB DDR3 1600Mhz | SSD PNY 240GB | GeForce™ 730M
PC - Intel Core i5-3570K | ASRock Z77 Extreme4 | 8GB DDR3 2000MHz | AMD Radeon HD 7970 | SSD Samsung 840 120GB | Corsair H60i | Seasonic X-660
iPhone 6 1

celsofaf

Por favor, poste aqui o conteúdo do seu arquivo /etc/X11/xorg.conf para que possamos ajudá-lo e, talvez, detectar o problema.
Rio de Janeiro, RJ, Brasil

eduborgess

Citação de: celsofaf online 18 de Outubro de 2007, 20:03
Por favor, poste aqui o conteúdo do seu arquivo /etc/X11/xorg.conf para que possamos ajudá-lo e, talvez, detectar o problema.

Citar
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

# /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 xorg.conf(5) 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"
    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/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    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           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
    Option         "XkbVariant" "nodeadkeys"
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     "LP517"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation GeForce 6500"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 6500"
    Monitor        "LP517"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Postado o conteúdo do arquivo /etc/X11/xorg.conf
Dell Inspirion 14-3437 | Intel Core i5 | 8GB DDR3 1600Mhz | SSD PNY 240GB | GeForce™ 730M
PC - Intel Core i5-3570K | ASRock Z77 Extreme4 | 8GB DDR3 2000MHz | AMD Radeon HD 7970 | SSD Samsung 840 120GB | Corsair H60i | Seasonic X-660
iPhone 6 1

VB5

Se já instalou os "drivers restritos" sua  secção "Device" devia aparecer como abaixo, exceto a última linha, que deve ser acrescentada:


Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "DynamicTwinView" "false"
EndSection


VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

eduborgess

Citação de: VB5 online 18 de Outubro de 2007, 21:25
Se já instalou os "drivers restritos" sua  secção "Device" devia aparecer como abaixo, exceto a última linha, que deve ser acrescentada:


Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "DynamicTwinView" "false"
EndSection


VB5


O driver foi todo instalado pelo Envy... eu nao fiz nada.. so pedi pra ele instalar o driver nVidia
O driver que o Envy usou foi o NVIDIA-Linux-x86-100.14.19-pkg1.run
Eu posso adicionar essas linhas manualmente? se eu posso o que eu devo adicionar?
O que eu devo fazer?
Dell Inspirion 14-3437 | Intel Core i5 | 8GB DDR3 1600Mhz | SSD PNY 240GB | GeForce™ 730M
PC - Intel Core i5-3570K | ASRock Z77 Extreme4 | 8GB DDR3 2000MHz | AMD Radeon HD 7970 | SSD Samsung 840 120GB | Corsair H60i | Seasonic X-660
iPhone 6 1

VB5

Note que no seu xorg as linhas


Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"


estão na secção "Screen", e não "Device"; deve ser devido ao Envy, pois instalei meus drivers pelo Gerenciador. Tente acrescentar (em "Screen" mesmo) a última linha, logo após as acima:


Option "DynamicTwinView" "False"


e vejamos se resolve - creio que sim...

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

eduborgess

Citação de: VB5 online 18 de Outubro de 2007, 22:10
Note que no seu xorg as linhas


Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"


estão na secção "Screen", e não "Device"; deve ser devido ao Envy, pois instalei meus drivers pelo Gerenciador. Tente acrescentar (em "Screen" mesmo) a última linha, logo após as acima:


Option "DynamicTwinView" "False"


e vejamos se resolve - creio que sim...

VB5


Adicionei as linhas como vc disse... a resolução continua a mesma..
A unica coisa que mudou foi de 50Hz p/ 60Hz...
Ficou desse jeito:
Citar
Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation GeForce 6500"
    Monitor        "LP517"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "False"
    Option         "DynamicTwinView"    "False"
    SubSection     "Display"
Dell Inspirion 14-3437 | Intel Core i5 | 8GB DDR3 1600Mhz | SSD PNY 240GB | GeForce™ 730M
PC - Intel Core i5-3570K | ASRock Z77 Extreme4 | 8GB DDR3 2000MHz | AMD Radeon HD 7970 | SSD Samsung 840 120GB | Corsair H60i | Seasonic X-660
iPhone 6 1

VB5

Veja se pode remover esse driver ( pelo próprio Envy) e instalar de novo pelo "gerenciador de drivers restritos" - acho que aí resolve tudo.

VB5


Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

eduborgess

Citação de: VB5 online 18 de Outubro de 2007, 22:48
Veja se pode remover esse driver ( pelo próprio Envy) e instalar de novo pelo "gerenciador de drivers restritos" - acho que aí resolve tudo.

VB5




Amigo, antes de instalar pelo Envy eu tentei instalar pelo "gerenciador de drivers restritos" mais ele nem se quer inicializava o servidorX... dava algum erro que não lembro agora e passava pro terminal de texto.
O que eu fiz agora foi desinstalar o driver instalado pelo Envy e instalei manualmente o driver que
eu baixei direto do site da nVidia "NVIDIA-Linux-x86-100.14.19-pkg1.run" e deu o mesmo erro de quando tentei instalar pelo "gerenciador de drivers restritos"... estou quase desisitindo e passando a usar o mandriva para as aplicações que eu preciso pois ele ja vem com o driver da nVidia instalado.
Dell Inspirion 14-3437 | Intel Core i5 | 8GB DDR3 1600Mhz | SSD PNY 240GB | GeForce™ 730M
PC - Intel Core i5-3570K | ASRock Z77 Extreme4 | 8GB DDR3 2000MHz | AMD Radeon HD 7970 | SSD Samsung 840 120GB | Corsair H60i | Seasonic X-660
iPhone 6 1

VB5

Citar
Amigo, antes de instalar pelo Envy eu tentei instalar pelo "gerenciador de drivers restritos" mais ele nem se quer inicializava o servidorX... dava algum erro que não lembro agora e passava pro terminal de texto.

Nesse caso, sendo a placa uma GeForce, há algo muito errado com o sistema - instalei uma dessas lá no trabalho, foi reconehcida e funciona perfeitamente. Se pudesse postar o erro encontrado, ajudaria...

VB5

Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB