Problemas con NVIDIA en mi LAPTOP [Solucionado]
Hola, me compré una COMPAQ PRESARIO CQ60 con placa de video INTEL 8200.La computadora es esta:
http://espanol.bestbuy.com/enes/site/olspage.jsp?skuId=9454253&type=prod...
Mi principal problema es que la placa de video nvidia no funciona, cuando instalo los drivers oficiales el monitor aparece dividido en 6 partes. En cada una de las partes es cómo si fuera un minimonitor que dice tener una resolucion de 640x480. Esto es.
Alguién sabe solucionarlo? Gracias! Este problema lo tuve tanto con MANDRIVA, cómo con UBUNTU, instalando drivers oficiales.
Hice este comando con este resultado:
gatillo@gatillo-laptop:~$ lspci | grep -i nvidia
00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation Device 075e (rev a2)
00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1)
00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor (rev a2)
00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller (rev a1)
00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 Controller (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 Controller (rev a1)
00:06.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] IDE (rev a1)
00:07.0 Audio device: nVidia Corporation MCP78S [GeForce 8200] High Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:09.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] SATA Controller (non-AHCI mode) (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation MCP78S [GeForce 8200] Ethernet (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge (rev a1)
00:14.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
02:00.0 VGA compatible controller: nVidia Corporation GeForce 8200M G (rev a2)
Probé de instalar tanto UBUNTU cómo también MANDRIVA 2009 de 64 bits con drivers oficiales y los que están en los paquetes. Me ayudan por favor?
- Inicie sesión o regístrese para enviar comentarios
- 1428 lecturas


exactamente no se que te puede estar pasando:
no nos dices si has instalado los drivers desde: controladores de hardware
prueba desde terminal: sudo nvidia-settings
configura y guarda.
suerte
Finalmente solucionado!!!
Atención esto es paso por paso lo que hice para que funcione:
COMPUTADORA: COMPAQ PRESARIO CQ60-418DX con placa NVIDIA 8200
Problema: AL INSTALAR (K)Ubuntu 9.04 64 bits y los controladores NVIDIA aparecían 6 minipantallitas en el monitor, con una resolución 640x480. Muy malo.
Solución: La encontré en la siguiente página:
http://ubuntuforums.org/showthread.php?t=1248317Pasos:
1) INSTALAR K(Ubuntu) 9.04 64 Bits según su preferencia por KDE o Gnome.
2) Actualizar
3) Instalar Envy y Envy-Qt (en mi caso el Envy GTK, que es el nativo de Gnome no funciona, pero el de KDE corre bastante bien)
4) Ejecutar ENVY que está en APLICACIONES -> Herramientas de sistema
Instalado el Driver con ENVY (el recomendado) MUY IMPORTANTE NO RESETEAR
5) Abrir desde el terminal (o consola) ejecutar
sudo nvidia-xconfig
6) Cerrar consola, y ejecutar kdesu kate (o gksu gedit si es gnome)
Desde el editor de textos abrir el archivo /etc/x11/xorg.conf
En la línea devices agregar lo siguiente:
Options "ModeValidation" "NoTotalSizeCheck"Guardar los cambios en XORG.CONF
Una vez guardados los cambios resetear!
Y listo, así funciona perfecto el monitor con la placa Nvidia 8200.
Por las dudas les copio y pego mi xorg.conf para quiénes puedan tener dudas:
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "ModeValidation" "NoTotalSizeCheck"
EndSection
Finalmente solucionado!!!
Atención esto es paso por paso lo que hice para que funcione:
COMPUTADORA: COMPAQ PRESARIO CQ60-418DX con placa NVIDIA 8200
Problema: AL INSTALAR (K)Ubuntu 9.04 64 bits y los controladores NVIDIA aparecían 6 minipantallitas en el monitor, con una resolución 640x480. Muy malo.
Solución: La encontré en la siguiente página:
http://ubuntuforums.org/showthread.php?t=1248317Pasos:
1) INSTALAR K(Ubuntu) 9.04 64 Bits según su preferencia por KDE o Gnome.
2) Actualizar
3) Instalar Envy y Envy-Qt (en mi caso el Envy GTK, que es el nativo de Gnome no funciona, pero el de KDE corre bastante bien)
4) Ejecutar ENVY que está en APLICACIONES -> Herramientas de sistema
Instalado el Driver con ENVY (el recomendado) MUY IMPORTANTE NO RESETEAR
5) Abrir desde el terminal (o consola) ejecutar
sudo nvidia-xconfig
6) Cerrar consola, y ejecutar kdesu kate (o gksu gedit si es gnome)
Desde el editor de textos abrir el archivo /etc/x11/xorg.conf
En la línea devices agregar lo siguiente:
Options "ModeValidation" "NoTotalSizeCheck"Guardar los cambios en XORG.CONF
Una vez guardados los cambios resetear!
Y listo, así funciona perfecto el monitor con la placa Nvidia 8200.
Por las dudas les copio y pego mi xorg.conf para quiénes puedan tener dudas:
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "ModeValidation" "NoTotalSizeCheck"
EndSection