Ken Posted December 13, 2021 Posted December 13, 2021 I want the default resolution of my board to be 1280x1080 after power on, and by default my sound output is through HDMI. Please give me some advice, Thanks. Board: Rock64
Werner Posted December 13, 2021 Posted December 13, 2021 Moved to Common issues / peer to peer technical support
Ken Posted December 14, 2021 Author Posted December 14, 2021 board: rockpi4b image: Armbian_21.08.1_Rockpi-4b_focal_current_5.10.60_budgie_desktop.img 1.modify file /boot/boot.cmd add in the end setenv video-mode rockchip:1280x720-24@60,monitor=hdmi,hpd=0,edid=0 saveenv and run $ mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr *** The monitor displays normally and the resolution has not changed *** 2.modify file /boot/armbianEnv.txt add this line extraargs=drm_kms_helper.edid_firmware=HDMI-A-1:edid/1280x720.bin video=HDMI-A-1:1280x720@60 *** The monitor displays normally and the resolution has not changed *** Is there anyone can give me some advice?
Ken Posted December 21, 2021 Author Posted December 21, 2021 I want to disable edid scan function and make the resolution in 1920x1080 when system running. Can someone help me? THK!
Recommended Posts