problemas con resolucion de pantalla

Julio Cesar Sánchez González knowhow en sistemasyconectividad.com.mx
Jue Abr 17 08:10:52 BST 2008


german arenas wrote:
> Buen dia a todos. he adquirido hace poco un monitor dell E248WFP de 
> 24" y resolucion nativo de 1920x1200. Mi PC tiene una placa de video 
> integrada Intel Graphics Media Accelerator 950 con 192 MB de memoria 
> compartida, el sistema tiene 2GB de ram (667MHz en dual chanel). Mi 
> problema es que no consigo setear la resolucion maxima del monitor, 
> desaprovechando sus caracteristicas, en cambio la resolucion maxima 
> permitida es 1600x1200 con las consiguientes distorsiones, dada la 
> relacion de aspecto todo se ve "ensanchado". Actualmente conecto la 
> pantalla por DVI-D, anteriormente lo hice por D-sub 15 con igual 
> resultado.
> Por un lado ubuntu no trae predefinido el controlador para este 
> monitor y tampoco el fabricante lo provee para linux.
>
> Si internto autodetectar coloca como monitor generico plug and play, 
> al seleccionar la opcion de 1920x1200 la resolucion se setea en una 
> mucho inferior (mucho peor que 1600x1200, a pesar de que la interfaz 
> de configuracion del Xorg.conf muestre 1920x1200). he probado utilizar 
> drivers de otros monitores de dell de 24" y no obtuve cambios.
> Cualquier sugenerencia es bienvenida. dede ya gracias por su tiempo
> Les envio a continuacion mi archivo Xorg.cong
> ######################################################################################################
> Section "Files"
>     Fontpath    "/usr/share/fonts/X11/misc"
>     Fontpath    "/usr/share/fonts/X11/cyrillic"
>     Fontpath    "/usr/share/fonts/X11/100dpi/:unscaled"
>     Fontpath    "/usr/share/fonts/X11/75dpi/:unscaled"
>     Fontpath    "/usr/share/fonts/X11/Type1"
>     Fontpath    "/usr/share/fonts/X11/100dpi"
>     Fontpath    "/usr/share/fonts/X11/75dpi"
>     # path to defoma fonts
>     Fontpath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
>     Load        "i2c"
>     Load        "bitmap"
>     Load        "ddc"
>     Load        "extmod"
>     Load        "freetype"
>     Load        "int10"
>     Load        "vbe"
>     Load        "glx"
>     Load        "GLcore"
>     Load        "dri"
>     Load        "v4l"
> EndSection
>
> Section "InputDevice"
>     Identifier    "Generic Keyboard"
>     Driver        "kbd"
>     Option        "CoreKeyboard"
>     Option        "XkbRules"    "xorg"
>     Option        "XkbModel"    "pc105"
>     Option        "XkbLayout"    "latam"
> EndSection
>
> Section "InputDevice"
>     Identifier    "Configured Mouse"
>     Driver        "mouse"
>     Option        "CorePointer"
>     Option        "Device"    "/dev/input/mice"
>     Option        "Protocol"    "ImPS/2"
>     Option        "ZAxisMapping"    "4 5"
>     Option        "Emulate3Buttons"    "true"
> EndSection
>
> Section "InputDevice"
>     Driver        "wacom"
>     Identifier    "stylus"
>     Option        "Device"    "/dev/input/wacom"
>     Option        "Type"    "stylus"
>     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>     Driver        "wacom"
>     Identifier    "eraser"
>     Option        "Device"    "/dev/input/wacom"
>     Option        "Type"    "eraser"
>     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>     Driver        "wacom"
>     Identifier    "cursor"
>     Option        "Device"    "/dev/input/wacom"
>     Option        "Type"    "cursor"
>     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
> EndSection
>
> Section "Device"
>     Identifier    "Intel Corporation 82945G/GZ Integrated Graphics 
> Controller"
>     Boardname    "Intel 945"
>     Busid        "PCI:0:2:0"
>     Driver        "i810"
>     Screen    0
>     Vendorname    "Intel"
> EndSection
>
> Section "Monitor"
>     Identifier    "Generic Monitor"
>     Vendorname    "Generic LCD Display"
>     Modelname    "LCD Panel 1920x1200"
>     Horizsync    31.5-74.5
>     Vertrefresh    56.0 - 65.0
>   modeline  "800x600 en 56" 36.0 800 824 896 1024 600 601 603 625 +hsync 
> +vsync
>   modeline  "800x600 en 60" 40.0 800 840 968 1056 600 601 605 628 +hsync 
> +vsync
>   modeline  "1280x768 en 60" 80.14 1280 1344 1480 1680 768 769 772 795 
> -hsync +vsync
>   modeline  "1280x720 en 60" 74.48 1280 1336 1472 1664 720 721 724 746 
> -hsync +vsync
>   modeline  "1280x800 en 60" 83.46 1280 1344 1480 1680 800 801 804 828 
> -hsync +vsync
>   modeline  "1440x900 en 60" 106.47 1440 1520 1672 1904 900 901 904 932 
> -hsync +vsync
>   modeline  "1600x1024 en 60" 136.36 1600 1704 1872 2144 1024 1025 1028 
> 1060 -hsync +vsync
>   modeline  "1680x1050 en 60" 147.14 1680 1784 1968 2256 1050 1051 1054 
> 1087 -hsync +vsync
>   modeline  "1920x1200 en 60" 193.16 1920 2048 2256 2592 1200 1201 1204 
> 1242 -hsync +vsync
>     Gamma    1.0
> EndSection
>
> Section "Screen"
>     Identifier    "Default Screen"
>     Device        "Intel Corporation 82945G/GZ Integrated Graphics 
> Controller"
>     Monitor        "Generic Monitor"
>     Defaultdepth    24
>     SubSection "Display"
>         Depth    24
>         Virtual    1920    1200
>         Modes        "1600x1024 en 60"    "1680x1050 en 60"    
> "1440x900 en 60"    "1920x1200 en 60"    "1280x800 en 60"    "1280x720 en 60"    
> "1280x768 en 60"    "800x600 en 60"    "800x600 en 56"
>     EndSubSection
> EndSection
>
>
>
> Section "ServerLayout"
>     Identifier    "Default Layout"
>   screen 0 "Default Screen" 0 0
>     Inputdevice    "Generic Keyboard"
>     Inputdevice    "Configured Mouse"
>     Inputdevice    "stylus"    "SendCoreEvents"
>     Inputdevice    "cursor"    "SendCoreEvents"
>     Inputdevice    "eraser"    "SendCoreEvents"
> EndSection
>
> Section "DRI"
>     Mode    0666
> EndSection
> Section "ServerFlags"
> EndSection
> Section "device" #              
>     Identifier    "device1"
>     Boardname    "Intel 945"
>     Busid        "PCI:0:2:0"
>     Driver        "i810"
>     Screen    1
>     Vendorname    "Intel"
> EndSection
> Section "screen" #              
>     Identifier    "screen1"
>     Device        "device1"
>     Defaultdepth    24
>     Monitor        "monitor1"
>     SubSection "Display"
>         Depth    24
>         Modes        "640x480 en 60"    "640x480 en 72"    "640x480 en 75"    
> "800x600 en 56"    "800x600 en 72"    "800x600 en 75"    "800x600 en 60"    
> "832x624 en 75"    "1024x768 en 75"    "1024x768 en 70"    "1024x768 en 60"    
> "1152x864 en 75"    "1280x1024 en 75"    "1280x960 en 60"    "1280x1024 en 60"    
> "1280x960 en 75"    "1400x1050 en 60"    "1400x1050 en 75"    "1600x1200 en 65"    
> "1600x1200 en 60"    "1792x1344 en 60"
>     EndSubSection
> EndSection
> Section "monitor" #              
>     Identifier    "monitor1"
>     Vendorname    "Plug 'n' Play"
>     Modelname    "Plug 'n' Play"
>   modeline  "640x480 en 60" 25.2 640 656 752 800 480 490 492 525 -vsync 
> -hsync
>   modeline  "640x480 en 72" 31.5 640 664 704 832 480 489 491 520 -vsync 
> -hsync
>   modeline  "640x480 en 75" 31.5 640 656 720 840 480 481 484 500 -vsync 
> -hsync
>   modeline  "800x600 en 56" 36.0 800 824 896 1024 600 601 603 625 +hsync 
> +vsync
>   modeline  "800x600 en 72" 50.0 800 856 976 1040 600 637 643 666 +hsync 
> +vsync
>   modeline  "800x600 en 75" 49.5 800 816 896 1056 600 601 604 625 +hsync 
> +vsync
>   modeline  "800x600 en 60" 40.0 800 840 968 1056 600 601 605 628 +hsync 
> +vsync
>   modeline  "832x624 en 75" 57.284 832 864 928 1152 624 625 628 667 
> -vsync -hsync
>   modeline  "1024x768 en 75" 78.8 1024 1040 1136 1312 768 769 772 800 
> +hsync +vsync
>   modeline  "1024x768 en 70" 75.0 1024 1048 1184 1328 768 771 777 806 
> -vsync -hsync
>   modeline  "1024x768 en 60" 65.0 1024 1048 1184 1344 768 771 777 806 
> -vsync -hsync
>   modeline  "1152x864 en 75" 108.0 1152 1216 1344 1600 864 865 868 900 
> +hsync +vsync
>   modeline  "1280x1024 en 75" 135.0 1280 1296 1440 1688 1024 1025 1028 
> 1066 +hsync +vsync
>   modeline  "1280x960 en 60" 102.1 1280 1360 1496 1712 960 961 964 994 
> -hsync +vsync
>   modeline  "1280x1024 en 60" 108.0 1280 1328 1440 1688 1024 1025 1028 
> 1066 +hsync +vsync
>   modeline  "1280x960 en 75" 129.86 1280 1368 1504 1728 960 961 964 1002 
> -hsync +vsync
>   modeline  "1400x1050 en 60" 122.61 1400 1488 1640 1880 1050 1051 1054 
> 1087 -hsync +vsync
>   modeline  "1400x1050 en 75" 155.85 1400 1496 1648 1896 1050 1051 1054 
> 1096 -hsync +vsync
>   modeline  "1600x1200 en 65" 175.5 1600 1664 1856 2160 1200 1201 1204 
> 1250 +hsync +vsync
>   modeline  "1600x1200 en 60" 162.0 1600 1664 1856 2160 1200 1201 1204 
> 1250 +hsync +vsync
>   modeline  "1792x1344 en 60" 204.8 1792 1920 2120 2448 1344 1345 1348 
> 1394 -hsync +vsync
>     Gamma    1.0
> EndSection
>
>
>
>
> -- 
> Germán 
El problema es en el controlador de video que trae ubuntu para intel 
gpu, prueba con apt-get install 915resolution haber si te arregla el 
problema.

-- 
Saludos,

Julio Cesar Sánchez González.

--
Ahora me he convertido en la muerte, destructora de mundos.
Soy la Muerte que se lleva todo, la fuente de las cosas que vendran.

www.sistemasyconectividad.com.mx        http://darkavngr.blogspot.com/




Más información sobre la lista de distribución ubuntu-es