1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-02-23 02:05:06 +00:00
balkian.github.com/content/page/cheatsheet/rpi.md

21 lines
338 B
Markdown
Raw Permalink Normal View History

2019-01-10 19:26:53 +00:00
---
title: Raspberry Pi
description: Tools, links and configuration for your Raspberry Pi
2025-02-17 23:20:50 +00:00
image: img/rpi.png
2019-01-10 19:26:53 +00:00
tags:
- rpi
---
2025-02-14 13:02:48 +00:00
## HDMI flickering
2017-01-07 22:40:11 +00:00
Avoid HDMI flickering/intermittent blanking on RPI with a 1400x1050 VGA monitor.
2019-01-10 19:26:53 +00:00
```python
2017-01-07 22:40:11 +00:00
hdmi_drive=2
hdmi_group=2
hdmi_mode=42
disable_overscan=1
config_hdmi_boost=7
2019-01-10 19:26:53 +00:00
```