-
Notifications
You must be signed in to change notification settings - Fork 59
HDMI display
KonstaT edited this page Feb 6, 2025
·
4 revisions
HDMI displays that report supported resolutions using EDID are supported. 1920x1080
display resolution is used by default.
Edit device/brcm/rpi5/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/rpi5/BoardConfig.mk and change the following line.
# Display
TARGET_SCREEN_DENSITY := 160