Cannot get anything on my DVI monitor.
I have checked that the cable and the monitor work fine with a different computer. I have tried a lot of combinations of the hdmi options, the latest config.txt looks like this:
- Code: Select all
hdmi_force_hotplug=1
config_hdmi_boost=7
hdmi_group=2
hdmi_mode=47
hdmi_drive=2
I know that my RPi can see the monitor since
- Code: Select all
> tvservice -d edid.dat
produces the data. Also the monitor stops displaying the "no signal" message when the RPi is connected. However screen remains black.
Here is a 'relevant' part of the tvservice -d output:
- Code: Select all
HDMI:EDID version 1.3, 1 extensions, screen size 41x26 cm
HDMI:EDID features - videodef 0x80 !standby !suspend active off; colour encoding:RGB444|YCbCr422; sRGB is not default colourspace; preferred format is native; does not support GTF
HDMI:EDID found monitor range descriptor tag 0xfd
HDMI:EDID monitor range offsets: V min=0, V max=0, H min=0, H max=0
HDMI:EDID monitor range: vertical is 56-75 Hz, horizontal is 30-81 kHz, max pixel clock is 140 MHz
HDMI:EDID monitor range does not support GTF
HDMI:EDID found monitor name descriptor tag 0xfc
HDMI:EDID monitor name is SMB1940W
HDMI:EDID found monitor S/N descriptor tag 0xff
HDMI:EDID found preferred DMT detail timing format: 1440x900p @ 60 Hz (47)
HDMI:EDID established timing I/II bytes are BF EF 80
I also tried connecting to an HDMI TV. Nothing on the screen, but the TV recognizes that the raspberrypi_li device is attached to the HDMI port.
What am I missing?
Thanks