<br><br><div class="gmail_quote">El 30 de octubre de 2010 22:09, Cronopio Rojo <span dir="ltr">&lt;<a href="mailto:cronopiorojo@yahoo.com.ar">cronopiorojo@yahoo.com.ar</a>&gt;</span> escribió:<br><br>Hola.<br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
Mi placa de video es NVidia MCP61S. ¿Tengo que poner eso en lugar de &quot;radeon&quot;?<div class="im"><br></div></td></tr></tbody></table></blockquote><div><br>si es nvidia no puede ser radeon, que es de ati. Donde tienes puesto eso en configuración ?<br>
<br><br>Saludos.<br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr>
<td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top"><div class="im">
<br><div><div align="center">  </div><span style="font-style: italic; font-weight: bold; color: rgb(255, 0, 0);">&quot; La realidad es aquello que, cuando dejas de creer en ella, no desaparece&quot;</span> <span style="font-weight: bold;">(Philip K Dick)</span><br>
<div><span style="font-size: 10pt;"><span style="font-weight: bold;"></span></span></div>  <div align="center"><br><b><font face="Comic Sans MS"><font color="#ff0000"><br><br></font></font></b></div></div><br><br>--- El <b>sáb 30-oct-10, Marcos Germán Guglielmetti <i>&lt;<a href="mailto:marcos@ovejafm.com" target="_blank">marcos@ovejafm.com</a>&gt;</i></b> escribió:<br>
</div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div class="im"><br>De: Marcos Germán Guglielmetti &lt;<a href="mailto:marcos@ovejafm.com" target="_blank">marcos@ovejafm.com</a>&gt;<br>
Asunto: Re: [Musix-usuarios] problemas con
 la configuración de pantalla<br>Para: &quot;Lista de usuarios de Musix&quot; &lt;<a href="mailto:musix-usuarios@lists.ourproject.org" target="_blank">musix-usuarios@lists.ourproject.org</a>&gt;<br></div>Fecha: sábado, 30 de octubre de 2010, 3:34<div>
<div></div><div class="h5"><br><br><div>On Friday 29 October 2010 22:26:01 Cronopio Rojo wrote:<br>&gt; Copio contenido de /etc/X11/xorg.conf<br>&gt;<br><br>ok, veamos (estoy medio dormido pero se me ocurre algo...):<br><br>
&gt; # If you have edited this file but would like it to be automatically<br>&gt; updated # again, run the following command:<br>&gt; #   sudo dpkg-reconfigure -phigh xserver-xorg<br>&gt;<br>&gt; Section &quot;InputDevice&quot;<br>
&gt;         Identifier      &quot;Generic Keyboard&quot;<br>&gt;         Driver          &quot;kbd&quot;<br>&gt;<br><br><br><br>Ok, veamos el que tengo acá, que lo tengo forzándolo a la resolución que mejor <br>anda en mi
 monitor:<br><br>=================================================================<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 &quot;InputDevice&quot;<br>    Identifier    &quot;Generic Keyboard&quot;<br>    Driver        &quot;kbd&quot;<br>    Option        &quot;XkbRules&quot;    &quot;xorg&quot;<br>    Option        &quot;XkbModel&quot;    &quot;pc105&quot;<br>
    Option        &quot;XkbLayout&quot;    &quot;es&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>    Identifier    &quot;Configured Mouse&quot;<br>    Driver        &quot;mouse&quot;<br>   
 Option        &quot;CorePointer&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>    Identifier    &quot;Configured Video Device&quot;<br>    Driver        &quot;radeon&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>
    Identifier    &quot;Configured Monitor&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier    &quot;Default Screen&quot;<br>    Monitor        &quot;Configured Monitor&quot;<br>    Device        &quot;Configured Video Device&quot;<br>
    Defaultdepth    24<br>   Subsection &quot;Display&quot;<br>      Depth       24<br>      Modes       &quot;1152x864&quot;<br>   EndSubsection<br>EndSection<br><br>Section
 &quot;ServerLayout&quot;<br>    Identifier    &quot;Default Layout&quot;<br>  screen &quot;Default Screen&quot;<br>EndSection<br>Section &quot;Module&quot;<br>    Load        &quot;glx&quot;<br>EndSection<br><br><br>=================================================================<br>
<br>fijate que la parte más importante es esta:<br><br><br>Section &quot;Screen&quot;<br>    Identifier    &quot;Default Screen&quot;<br>    Monitor        &quot;Configured Monitor&quot;<br>    Device        &quot;Configured Video Device&quot;<br>
    Defaultdepth    24<br>   Subsection &quot;Display&quot;<br>      Depth       24<br>      Modes       &quot;1152x864&quot;<br>   EndSubsection<br>EndSection<br><br>(vos en tu caso tendrías que poner
 otra resolusión, la que mejor te ande)<br>pero para que eso pudiera funcionar, antes tendrías que:<br><br>* hacer un backup de tu xorg.conf actual por las dudas <br>(cp /etc/X11/xorg.conf /etc/X11/xorg.conf-back)<br><br>
* asegurarte de escribir todo bien (podés copiar y pegar), de lo contrario <br>fallará y no iniciará el escritorio (podrías restaurar el backup ante la <br>emergencia, con cp /etc/X11/xorg.conf-back /etc/X11/xorg.conf)<br>
<br>*  incluir también, y antes que esa sección que vimos más arriba, estas:<br><br>Section &quot;InputDevice&quot;<br>    Identifier    &quot;Configured Mouse&quot;<br>    Driver        &quot;mouse&quot;<br>    Option        &quot;CorePointer&quot;<br>
EndSection<br><br>Section &quot;Device&quot;<br>    Identifier    &quot;Configured Video Device&quot;<br>    Driver       
 &quot;radeon&quot;<br>EndSection<br><br><br>* pero: quizá tu placa de video no sea RADEON, sino otra, en tal caso deberás <br>especificar el driver de tu placa, recuerdo que nos habías dicho cuál era <br>pero no lo encuentro ahora el mail. Ante la emergencia (y por el momento <br>
hasta que sepas qué driver poner), calculo que podés poner el driver <br>genérico &quot;vesa&quot; en lugar de &quot;radeon&quot;, quizá andará todo más lento, pero <br>supongo que andará... <br><br><br>por ahora no se me ocurre nada más, supongo que otros colisteros tendrán <br>
mejores ideas<br><br>PD: también si estuvieras en problemas y no iniciara el escritorio, otra forma <br>en teoría de reparar el xorg.conf sería ejecutar<br><br>sudo dpkg-reconfigure -phigh xserver-xorg<br><br>_______________________________________________<br>
Musix GNU+Linux - <a href="http://www.musix.org.ar" target="_blank">www.musix.org.ar</a><br>Musix-usuarios mailing list<br><a href="http://mc/compose?to=Musix-usuarios@lists.ourproject.org" target="_blank"><font color="red"><b>MailScanner has detected a possible fraud attempt from "mc" claiming to be</b></font> Musix-usuarios@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios</a><br></div></div></div></blockquote></td></tr></tbody></table>
<br>




       <br>_______________________________________________<br>
Musix GNU+Linux - <a href="http://www.musix.org.ar" target="_blank">www.musix.org.ar</a><br>
Musix-usuarios mailing list<br>
<a href="mailto:Musix-usuarios@lists.ourproject.org">Musix-usuarios@lists.ourproject.org</a><br>
<a href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios" target="_blank">https://lists.ourproject.org/cgi-bin/mailman/listinfo/musix-usuarios</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>José A. González<br><br>Siempre GNU Linux.<br>