mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-23 20:22:20 +00:00
refactor
This commit is contained in:
18
content/post/emacs-font-lock.md
Normal file
18
content/post/emacs-font-lock.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Emacs: show plain text version"
|
||||
#image: "img/emacs.png"
|
||||
tags:
|
||||
- emacs
|
||||
- org
|
||||
- productivity
|
||||
- lisp
|
||||
- snippet
|
||||
---
|
||||
|
||||
<!--more-->
|
||||
|
||||
```lisp
|
||||
(font-lock-mode)
|
||||
```
|
||||
|
||||
|
21
content/post/rpi-hdmi-flickering.md
Normal file
21
content/post/rpi-hdmi-flickering.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user