<br><br><div class="gmail_quote">2008/11/2 Marco Antonio <span dir="ltr"><<a href="mailto:mhoyos@gmail.com">mhoyos@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El día 2 de noviembre de 2008 0:59, Martin Pablo Bellanca<br>
<<a href="mailto:mpbellanca@gmail.com">mpbellanca@gmail.com</a>> escribió:<br>
<div><div></div><div class="Wj3C7c">> Hola todos,<br>
> Instale intrepid en una msi wind y despues de un rato de uso el xorg se<br>
> bloquea y pone la pantalla rayada en negro y azul.<br>
> Desabilite practicamente todos los servicios que se carga al inicio y la<br>
> ituacion no mejora.<br>
> Alguna idea?<br>
><br>
<br>
</div></div>hola:<br>
<br>
- cual es el hard de video que tiene ese equipo ??<br>
- podrias copiar el archivo xorg.conf ?? asi vemos mejor como ayudarte..<br>
<br>
salu2<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Marco Antonio de Hoyos<br>
15-5-157-2322 // 4268-1557<br>
Claypole - Pcia. de Bs. As.- Argentina<br>
ICQ#92702911 / jabber: <a href="mailto:mhoyos@jabber.org">mhoyos@jabber.org</a><br>
------------------------------------------------------------------<br>
> software is like sex, it´s better when it´s free <<br>
(Linus Torvalds)<br>
------------------------------------------------------------------<br>
<a href="http://tecnicoslinux.com.ar" target="_blank">http://tecnicoslinux.com.ar</a> ~ <a href="https://ututo.org" target="_blank">https://ututo.org</a><br>
"Mas vale dichoso en burro, ke infeliz a caballo"<br>
<font color="#888888"><br>
--<br>
Ubuntu-ar lista de correo<br>
<a href="mailto:Ubuntu-ar@lists.ubuntu.com">Ubuntu-ar@lists.ubuntu.com</a><br>
Modifica tus opciones o desuscribite en: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar</a><br>
Siempre leer, comprender y aplicar nuestra etiqueta: <a href="https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML" target="_blank">https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML</a><br>
<br>
</font></blockquote></div><br>El xorg.conf original es este:<br># values from the debconf database.<br>#<br># Edit this file with caution, and see the xorg.conf manual page.<br># (Type "man xorg.conf" at the shell prompt.)<br>
#<br># This file is automatically updated on xserver-xorg package upgrades *only*<br># if it has not been modified since the last upgrade of the xserver-xorg<br># package.<br>#<br># Note that some configuration settings that could be done previously<br>
# in this file, now are automatically configured by the server and settings<br># here are ignored.<br>#<br># If you have edited this file but would like it to be automatically updated<br># again, run the following command:<br>
# sudo dpkg-reconfigure -phigh xserver-xorg<br><br>Section "Device"<br> Identifier "Configured Video Device"<br>EndSection<br><br>Section "Monitor"<br> Identifier "Configured Monitor"<br>
EndSection<br><br>Section "Screen"<br> Identifier "Default Screen"<br> Monitor "Configured Monitor"<br> Device "Configured Video Device"<br>EndSection<br><br>
<br>Yo agrege en Device una linea con:<br>Drive "vesa"<br>y funciona pero en una resolucion de 800x600<br><br>