Aido
Posts: 6
Joined: Wed Apr 08, 2020 3:59 am

NO DISPLAY ON MONITOR

Wed Apr 08, 2020 4:12 am

Hi Guys, good day Newbie here can any one help me to figure out whats wrong with my raspberry pi 4. There is no display on my monitor. I'm using a HDMI-VGA cable and my monitor is 22'' HP compaq LA2205wg. I follow exactly on the guide provided here in this site but still I don't have display on my monitor. Can any one help me to get ride of this. I'm literally screwed up. please see my current config.txt below. I'm using a HDMI-VGA + a straight female to female HDMI to connect both cable.

## Standard Definition Video Settings
#sdtv_mode=0
#sdtv_aspect=5
#sdtv_mode=2

tvservice -m DMT
hdmi_cvt=3

## sdtv_disable_colourburst
#sdtv_disable_colourburst=1

## hdmi_safe
hdmi_safe=1

## hdmi_force_hotplug
hdmi_force_hotplug=1

## hdmi_ignore_hotplug
#hdmi_force_hotplug=1

## hdmi_drive
hdmi_drive=2
config_hdmi_boost=4

## hdmi_ignore_edid
hdmi_ignore_edid=0xa5000080

## hdmi_edid_file
hdmi_edid_file=1

## hdmi_ignore_edid_audio
#hdmi_ignore_edid_audio=1

## hdmi_force_edid_audio
hdmi_force_edid_audio=1

## hdmi_force_edid_3d
hdmi_force_edid_3d=1
hdmi_ignore_cec=1

## avoid_edid_fuzzy_match
#3avoid_edid_fuzzy_match=1

## hdmi_pixel_encoding
hdmi_pixel_encoding=1

## hdmi_group
hdmi_group=2

## hdmi_mode
hdmi_mode=58
HDMI_ASPECT_16_10=5

## config_hdmi_boost
config_hdmi_boost=10

## hdmi_ignore_cec_init
hdmi_ignore_cec_init=1

## hdmi_ignore_cec
#hdmi_ignore_cec=1

## Overscan Video Settings
disable_overscan=0
#overscan_left=24
#overscan_right=24
#overscan_top=24
#overscan_bottom=24
#disable_overscan=1

## Framebuffer Video Settings
#framebuffer_width=1280

#framebuffer_height=720

#framebuffer_width=0
#framebuffer_height=0
#framebuffer_depth=16
#framebuffer_ignore_alpha=0

## General Video Settings
#display_rotate=0

## dispmanx_offline
#dispmanx_offline=0

## decode_MPG2
#decode_MPG2=0x12345678

## decode_WVC1
#decode_WVC1=0x12345678

## Camera Settings
#start_x=0
#disable_camera_led=1

## test_mode
#test_mode=0

## Memory Settings
#disable_l2cache=0
#gpu_mem_1024=944
#disable_pvt=1

## Boot Option Settings
#disable_commandline_tags=0
#cmdline=""
#kernel=""
#kernel_address=0x00000000
#kernel_old=1
#ramfsfile=""
#ramfsaddr=0x00000000
#initramfs initramf.gz 0x00800000
#device_tree_address=0x00000000
#init_uart_baud=115200
#init_uart_clock=3000000
#init_emmc_clock=100000000
#boot_delay=0
#boot_delay_ms=0
/boot/config.txt

## avoid_safe_mode
#avoid_safe_mode=1
#disable_splash=1

#Overclocking Settings
#force_turbo=0
#initial_turbo=0
#temp_limit=85
#arm_freq=700
#arm_freq_min=700
#gpu_freq=250
#core_freq=250
#core_freq_min=250
#h264_freq=250
#isp_freq=250
#v3d_freq=250
#sdram_freq=400
#sdram_freq_min=400
#avoid_pwm_pll=1

## Voltage Settings
#current_limit_override=0x5A000020
#over_voltage=0
#over_voltage_min=0
#over_voltage_sdram=0
#over_voltage_sdram_c=0
#over_voltage_sdram_i=0
#over_voltage_sdram_p=0

## USB Power
#max_usb_current=0

## Base Device Tree Parameters
#dtparam=audio=off
#dtparam=i2c_arm=on

#dtparam=i2s=on

#dtparam=spi=on

#dtparam=i2c_vc=off
#dtparam=i2c_arm_baudrate=100000
#dtparam=i2c_vc_baudrate=100000
#dtparam=i2s=off
#dtparam=spi=off
#dtparam=random=off
#dtparam=uart0=on
#dtparam=watchdog=off
#dtparam=act_led_trigger=mmc
#dtparam=act_led_activelow=off
#dtparam=act_led_gpio=47
#dtparam=pwr_led_trigger=mmc
#dtparam=pwr_led_activelow=off
#dtparam=pwr_led_gpio=35

## camera
#start_x=1
#disable_camera_led=1
#gpu_mem=128

# Uncomment this to enable infrared communication.

#dtoverlay=gpio-ir,gpio_pin=17

#dtoverlay=gpio-ir-tx,gpio_pin=18


# Additional overlays and parameters are documented /boot/overlays/README


# Enable audio (loads snd_bcm2835)
dtparam=audio=on

[pi4]

# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]

#dtoverlay=vc4-fkms-v3d

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 7:07 am

Aido wrote:
Wed Apr 08, 2020 4:12 am
Hi Guys, good day Newbie here can any one help me to figure out whats wrong with my raspberry pi 4. There is no display on my monitor. I'm using a HDMI-VGA cable and my monitor is 22'' HP compaq LA2205wg. I follow exactly on the guide provided here in this site but still I don't have display on my monitor. Can any one help me to get ride of this. I'm literally screwed up. please see my current config.txt below. I'm using a HDMI-VGA + a straight female to female HDMI to connect both cable.

## Standard Definition Video Settings
#sdtv_mode=0
#sdtv_aspect=5
#sdtv_mode=2

tvservice -m DMT
hdmi_cvt=3

## sdtv_disable_colourburst
#sdtv_disable_colourburst=1

## hdmi_safe
hdmi_safe=1

## hdmi_force_hotplug
hdmi_force_hotplug=1

## hdmi_ignore_hotplug
#hdmi_force_hotplug=1

## hdmi_drive
hdmi_drive=2
config_hdmi_boost=4

## hdmi_ignore_edid
hdmi_ignore_edid=0xa5000080

## hdmi_edid_file
hdmi_edid_file=1

## hdmi_ignore_edid_audio
#hdmi_ignore_edid_audio=1

## hdmi_force_edid_audio
hdmi_force_edid_audio=1

## hdmi_force_edid_3d
hdmi_force_edid_3d=1
hdmi_ignore_cec=1

## avoid_edid_fuzzy_match
#3avoid_edid_fuzzy_match=1

## hdmi_pixel_encoding
hdmi_pixel_encoding=1

## hdmi_group
hdmi_group=2

## hdmi_mode
hdmi_mode=58
HDMI_ASPECT_16_10=5

## config_hdmi_boost
config_hdmi_boost=10

## hdmi_ignore_cec_init
hdmi_ignore_cec_init=1

## hdmi_ignore_cec
#hdmi_ignore_cec=1

## Overscan Video Settings
disable_overscan=0
#overscan_left=24
#overscan_right=24
#overscan_top=24
#overscan_bottom=24
#disable_overscan=1

## Framebuffer Video Settings
#framebuffer_width=1280

#framebuffer_height=720

#framebuffer_width=0
#framebuffer_height=0
#framebuffer_depth=16
#framebuffer_ignore_alpha=0

## General Video Settings
#display_rotate=0

## dispmanx_offline
#dispmanx_offline=0

## decode_MPG2
#decode_MPG2=0x12345678

## decode_WVC1
#decode_WVC1=0x12345678

## Camera Settings
#start_x=0
#disable_camera_led=1

## test_mode
#test_mode=0

## Memory Settings
#disable_l2cache=0
#gpu_mem_1024=944
#disable_pvt=1

## Boot Option Settings
#disable_commandline_tags=0
#cmdline=""
#kernel=""
#kernel_address=0x00000000
#kernel_old=1
#ramfsfile=""
#ramfsaddr=0x00000000
#initramfs initramf.gz 0x00800000
#device_tree_address=0x00000000
#init_uart_baud=115200
#init_uart_clock=3000000
#init_emmc_clock=100000000
#boot_delay=0
#boot_delay_ms=0
/boot/config.txt

## avoid_safe_mode
#avoid_safe_mode=1
#disable_splash=1

#Overclocking Settings
#force_turbo=0
#initial_turbo=0
#temp_limit=85
#arm_freq=700
#arm_freq_min=700
#gpu_freq=250
#core_freq=250
#core_freq_min=250
#h264_freq=250
#isp_freq=250
#v3d_freq=250
#sdram_freq=400
#sdram_freq_min=400
#avoid_pwm_pll=1

## Voltage Settings
#current_limit_override=0x5A000020
#over_voltage=0
#over_voltage_min=0
#over_voltage_sdram=0
#over_voltage_sdram_c=0
#over_voltage_sdram_i=0
#over_voltage_sdram_p=0

## USB Power
#max_usb_current=0

## Base Device Tree Parameters
#dtparam=audio=off
#dtparam=i2c_arm=on

#dtparam=i2s=on

#dtparam=spi=on

#dtparam=i2c_vc=off
#dtparam=i2c_arm_baudrate=100000
#dtparam=i2c_vc_baudrate=100000
#dtparam=i2s=off
#dtparam=spi=off
#dtparam=random=off
#dtparam=uart0=on
#dtparam=watchdog=off
#dtparam=act_led_trigger=mmc
#dtparam=act_led_activelow=off
#dtparam=act_led_gpio=47
#dtparam=pwr_led_trigger=mmc
#dtparam=pwr_led_activelow=off
#dtparam=pwr_led_gpio=35

## camera
#start_x=1
#disable_camera_led=1
#gpu_mem=128

# Uncomment this to enable infrared communication.

#dtoverlay=gpio-ir,gpio_pin=17

#dtoverlay=gpio-ir-tx,gpio_pin=18


# Additional overlays and parameters are documented /boot/overlays/README


# Enable audio (loads snd_bcm2835)
dtparam=audio=on

[pi4]

# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

[all]

#dtoverlay=vc4-fkms-v3d

It is quite likely your adaptor, you should use something like this and a VGA Cable:

https://www.amazon.co.uk/Cable-Matters- ... B00879EZJI
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 8:08 am

fruitoftheloom wrote:
Wed Apr 08, 2020 7:07 am
It is quite likely your adaptor, you should use something like this and a VGA Cable:

https://www.amazon.co.uk/Cable-Matters- ... B00879EZJI
According to the spec the monitor as a DVI-D input.
A HDMI-DVI adapter would probably be cheaper and cause fewer problems

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 8:30 am

DirkS wrote:
Wed Apr 08, 2020 8:08 am
fruitoftheloom wrote:
Wed Apr 08, 2020 7:07 am
It is quite likely your adaptor, you should use something like this and a VGA Cable:

https://www.amazon.co.uk/Cable-Matters- ... B00879EZJI
According to the spec the monitor as a DVI-D input.
A HDMI-DVI adapter would probably be cheaper and cause fewer problems

If that is so then a microHDMi -DVi Cable:

https://www.amazon.co.uk/StarTech-com-M ... B00GHUSIU6
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 9:26 am

There are HDMI to VGA cables that rely on the HDMI device being able to put into a mode where it outputs VGA signals from its HDMI socket. No RPi can do that so such cables will never work. An adaptor containing active electronics is required to connect the HDMI ouput of a RPi to a VGA only display.

Aido
Posts: 6
Joined: Wed Apr 08, 2020 3:59 am

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 9:44 am

Hi drgeoff, fruitoftheloom,DirkS
Thanks for the quick response & advice guys appreciated. One more question is there any remedy or work around to try on before I buy a new adapter? Now a days the delivery are getting delays and some online store are temporary closed due to pandemic.

Thanks everyone really helps

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 11:19 am

Aido wrote:
Wed Apr 08, 2020 9:44 am
Hi drgeoff, fruitoftheloom,DirkS
Thanks for the quick response & advice guys appreciated. One more question is there any remedy or work around to try on before I buy a new adapter? Now a days the delivery are getting delays and some online store are temporary closed due to pandemic.

Thanks everyone really helps

If it does not work it does not work, you can not magically make something work that does not.......
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

DirkS
Posts: 10363
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: NO DISPLAY ON MONITOR

Wed Apr 08, 2020 12:02 pm

Aido wrote:
Wed Apr 08, 2020 9:44 am
Hi drgeoff, fruitoftheloom,DirkS
Thanks for the quick response & advice guys appreciated. One more question is there any remedy or work around to try on before I buy a new adapter? Now a days the delivery are getting delays and some online store are temporary closed due to pandemic.

Thanks everyone really helps
TBH: I would start to remove *all* the screen mods you made. I doubt they are all necessary. Maybe just a hdmi mode setting.
And I would remove all the commented out lines (starting with #) as they make it much harder to see what the actual settings are.

Aido
Posts: 6
Joined: Wed Apr 08, 2020 3:59 am

Re: NO DISPLAY ON MONITOR /STUCK IN GREEN SCREEN

Fri May 01, 2020 7:50 pm

Hi Guys,
I was happy that my order just arrived ( micro HDMI-VGA ), But when I try it on my PI4, A green screen appeared and stuck.

Can anyone help me on this. I tried several guide and tips here base on the comments but it does not work.

Can any one share your working config.txt to me. so I can try it to my PI4.

Thanks

Return to “General discussion”