A mi ya me paso eso no solo en Ubuntu tambien en debian que serian casi lo mismo. Con el monitor hasta donde yo se, el Ubuntu 7 trae una herramienta donde a travez de una interfaz grafica uno configura su monitor si no sale en la lista uno pone un generico con la resolucion maxima que soporte el monitor. Pero si no podes modificar esto en el xorg.conf<br>
<br>sudo nano /etc/X11/xorg.conf<br><br>Section &quot;Monitor&quot;<br>&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp; &quot;<span style="color: rgb(51, 102, 255);">AL1706</span>&quot;<br>&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;DPMS&quot;<br>&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 28-64<br>
&nbsp;&nbsp;&nbsp; VertRefresh&nbsp;&nbsp;&nbsp; 43-75<br>EndSection<br><br>Section &quot;Screen&quot;<br>&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp; &quot;Default Screen&quot;<br>&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp; <span style="color: rgb(51, 102, 255);">&nbsp;&nbsp;&nbsp; &quot;Intel Corporation 82945G/GZ Integrated Graphics Controller&quot;</span><br>
&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<span style="color: rgb(51, 102, 255);">&nbsp; &quot;AL1706&quot;</span><br>&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 4<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 15<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>
&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 16<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>&nbsp;&nbsp;&nbsp; EndSubSection<br>&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>&nbsp;&nbsp;&nbsp; EndSubSection<br>EndSection<br><br>Lo que esta en azulito es la descripicion de mi monitor y mi tarjeta de video, eso no lo toques. despues donde sale lo de las resoluciones pones la maxima soportada por tu monitor si es de 15&quot; el maximo es 1024*<span style="color: rgb(255, 0, 0);">764 </span>si es de 17&quot; 1280*1024. <br>
<br>Grabas la modificacion y reinicias el entorno grafico CTRL+ALT+BACKSPACE (tecla de borrar a la derecha).<br><br>Yo soy nuevo tambien en esto y espero que te sirva, con lo del office el openoffice es casi un espejo del Ofiice 2003.<br>
<br>