<br><br><div class="gmail_quote">2009/2/17 Lucas Cardoso <span dir="ltr">&lt;<a href="mailto:lucasecardoso@gmail.com">lucasecardoso@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/2/17 Roman Gelbort &lt;<a href="mailto:roman@piensalibre.com.ar">roman@piensalibre.com.ar</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Resulta que al ver el xorg.conf de mi Ubuntu Hardy, me encuentro con<br>
&gt; esto (dejo solo lo relevante):<br>
&gt;<br>
&gt; Section &quot;InputDevice&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Identifier &nbsp; &nbsp; &nbsp;&quot;Configured Mouse&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Driver &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;mouse&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;CorePointer&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Device&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Identifier &nbsp; &nbsp; &nbsp;&quot;Configured Video Device&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Option &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;UseFBDev&quot; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;true&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Monitor&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Identifier &nbsp; &nbsp; &nbsp;&quot;Configured Monitor&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;Screen&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Identifier &nbsp; &nbsp; &nbsp;&quot;Default Screen&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Monitor &nbsp; &nbsp; &nbsp; &nbsp; &quot;Configured Monitor&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Device &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;Configured Video Device&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt; Section &quot;ServerLayout&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Identifier &nbsp; &nbsp; &nbsp;&quot;Default Layout&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Screen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;Default Screen&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;InputDevice &nbsp; &nbsp; &quot;Synaptics Touchpad&quot;<br>
&gt; EndSection<br>
&gt;<br>
&gt;<br>
&gt; Me llama la atención los &quot;Configured&quot; que aparecen en Device, Monitor y<br>
&gt; Screen.<br>
&gt;<br>
&gt; ¿configurados por que/quien?<br>
&gt;<br>
&gt; ¿qué más se usa en hardy para configurar el video?<br>
&gt;<br>
&gt; Nota: No se trata de algo que no me funcione... solo quiero entender<br>
&gt; mejor como funciona.<br>
&gt;<br>
&gt; Gracias<br>
&gt;<br>
</div></div>&gt; --<br>
&gt; Ubuntu-ar lista de correo<br>
&gt; <a href="mailto:Ubuntu-ar@lists.ubuntu.com">Ubuntu-ar@lists.ubuntu.com</a><br>
&gt; 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>
&gt; 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>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
No es algo de Ubuntu, es la última versión de Xorg que introdujo hotplugging.<br>
<br>
<br>
--<br>
Lucas Cardoso<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>Hola Roman,<br><br>es que como dice Lucas: el xorg, que es el servidor que controla el video (corrijanme si me equivoco, no soy técnico), y que no es exclusivo de ubuntu, sino que es usado por muchas distribuciones de linux, sufrió algunas innovaciones que modificaron bastante la forma que adquiere el xorg.conf. Esto es porque aparentemente han apuntado a que tome el hardware &quot;en caliente&quot; (hot) y para eso las especificaciones del xorg no quedan muy al día.<br>
<br>Tu xorg está pelado por eso, el &quot;configured&quot; es porque lo configuró xorg. Y si tu xorg está pelado y funciona, es porque parece que las mejoras funcionaron!.<br><br>Podés modificarlo &quot;a la antigua&quot; en tanto que las cosas que especifiques van &quot;cerrando&quot; el xorg, eliminando el reconocimiento (de hecho si editas le pones especificamente que queŕes). Se puede, pero no lo entendía muy bien, creo que cada &quot;Section&quot; es autónoma, pero no le podés agregar una &quot;subsection&quot; de una porque se enoja, hay que especificar toda la sección. Si te interesa te paso los ejemplos de como se me enojo en una placa intel de netbook olivetti y como lo arreglé, si te interesa.<br>
<br>Otro dato copado de esto de xorg nuevo es también el avance en xrandr (que es otra herramienta que uso para configurar el video, aunque no en hardy, sino en intrepid), que permite que tengas dual monitor también &quot;en caliente&quot; (!) permitiendote detectar un segundo monitor o la salida a tv al instante. A mi me sorprendió, y tengo salida a un segundo monitor sin tocar el xorg (eso de screen 0&nbsp; 1 por suerte no lo uso más).<br>
<br>Bueno, un saludo, cualquier cosa comentá!<br><br>sorry por no ser demasiado específico... toco de oido, je.<br><br>R<br><br><br>-- <br>Linux User # 474893, Ubuntu User # 23033<br>