Tweak boot/config.txt info
This commit is contained in:
parent
9043cc88fa
commit
46ba14c886
11
docs/base.md
11
docs/base.md
|
@ -87,11 +87,16 @@ disable_overscan=1
|
||||||
dtoverlay=vc4-fkms-v3d
|
dtoverlay=vc4-fkms-v3d
|
||||||
max_framebuffers=1
|
max_framebuffers=1
|
||||||
|
|
||||||
|
# Make sure hdmi low power mode is set for when the feature is implemented on the Pi4
|
||||||
|
hdmi_blanking=1
|
||||||
|
|
||||||
# you may need to add hdmi settings specific to your lcd display panel
|
# you may need to add hdmi settings specific to your lcd display panel
|
||||||
# for example, the below settings are for a 2560x1600 50Hz panel
|
# for example, the below settings are for a 2560x1600 50Hz panel
|
||||||
hdmi_cvt=2560 1600 50 5 0 0 1
|
# see https://www.raspberrypi.org/documentation/configuration/config-txt/video.md
|
||||||
hdmi_group=2
|
# for additional details
|
||||||
hdmi_mode=88
|
#hdmi_cvt=2560 1600 50 5 0 0 1
|
||||||
|
#hdmi_group=2
|
||||||
|
#hdmi_mode=88
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
nano -w /mnt/arch/boot/cmdline.txt
|
nano -w /mnt/arch/boot/cmdline.txt
|
||||||
|
|
Loading…
Reference in a new issue