diff options
author | Maxim Devaev <[email protected]> | 2024-04-06 23:51:41 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-07-19 15:25:13 +0300 |
commit | 142c4a3552d443bca1a491d1b17d53e2b126ea91 (patch) | |
tree | cbc9696856db3ae1c15aaa6dff05b88350c511dd /configs | |
parent | 56728d5007fa0a8ea0f45cdf9cb646db2a55599c (diff) |
v4plus: config.txt for passthrough
Diffstat (limited to 'configs')
-rw-r--r-- | configs/os/boot-config/v4plus-hdmi-rpi4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/os/boot-config/v4plus-hdmi-rpi4.txt b/configs/os/boot-config/v4plus-hdmi-rpi4.txt index 3728ab39..05821ea4 100644 --- a/configs/os/boot-config/v4plus-hdmi-rpi4.txt +++ b/configs/os/boot-config/v4plus-hdmi-rpi4.txt @@ -23,3 +23,7 @@ dtparam=i2c_arm=on # Clock dtoverlay=i2c-rtc,pcf8563,wakeup-source + +# Passthrough +dtoverlay=vc4-kms-v3d +disable_overscan=1 |