Hi @1085243,
It looks the display resolution is 1920x1080, not 1080x1920.
You can check its resolution under this sysfs nodes.
Code: Select all
root@odroid:~# cat /sys/class/drm/card0-HDMI-A-1/modes
1080x1920
root@odroid:~# cat /sys/class/graphics/fb0/virtual_size
1080,1920
root@odroid:~# cat /sys/class/graphics/fb0/modes
U:1080x1920p-0
1. dmesg
It's difficult to read booting log when you share it as a video file.
Please save a full booting log as following.
Code: Select all
(after booting done)
$ dmesg > /media/boot/dmesg.log
$ cd /media/boot/
$ zip dmesg.log.zip dmesg.log
You can find Xorg.0.log file in /var/log/Xorg.0.log.
Please share the file.
3. boot.ini
And I need your boot.ini, too.