1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-04-16 09:49:05 +00:00
balkian.github.com/content/post/rpi-hdmi-flickering.md
J. Fernando Sánchez dc2e3dd59c refactor
2025-03-07 10:41:54 +01:00

22 lines
333 B
Markdown

---
title: Fixing HDMI flickering
image: img/rpi.png
readingTime: false
categories:
- Linux
tags:
- rpi
- snippet
---
Use this config to avoid HDMI flickering/intermittent blanking on RPI with a 1400x1050 VGA monitor.
```python
hdmi_drive=2
hdmi_group=2
hdmi_mode=42
disable_overscan=1
config_hdmi_boost=7
```