Discussion:
Problema con resolucion pantalla Ubuntu
(demasiado antiguo para responder)
soundwave
2007-08-17 18:14:15 UTC
Permalink
Tengo Ubuntu Feisty Fawn 7.04 en un note ASUS M6N con video ATI Radeon
9600, y al cambiar la configuracion de resolucion de pantalla a una
mas alta que 1024x768 todo se descuadra ¬¬ y se ve como "collage", con
cortes y todo, ¿ideas? gracias
Cristian Gutierrez
2007-08-17 18:34:11 UTC
Permalink
Post by soundwave
Tengo Ubuntu Feisty Fawn 7.04 en un note ASUS M6N con video ATI Radeon
9600, y al cambiar la configuracion de resolucion de pantalla a una
mas alta que 1024x768 todo se descuadra ¬¬ y se ve como "collage", con
cortes y todo, ¿ideas? gracias
Quizas te falta [declarar] memoria para la tarjeta de video?

Busca la opcion "VideoRam" en /etc/X11/xorg.conf y ve que cuadre con la
que tienes instalada.
--
Guti
I have found a truly wonderful proof of Fermat's Last Theorem, but
unfortunately this sig is too small to contain it.
soundwave
2007-08-20 15:55:25 UTC
Permalink
Post by Cristian Gutierrez
Post by soundwave
Tengo Ubuntu Feisty Fawn 7.04 en un note ASUS M6N con video ATI Radeon
9600, y al cambiar la configuracion de resolucion de pantalla a una
mas alta que 1024x768 todo se descuadra ¬¬ y se ve como "collage", con
cortes y todo, ¿ideas? gracias
Quizas te falta [declarar] memoria para la tarjeta de video?
Busca la opcion "VideoRam" en /etc/X11/xorg.conf y ve que cuadre con la
que tienes instalada.
--
Guti
I have found a truly wonderful proof of Fermat's Last Theorem, but
unfortunately this sig is too small to contain it.
ya lo resolvi, edite el xorg.conf, agregando la resolucion 1280x800 =)
en la seccion Screen, asi:

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

despues reinicie las X con Ctrl + Alt + Backspace y ya

saludos y gracias

Loading...