Corregir pantalla en negro al usar conversor HDMI a VGA con Raspberry Pi

Si usas un adaptador de HDMI a VGA y la pantalla se te queda en negro es posible que modificando el fichero config.txt arregles el problema.

HDMI-VGA

Si abres config.txt verás que tiene muchas líneas comentadas que se puede utilizar para modificar el comportamiento del puerto HDMI del Raspberry Pi. Esta es la configuración que me funcionó a mí usando un adaptador de HDMI a VGA y con una resolución de 1920×1080:

disable_overscan=1
hdmi_group=1
hdmi_mode=16
hdmi_drive=2

hdmi_group define el tipo de HDMI (si no se especifica el grupo o se pone 0 se usara el grupo por defecto indicado por edid):

  • hdmi_group=1 – CEA
  • hdmi_group=2 – DMT

hdmi_mode define define la resolución de la pantalla en el formato CEA o DMT.

hdmi_drive selecciona entre los modos HDMI y DVI:

  • hdmi_drive=1 – Modo DVI normal (sin sonido)
  • hdmi_drive=2 – Modo normal HDMI (el sonido se enviará si está soportado y activado)

Si quieres saber qué modos (hdmi_mode) están soportados por tu pantalla comenta las líneas de las 4 opciones (dejando así las configuraciones por defecto), reinicia y ejecuta estos comando:

Para los modos disponibles con hdmi_group=1:

sudo /opt/vc/bin/tvservice -m CEA

Para los modos disponibles con hdmi_group=2:

sudo /opt/vc/bin/tvservice -m DMT

Puedes ver todas las opciones en http://elinux.org/RPi_config.txt

Ref: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=76&t=33477

Tal vez también te guste

Instalar osgART 2.0 RC3 con OpenSceneGraph 2.8.3 o 2.9.6 y soporte para Collada en Ubuntu 12.04
Before installing osgART we need to install ARToolKit, collada-dom and OpenSceneGraph so look at those...
Instalar ARToolKit 2.72.1 en Ubuntu 10.10
Firsts you have to install some dependencies: sudo apt-get install freeglut3-dev libgstreamer0.10-dev...
TP-Link TL-WN725N versión 2 en Raspberry Pi
Version 2 of TP-Link TL-WN725N driver doesn't come by default in Raspbian so it won't work by just plug-ining...
Compilar e instalar driver para TP-Link TL-WN725N versión 2 en Raspbian
NOTICE! This module is now deprecated as for kernel >= 3.10.0. If you update with rpi-update the module...
Dejar un comentario?

11 Comentarios.

  1. Thanks mate. I looked at 10s of pages and wasted 1-2 hours before i found this post!! thanks.

  2. Thank you, was pulling my hair out! All other advice was useless.

  3. I got this running…but I get no sound. Any tips?

    Thanks in advance!

    J

  4. Hi There,

    How’s it going? I just got my Raspberry Pi board delivered a week ago. I had this ordered locally along with a clear case and a power adapter.

    Eager to get started I bought a keyboard and mouse, SD memory card (16GB) and HDMI to VGA convertor.

    Reason being my monitor doesn’t have a HDMI slot. I have formatted and installed Noobs 1.3 on the card.

    So I go ahead and connect the network cable and start up the board. Nothing appears on the screen until I press option 2.

    Then I see the familiar OS options screen and install Raspbian as default.

    Install goes smoothly till I see the install completed message.

    When I reboot all I see is a black screen. Any ideas on what to do next? Appreciate some advise.

    Thanks

Deje un comentario

Trackbacks y Pingbacks: