problema con resolucion de monitor
hola a todos tengo instalado debian en una maquina virtual (virtualBOX)
la version de debian es la 5.03 - lenny
hice uns instalacion MINIMA, sin GNOME ... sin escritorio.
baje icewm para que sea mi escritorio , lo instale, ... todo perfecto.
cuando lo ejecuto, toma por defecto la maxima resolucion que declare en mi archivo xorg.conf qu es de 1024x768
no se como cambiar la resolucion de mi monitor!!!!!!!!!
aqui les dejo mi archivo 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31-101
VertRefresh 60-160
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
tambien lei sobre una utilidad llamada xrandr, la ejecute y este fue el resultado:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 85.0*
800x600 86.0
640x480 86.0
320x200 0.0
no se como ajustar mi monitor a 800x600 por defecto!!!!!!!!!!!!!!
ayuda!!!!!
- Inicie sesión o regístrese para enviar comentarios
- 655 lecturas


section "Screen"
Option "MetaMode" " -resolucion- +0+0" //en -resolucion- va la resolucion que quieres usar
saludos
Mmmh la opción chapucera que me da es que borres las entradas cuya resolución sea mayor a la que quieres.
Saludos!
Mmmh la opción chapucera que me da es que borres las entradas cuya resolución sea mayor a la que quieres.
Saludos!
Hola amigos nuevamente, aqui tratando de optimizar mi LCD jeje
Tengo el siguiente problema, ya configure mis drivers nvidia GeForce 7300 SE/7200 GS,
cuando ingreso al grub, perfecto med a resolucion de 1280x1024, ingreso mi clave y me carga mi desktop, tengo resolcuion de 640x480, tengo que ingresar al nvidia xserver settings para configurar y asi tener la resolucion optima, debe haber alguna forma que quede grabado la resolucion correcta cada vez que ingreso, y asi no estar ingresando al setting de Nvidia, he buscado solucion en este mismo foro y otros de como configurar la resolucion, e cambiado los metamodes y modes pero no sucede el cambio.
pego aqui mi xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Dec 9 16:34:26 PST 2009
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder58) Wed Dec 9 16:35:48 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: xconfig, VertRefresh source: xconfig
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
ModeLine "1280x1024_60.00" 108.900 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 SE/7200 GS"
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x1024 +0+0; 1280x1024_60.00 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
#Option "metamodes" "1280x1024 +0+0"
SubSection "Display"
Depth 24
Modes "1280x71024"
EndSubSection
EndSection
espero su ayuda.
Lo correcto es que abras un hilo nuevo para plantear esta pregunta.
Y creo que ya se ha respondido eso alguna vez, ¿buscaste antes?
hola a todos tengo instalado debian en una maquina virtual (virtualBOX)
la version de debian es la 5.03 - lenny
hice uns instalacion MINIMA, sin GNOME ... sin escritorio.
baje icewm para que sea mi escritorio , lo instale, ... todo perfecto.
cuando lo ejecuto, toma por defecto la maxima resolucion que declare en mi archivo xorg.conf qu es de 1024x768
no se como cambiar la resolucion de mi monitor!!!!!!!!!
aqui les dejo mi archivo 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31-101
VertRefresh 60-160
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
tambien lei sobre una utilidad llamada xrandr, la ejecute y este fue el resultado:
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 85.0*
800x600 86.0
640x480 86.0
320x200 0.0
no se como ajustar mi monitor a 800x600 por defecto!!!!!!!!!!!!!!
ayuda!!!!!
Hola antes de nada me sorprende que pones que tu resolucion maxima es de 1024x768 en el xorg y sin embargo es de 1280x720.
Luego no se si probaste el help de xrandr, por lo que tengo entendido era poner algo asi como "xrandr n" donde n es el numero de esa lista empezando por 0. Es decir para 800x600 te tocaria poner xrandr 1.
Un saludo.