Re: resolución de pantalla incorrecta en lenny
On February 20, 2009 7:37:52 pm agus lopez wrote:
> añadi las lineas:
>
> SubSection "Display"
> Depth 24
> Modes "1024x768" "800x600" "640x480"
> EndSubsection
>
> en la sección "Screen" reinicié pero no pasó nada, ahora lo voy a
> hacer en la sección monitor como me indicaste. gracias.
Si tenes cargado el modulo "vesa", creo que no se puede obtener mas
de "1024x768"; otra opcion que yo he probado a sido disminuir la profundidad
de color; otra mas, es hacer como root: X-Configure y probar el archivo
xorg.conf que te deja en root home; la ultima que yo conozco es, tomar un
archivo viejo xorg.conf o el de xf86 y hacer pruebas.
Suerte.
PD:
creo que hay que responder debajo del mensaje anterior, para conservar la
informacion ordenada.
>
> El día 20 de febrero de 2009 21:20, Hector Oron
>
> <hector.oron@gmail.com> escribió:
> > 5.11. Desktop not using full screen
> >
> > The driver for Intel Mobile GM965 may wrongly detect a VGA output and
> > set the size of the screen to a lower value to accomodate it. The
> > symptom of this bug is that the desktop manager will only use a
> > fraction of the screen. Correct behaviour can be forced by adding the
> > following lines to the /etc/X11/xorg.conf configuration file.
> >
> > Section "Monitor"
> > Identifier "VGA"
> > Option "Ignore" "true"
> > EndSection
> >
> > Please refer to the bug #496169 for more informations.
> >
> > from
> > http://www.debian.org/releases/lenny/i386/release-notes/ch-information.en
> >.html
> >
> > También que,
> >
> > With this release, Debian GNU/Linux updates from X.Org 7.1 to X.Org 7.3.
> >
> > 2009/2/21 agus lopez <0xcase@gmail.com>:
> >> gracias, por responder, lo acabo de hacer como mencionaste ahora solo
> >> queda reiniciar para saber si funciono, saludos.
> >>
> >> El día 20 de febrero de 2009 20:19, Hector Oron
> >>
> >> <hector.oron@gmail.com> escribió:
> >>> Hi,
> >>>
> >>> Late hackin, hehe
> >>>
> >>> Pues resulta que la detección de video es automática en lenny. Yo el
> >>> otro día quería cargar el driver de Nvidia, pero claro, me detectaba
> >>> el NV, el libre, así que añadí la linea correspondiente en la sección
> >>> adecuada, y se cargo el driver. Así pues, porque no pruebas a editar
> >>> el xorg.conf con las lineas de tu configuración preferida. Quizás no
> >>> sea la mejor forma de hacer esto, pero puede que te funcione.
> >>>
> >>> Saludos
> >>>
> >>> 2009/2/21 agus lopez <0xcase@gmail.com>:
> >>>> hola a todos, acabo de instalar debian lenny y al cargar gnome me doy
> >>>> cuenta que no tiene la máxima resolución de pantalla que soporta mi
> >>>> monitor, busqué en google pero solo encontré información para el
> >>>> xfree86, cuando ejecuto el comando dpkg-reconfigure xserver-org sólo
> >>>> reconfigura el teclado, en preferencias de gnome aparecen las
> >>>> resoluciones 800x600 y 640x480, no 1024x768, este es mi xorg.conf:
> >>>>
> >>>> # xorg.conf (X.Org X Window System server configuration file)
> >>>> #
> >>>> # This file was generated by dexconf, the Debian X Configuration tool,
> >>>> using # values from the debconf database.
> >>>> #
> >>>> # Edit this file with caution, and see the xorg.conf manual page.
> >>>> # (Type "man xorg.conf" at the shell prompt.)
> >>>> #
> >>>> # This file is automatically updated on xserver-xorg package upgrades
> >>>> *only* # if it has not been modified since the last upgrade of the
> >>>> xserver-xorg # package.
> >>>> #
> >>>> # If you have edited this file but would like it to be automatically
> >>>> updated # again, run the following command:
> >>>> # sudo dpkg-reconfigure -phigh xserver-xorg
> >>>>
> >>>> Section "InputDevice"
> >>>> Identifier "Generic Keyboard"
> >>>> Driver "kbd"
> >>>> Option "XkbRules" "xorg"
> >>>> Option "XkbModel" "pc105"
> >>>> Option "XkbLayout" "latam"
> >>>> EndSection
> >>>>
> >>>> Section "InputDevice"
> >>>> Identifier "Configured Mouse"
> >>>> Driver "mouse"
> >>>> EndSection
> >>>>
> >>>> Section "Device"
> >>>> Identifier "Configured Video Device"
> >>>> EndSection
> >>>>
> >>>> Section "Monitor"
> >>>> Identifier "Configured Monitor"
> >>>> EndSection
> >>>>
> >>>> Section "Screen"
> >>>> Identifier "Default Screen"
> >>>> Monitor "Configured Monitor"
> >>>> EndSection
> >>>>
> >>>> ¿cómo soluciono este problema?, gracias por su ayuda.
> >>>>
> >>>> p.d. perdón si llega en html, estoy mandando el correo desde el
> >>>> navegador, tuve problemas con la actualización y reinstale desde cero.
> >>> Héctor Orón
> >
> > --
> > Héctor Orón
Reply to: