Camaleon>
Cuando escribi, me falto una hache, y me refiero a debian ETCH.
El mensaje que me sale es OUT OF RANGE
Bueno, le puse el ratio de 60 hz y una resolucion de 800x600
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express
Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated
Graphics Controller"
Monitor "Monitor genérico"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
La otra respuesta es que nautilus es un gestor de ventanas, que comparado
con icewm es muy pesado en tama;o, yo no necesito tanto.
Lo que sucede con nautilus, en la configuracion grafica, me da la opcion de
modificar la pantalla, y cuando cambio el tamano de pantalla, entonces se
quita el mensaje de OUT OF RANGE, pero veo el archivo xorg.conf y ese sigue
igual, sin ningun valor agregado, me imagino que xorg.conf debe estar
leyendo los valores pero directamente de otro archivo.
La verdad es que no se que significa xrandr, pero cuando cierro sesion y
apago la maquina, vuelvo a ingresar y la configuracion que modifique, la
sigue guardando.
> ¿Como puedo configurarlo manualmente?.
>
> ¿Sólo quieres configurar la resolución? Puedes usar la herramienta "cvt"
> y añadir el "Modeline" correspondiente en su sección del xorg.conf.
>
> Por ejemplo, para un monitor de 1028x1...@60 Hz. puedes usar:
>
> cvt 1280x1024 60
>
>
Vere esta ocion que me das Camaleon, me parece interesante.
Gracias.