<font color="#000099"><font size="2"><font face="tahoma,sans-serif"><br></font></font></font><br><div class="gmail_quote">El 19 de diciembre de 2010 03:36, Sebi Kul <span dir="ltr">&lt;<a href="mailto:sebikul@gmail.com">sebikul@gmail.com</a>&gt;</span> escribió:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">El 19/12/10 03:00, Jorge Alvarez escribió:<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; El 19 de diciembre de 2010 00:37, Juan &lt;<a href="mailto:nouserfound@gmail.com">nouserfound@gmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:nouserfound@gmail.com">nouserfound@gmail.com</a>&gt;&gt; escribió:<br>
<div class="im">&gt;<br>
&gt;     Antes que nada, fijate si en el menú Sistema &gt; Administracion &gt;<br>
&gt;     Controladores Adicionales, te sugiere instalar los drivers<br>
&gt;     privativos de Nvidia. Si es asi, activalos, esperá se descarguen e<br>
&gt;     instalen, y luego, reiniciá tu PC.<br>
&gt;<br>
&gt;     Si al reiniciar tu PC, no obtuviste la resolución deseada, desde una<br>
&gt;     terminal ejecutá el siguiente comando:<br>
&gt;     sudo nvidia-xconfig<br>
&gt;     Eso creará automáticamente un xorg.conf ideal para tu Nvidia 7100.<br>
&gt;     Reiniciá tu sesión de usuario, y debería funcionar.<br>
&gt;<br>
&gt;     Contanos cómo te fué!<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Juan A. Wuethrich<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Ubuntu-ar lista de correo<br>
</div>&gt;     <a href="mailto:Ubuntu-ar@lists.ubuntu.com">Ubuntu-ar@lists.ubuntu.com</a> &lt;mailto:<a href="mailto:Ubuntu-ar@lists.ubuntu.com">Ubuntu-ar@lists.ubuntu.com</a>&gt;<br>
<div class="im">&gt;     Modifica tus opciones o desuscribite en:<br>
&gt;     <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-ar</a><br>
&gt;     Siempre leer, comprender y aplicar nuestra etiqueta:<br>
&gt;     <a href="https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML" target="_blank">https://wiki.ubuntu.com/ArgentinaTeam/EtiquetaML</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Muchas gracias por tu ayuda.<br>
&gt;<br>
&gt; Había probado de instalar los controladores adicionales; aparecían 2: la<br>
&gt; 173 y la versión recomendada. Solo con ésta última logro un poco más.<br>
&gt; Ahora estoy en los 1152x864 aunque compiz, que antes y aún en 640x480<br>
&gt; andaba, desapareció sin dejar rastros.<br>
&gt;<br>
&gt; Intenté restaurando el archivo xorg.conf como explican aquí [0] pero no<br>
&gt; obtuve ningún resultado.<br>
&gt;<br>
&gt; sudo nvidia-xconfig generó un xorg.conf pero sin ningún dato en<br>
&gt; particular y tampoco mejoró la resolución de pantalla.<br>
&gt;<br>
&gt; Ahora me voy a dormir porque mi mujer me quiere matar. Mañana<br>
&gt; investigaré poco más a ver que encuentro.<br>
&gt;<br>
&gt; Saludos<br>
&gt;<br>
&gt; [0] <a href="http://www.distrotest.es/?p=7725" target="_blank">http://www.distrotest.es/?p=7725</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Jorge Alvarez<br>
&gt;<br>
</div>Buenas!!<br>
<br>
Viendo que instalando los drivers de nvidia, estos no detectaron la<br>
resolución óptima, te recomiendo que hagas lo siguiente:<br>
<br>
Primero has un backup de tu xorg.conf ejecutando:<br>
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup<br>
<br>
luego ejecuta:<br>
$ gksudo gedit /etc/X11/xorg.conf<br>
<br>
Una vez abierto busca la linea que contenga:<br>
-----------------------------------------------<br>
Section &quot;Screen&quot;<br>
-----------------------------------------------<br>
<br>
<br>
Estara como un titulo con sub-secciones. una de ellas debería llamarse<br>
(si hay mas de uno elimina los que sobran):<br>
-----------------------------------------------<br>
SubSection &quot;Display&quot;<br>
-----------------------------------------------<br>
<br>
<br>
Bajo &quot;SubSection &quot;Display&quot;&quot; encontraras una linea que contiene algo<br>
similar a:<br>
-----------------------------------------------<br>
Modes   &quot;1280x1024&quot; &quot;1024x768&quot; &quot;640x480&quot;<br>
-----------------------------------------------<br>
<br>
<br>
Modificala para que quede asi:<br>
-----------------------------------------------<br>
Modes   &quot;1680x1050&quot;<br>
-----------------------------------------------<br>
<br>
<br>
En resumen, la parte del archivo debería quedarte algo así (solo como<br>
ejemplo, modifica únicamente la linea que mencione anteriormente):<br>
-----------------------------------------------<br>
Section &quot;Screen&quot;<br>
    Identifier     &quot;Screen0&quot;<br>
    Device         &quot;Device0&quot;<br>
    Monitor        &quot;Monitor0&quot;<br>
    DefaultDepth    24<br>
    SubSection &quot;Display&quot;<br>
        Depth           24<br>
        Modes   &quot;1680x1050&quot;<br>
    EndSubSection<br>
EndSection<br>
-----------------------------------------------<br>
<br>
Una vez hecho esto, reinicia y listo, ya estarás usando la resolución<br>
recomendada. Espero que esto te solucione tu problema.<br>
<br>
Saludos!!<br>
<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>
<br></blockquote></div><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Hola!</span><br style="color: rgb(0, 0, 153);"><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">No hubo caso. Como dijiste había varias subsecciones Display, dejé solo una y realicé los cambios como indicaste pero no pasó nada. Después usé xrandr y me tiró con esto:</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 0);">xrandr: Failed to get size of gamma for output default</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">Screen 0: minimum 320 x 240, current 1152 x 864, maximum 1152 x 864</span><br style="color: rgb(0, 0, 0);">

<span style="color: rgb(0, 0, 0);">default connected 1152x864+0+0 0mm x 0mm</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   1024x768       50.0     63.0  </span><br style="color: rgb(0, 0, 0);">

<span style="color: rgb(0, 0, 0);">   800x600        51.0     52.0     53.0  </span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   680x384        54.0     55.0  </span><br style="color: rgb(0, 0, 0);">

<span style="color: rgb(0, 0, 0);">   640x480        56.0  </span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   576x432        57.0  </span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   512x384        58.0  </span><br style="color: rgb(0, 0, 0);">

<span style="color: rgb(0, 0, 0);">   400x300        59.0     60.0     61.0  </span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   320x240        62.0  </span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">   1152x864       63.0*</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Luego encontré esta página [0] con varias indicaciones. En la parte final muestra como agregar una resolución pero también me dio error, indicando que no podía obtener el tamaño adecuado.</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Me dio por pensar si no será que algo que encuentra en el /home está jorobando. Quizás al reinstalar con el /home vacío funcione aunque no tengo nada en particular, más que el compiz como viene de fábrica, con Expo activado y sin cubo o llamas ni nada por el estio. También me llamó la atención que define al monitor como CRT cuando es un LCD, pero no sé como cambiar eso.</span><br style="color: rgb(0, 0, 153);">

<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Saludos.</span><br><br>[0] <a href="https://wiki.ubuntu.com/X/Config/Resolution">https://wiki.ubuntu.com/X/Config/Resolution</a><br clear="all"><br>
-- <br>
Jorge Alvarez<br>