You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
318 B
Markdown

6 years ago
---
title: Raspberry Pi
description: Tools, links and configuration for your Raspberry Pi
tags:
- rpi
---
# HDMI flickering
8 years ago
Avoid HDMI flickering/intermittent blanking on RPI with a 1400x1050 VGA monitor.
6 years ago
```python
8 years ago
hdmi_drive=2
hdmi_group=2
hdmi_mode=42
disable_overscan=1
config_hdmi_boost=7
6 years ago
```