-
Notifications
You must be signed in to change notification settings - Fork 58
HDMI display
KonstaT edited this page Oct 30, 2023
·
2 revisions
HDMI displays that report supported resolutions using EDID are supported. 1920x1080
display resolution is used by default.
Edit device/brcm/rpi4/vendor.prop and change the following line to use some other resolution that your display reports as supported (e.g. 1280x720
).
# Display
debug.drm.mode.force=1280x720
Also display density should be changed to adjust to the changed resolution. Edit device/brcm/rpi4/BoardConfig.mk and change the following line.
# Display
TARGET_SCREEN_DENSITY := 160