<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>ForosUbuntu.com &#187; Hilo: Ningún foro me solucionó este problema con Ubuntu 9.10</title>
		<link>http://forosubuntu.com/topic/ningun-foro-me-soluciono-este-problema-con-ubuntu-910</link>
		<description>Foros de Ubuntu en español</description>
		<language>es-ES</language>
		<pubDate>Thu, 09 Sep 2010 06:56:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Buscar]]></title>
			<description><![CDATA[Busca en todos los hilos de estos foros]]></description>
			<name>q</name>
			<link>http://forosubuntu.com/search.php</link>
		</textInput>
		<atom:link href="http://forosubuntu.com/rss/topic/ningun-foro-me-soluciono-este-problema-con-ubuntu-910" rel="self" type="application/rss+xml" />

		<item>
			<title>Eversore en "Ningún foro me solucionó este problema con Ubuntu 9.10" (Foro general)</title>
			<link>http://forosubuntu.com/topic/ningun-foro-me-soluciono-este-problema-con-ubuntu-910#post-697</link>
			<pubDate>Dom, 03 Ene 2010 05:57:50 +0000</pubDate>
			<dc:creator>Eversore</dc:creator>
			<guid isPermaLink="false">697@http://forosubuntu.com/</guid>
			<description>
				&#60;p&#62;Hay que modificar el archivo xorg.conf, asì que teclearemos este codigo en una terminal:&#60;/p&#62;
&#60;p&#62;Código:&#60;br /&#62;
&#60;code&#62;sudo gedit /etc/X11/xorg.conf&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Esto nos abre gedit y nosotros tenemos que ubicar esta parte del archivo:&#60;/p&#62;
&#60;p&#62;Código:&#60;br /&#62;
&#60;code&#62;Section &#38;quot;Screen&#38;quot;&#60;br /&#62;
  Identifier  &#38;quot;Default Screen&#38;quot;&#60;br /&#62;
  Device      &#38;quot;ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]&#38;quot;&#60;br /&#62;
  Monitor      &#38;quot;Monitor genérico&#38;quot;&#60;br /&#62;
  DefaultDepth  24&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      1&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      4&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      8&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      15&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      16&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      24&#60;br /&#62;
      Modes      &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
EndSection&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#38;quot;&#38;quot;Si nos fijamos todos los modos están con la resolución solo hasta 1024x768... entonces solo nos queda agregar la resolución que acepte la tarjeta gráfica (por qjemplo 1280x800)... quedando así:&#38;quot;&#38;quot;&#60;/p&#62;
&#60;p&#62;Código:&#60;br /&#62;
&#60;code&#62;Section &#38;quot;Screen&#38;quot;&#60;br /&#62;
  Identifier  &#38;quot;Default Screen&#38;quot;&#60;br /&#62;
  Device      &#38;quot;ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]&#38;quot;&#60;br /&#62;
  Monitor      &#38;quot;Monitor genérico&#38;quot;&#60;br /&#62;
  DefaultDepth  24&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      1&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      4&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      8&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      15&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      16&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
  SubSection &#38;quot;Display&#38;quot;&#60;br /&#62;
      Depth      24&#60;br /&#62;
      Modes      &#38;quot;1280x800&#38;quot; &#38;quot;1024x768&#38;quot; &#38;quot;800x600&#38;quot; &#38;quot;640x480&#38;quot;&#60;br /&#62;
  EndSubSection&#60;br /&#62;
EndSection&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;*Guardamos el archivo.&#60;br /&#62;
*Verificamos que no tengamos algo importante abierto ya que debemos reiniciar las X tecleando Ctrl+Alt+BACKSPACE.&#60;br /&#62;
*Reiniciado ya el servidor gráfico, podemos utilizar la resoluciòn esperada.&#60;/p&#62;
&#60;p&#62;Fuente: &#60;a href=&#34;http://www.cristalab.com/tips/configurar-la-resolucion-de-pantalla-en-linux-ubuntu-c44212l/&#34; rel=&#34;nofollow&#34;&#62;http://www.cristalab.com/tips/configurar-la-resolucion-de-pantalla-en-linux-ubuntu-c44212l/&#60;/a&#62;
&#60;/p&#62;			</description>
		</item>
		<item>
			<title>fichi en "Ningún foro me solucionó este problema con Ubuntu 9.10" (Foro general)</title>
			<link>http://forosubuntu.com/topic/ningun-foro-me-soluciono-este-problema-con-ubuntu-910#post-693</link>
			<pubDate>Mar, 22 Dic 2009 04:55:08 +0000</pubDate>
			<dc:creator>fichi</dc:creator>
			<guid isPermaLink="false">693@http://forosubuntu.com/</guid>
			<description>
				&#60;p&#62;El problema es que cuando descargue Ubuntu en el Cd y probarlo como Live CD, al escritorio no podia verle la parte de abajo (por ejemplo, en el juego de las &#38;quot;Minas&#38;quot; o &#38;quot;Buscaminas&#38;quot; no puedo ver las tres filas inferiores), y a los costados habian margenes negros, o sea, la pantalla era larga y delgada (lo del ancho lo solucioné ajustando el monitor). Yo pensé que era un problema de configuración nada mas, y que al instalarlo lo iba poder arreglar, pero hasta ahora nadie me dijo como se arregla.&#60;br /&#62;
Como era la primera vez que instalaba un Linux, y que lo iba a usar, al instalarlo decidí hacerlo por defecto. Lo único que cambié fue el idioma, el mapa, y dónde lo iba a instalar, despues quedó todo como venía.&#60;br /&#62;
Ya voy preguntando en dos foros de Ubuntu, pero ninguno me solucionó este problema.&#60;br /&#62;
En uno de los foros me pedían estos datos&#60;/p&#62;
&#60;p&#62;Tarjeta de video: 00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)&#60;br /&#62;
rodolfo@rodolfo-desktop:~$ &#60;/p&#62;
&#60;p&#62;Resoluciones: Screen 0: minimum 320 x 240, current 1360 x 768, maximum 1360 x 768&#60;br /&#62;
default connected 1360x768+0+0 0mm x 0mm&#60;br /&#62;
1360x768 60.0*&#60;br /&#62;
1024x768 75.0 70.0 60.0&#60;br /&#62;
832x624 75.0&#60;br /&#62;
800x600 75.0 72.0 60.0 56.0&#60;br /&#62;
720x450 60.0&#60;br /&#62;
640x480 75.0 73.0 67.0 60.0&#60;br /&#62;
720x400 70.0&#60;br /&#62;
680x384 60.0&#60;br /&#62;
576x432 60.0&#60;br /&#62;
512x384 75.0 70.0 60.0&#60;br /&#62;
416x312 75.0&#60;br /&#62;
400x300 75.0 72.0 60.0 56.0&#60;br /&#62;
320x240 75.0 73.0 60.0&#60;br /&#62;
rodolfo@rodolfo-desktop:~$&#60;/p&#62;
&#60;p&#62;Yo no se si se puede solucionar con el Ubuntu instalado, tengo que reinstalar, o qué.&#60;br /&#62;
Traté de instalar el software del monitor, que es un Samsung SyncMaster933, pero me sale &#38;quot;error&#38;quot;. Probe usar el CD como Live CD, y no se puede, se queda en una pantalla negra que titilea.&#60;br /&#62;
¿Tengo que desintalar Ubuntu?. Tengo miedo de que al hacerlo no pueda iniciar desde Windows Vista, que es el otro sistema que tengo instalado, ya que el arranque ahora es del &#38;quot;GRUB&#38;quot; o algo asi.&#60;br /&#62;
¿Que hago?. Hace un mes que tengo este problema y ningún foro me dió una solución. Espero no tener que esperar mas. Muchas gracias, saludos
&#60;/p&#62;			</description>
		</item>

	</channel>
</rss>
