Edge2 Android HDMI 1920x510

@goenjoy

Thank you for release new img file.
I applied it, and then I can see that the monitor shows HDMI Connected as 1920x510@59.

But, actual display is pressed down as seen below :

I mean the system currently recognize its display size is 1920x1080 and maps to 1920x510.
When I checked window size :

adb shell wm size
Physical size: 1920x1080

So modified to

adb shell wm size 1920x510
adb shell wm size
Physical size: 1920x1080
Override size: 1920x510

When I modified vendor/build.prop by adding like this

adb root
adb remount
adb shell setprop persist.sys.root_access 3
adb shell
busybox vi vendor/build.prop

persist.vendor.framebuffer.main=1920x510@59

adb reboot

but the result is same.

Could you advise me how I can fix this physical size change?
Thanks.