18

The screen flashes/blanks randomly, when It flashes, It goes blank and stays in blank for like 2 seconds and screen comes back again. But again after having 1 second of screen, it goes blank again. Sometimes it might take up to 10 minutes for it to go blank, but sometimes every 2 seconds it goes blank. I've tested using a 1280x768 monitor and it worked fine without even one blanking. I'm using a HDMI to VGA converter. My own monitor is 1048x768 LG Flatron old monitor. Could that be my monitor is taking some power from raspberry? But if it's taking power, then why does the monitor go blank randomly and why sometimes it works for 10 minutes without blanking?

Also as a note, I've tried hdmi-safe and it was the same. I tried changing the resolution but it was still the same problem.

Ghanima
  • 15,958
  • 17
  • 65
  • 125
111WARLOCK111
  • 181
  • 1
  • 1
  • 3

9 Answers9

8

In /boot/config.txt, uncomment the line with config_hdmi_boost and change its value to =6.

The suggested value of 4 was still too low for a Samsung 205BW monitor connected to a Raspberry Pi 3.

Serge Stroobandt
  • 455
  • 7
  • 18
7

I'm not sure this will help, but had this similar problem on my Raspberry (old 1 Model B) also yesterday. I had not noticed it before because I only recently started using it with X and a monitor. Every time I scrolled in a browser window or even an lxterminal the screen would go blank for 2 seconds seemingly randomly. Changing resolution or tweaking with hdmi settings in /boot/config.txt had no effect whatsoever. It turned out that the problem was related to insufficient power fed to the display adaptor. I had my raspberry connected to my router's usb slot and obviously this port is only meant for usb sticks that require far less power, perhaps just a few hundred mAs. Connecting the raspberry to a usb port on my pc solved the problem. No more flashing. So try connecting your unit to a different power supply (one rated for at least 1A, preferably more). I hope this helps anyone with similar issues.

Ghanima
  • 15,958
  • 17
  • 65
  • 125
Limealot
  • 71
  • 1
  • 3
5

I finally solved this issue by changing /boot/config.txt. By setting hdmi_group=1 and hdmi_mode=25, which will set the refresh rate to 100Hz.

Darth Vader
  • 4,218
  • 24
  • 47
  • 70
bert
  • 51
  • 1
  • 1
3

I had the same screen flashing problem. I tried various suggestions here but it did not help. I replaced my 15' HDMI cable with a 2' cable and the problem went away.

0

I had a similar problem with a mini screen. It would start displaying, turn on for a single frame, and turn off over and over again. I had to physically remove the speakers from the monitor and it never happened again. Hope this helps someone!

0

I got the same problem of intermittent blank screen on Raspberry Pi 3. Searched the web for many days, didn't find the right answer. It's not caused by a power voltage issue, or HDMI boost parameter as many answers suggest.

I finally solved this issue by changing /boot/config.txt, by setting hdmi_group=1. And hdmi_mode=41. Which will set the refresh rate to 100.

Seems the default configuration doesn't work properly.

techraf
  • 4,353
  • 10
  • 32
  • 43
Jianwu Chen
  • 101
  • 1
0

This problem started happening after my RPI Model B+ lost power suddenly.

Several reboots and "fixes" to /boot/config.txt (described above) did not help.

What worked for me was to go the drive eject icon in far upper right corner of screen and eject my SD card. After a reboot, problem was fixed.

Greenonline
  • 2,969
  • 5
  • 27
  • 38
-1

The simplest answer I've personally discovered is that an aux cable or even a dummy 3.5mm jack needs to be plugged into the HDMI to VGA adapter always , if not the pi finds audio not being picked up I guess and it tries to identify the display causing the screen flickering cz HDMI has both audio and video . When the 3.5mm slot in the adaptor is plugged with anything, screen flickering stops

-1

Add this line to /boot/config.txt

disable_splash=1

Then reboot 2 times.