Hitchcock 0 Posted September 26, 2021 I connected 4:3 monitor to Tinker Board 2 . And , I changed resolution to 1024x768 on Android 10 . But , black lines appeared on the left and right in the screen in ADB and Root . How can I use 4:3 monitor on Tinker Board 2 Android 10. Someone help me , please. Share this post Link to post Share on other sites
tooz 54 Posted September 27, 2021 hello @Hitchcock 19 hours ago, Hitchcock said: But , black lines appeared on the left and right in the screen in ADB and Root . could you send us a picture of the display when the issue happened? what model is the monitor? did you only connect the board to hdmi, or did you connect it to both dsmi and dsi at the same time? also, did you reboot the board when you modified the resolution? Share this post Link to post Share on other sites
Hitchcock 0 Posted September 28, 2021 thank you @tooz I use this monitor. I did only connect the board to hdmi. I was setting with "Resolution Changer (ADB)" and "DPI Changer (Root)" , and each apps had same result. This 2nd photo was setting resolution 1024x768 , and it was same after reboot. Share this post Link to post Share on other sites
tooz 54 Posted September 28, 2021 hello @Hitchcock, some questions and possible solution for the issue: q1. is the resolution of the 1st pic 1920x1080? q2 . has the DPI been modified? if so, please modify the resolution to 1024x768(settings-> display-> HDMI-> resolution) and reboot; you can also try to flash the board to android 11 and see if it improves q3. is the monitor connected to the HDMI port? or is it connected to a HDMI-DSUSB dongle? also, please use the commands in adb shell below to see if it works: su setprop persist.vendor.overscan.main "overscan 100,100,100,100" stop start Share this post Link to post Share on other sites
Hitchcock 0 Posted September 28, 2021 Thank you @tooz I tried some solution. a1) The resolution is 1920x1080 of the 1st pic. a2) I could not modify the resolution to 1024x768. settings-> display-> HDMI-> resolution-> [1024x768 ] was can not found. I am not try to flash the board to android 11 yet. a3) monitor is connected to the HDMI port. That commands in adb shell was not work. "su" command was want a password , and I don't know correct password. "setprop" command was "not found" Share this post Link to post Share on other sites
Hitchcock 0 Posted October 3, 2021 > also, please use the commands in adb shell below to see if it works: the command was works in adb shell. But, nothing was change. I checked in adb shell. "adb shell wm size" "Physical size: 1920x1080" This Display size is 1024x768. Can I Use 4:3 monitor on Tinker Board 2 ? Share this post Link to post Share on other sites
Joe 3 Posted November 5, 2021 Hi @Hitchcock Please try the following command 1) adb root 2) adb remount 3) adb.exe pull /system/usr/share/resolution_white.xml ./ 4) add resolution_white.xml 1024x768 resolution 5) adb push resolution_white.xml /system/usr/share/ 6) adb reboot 7) then check if 1024x768 in HDMI resolution list thanks. Share this post Link to post Share on other sites