Ver Mensaje Individual
  #9 (permalink)  
Antiguo 09/06/2007, 09:40
calvin_naranjo
 
Fecha de Ingreso: noviembre-2004
Ubicación: Valle del cauca / Cali
Mensajes: 112
Antigüedad: 20 años
Puntos: 1
De acuerdo Re: Cambio de monitor por un flatron L192WS.

Hola , con estos datos logre obtener la resolución pormetida por el verdor del monitor, tarde pero se logro.

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection

Section "Monitor"
DisplaySize 410 256
Identifier "Monitor0"

ModelName "LCD Panel 1440x900"
HorizSync 29-83
VertRefresh 43-75
Option "dpms"
UseModes "Modes[0]"
EndSection

Section "Modes"
Identifier "Modes[0]"
ModeLine "1440x900" 104.58 1440 1520 1672 1904 900 901 904 931
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection