No longer use hardcoded screen resolutions

This commit is contained in:
j1nx 2022-05-30 18:44:16 +02:00
parent 4f1c549976
commit 03188ed798
2 changed files with 6 additions and 6 deletions

View File

@ -20,9 +20,9 @@ kernel=Image
# Automatically load overlays for detected DSI displays
dtoverlay=vc4-fkms-v3d
# dtoverlay=vc4-kms-v3d
hdmi_drive=2
hdmi_group=2
hdmi_mode=14
# hdmi_drive=2
# hdmi_group=2
# hdmi_mode=14
max_framebuffers=2
# uncomment if you get no picture on HDMI for a default "safe" mode
# hdmi_safe=1

View File

@ -23,9 +23,9 @@ display_auto_detect=1
# Enable DRM VC4 V3D driver and setup the mode
dtoverlay=vc4-fkms-v3d
# dtoverlay=vc4-kms-v3d-pi4
hdmi_drive=2
hdmi_group=2
hdmi_mode=14
# hdmi_drive=2
# hdmi_group=2
# hdmi_mode=14
max_framebuffers=2
# uncomment if you get no picture on HDMI for a default "safe" mode
# hdmi_safe=1