Add 2048x1536 to h3disp, fix 1280x1024

1280x1024: https://forum.armbian.com/index.php?/topic/4094-vesa-1280x1024-with-h3disp/&do=findComment&comment=31220
This commit is contained in:
Thomas Kaiser 2017-05-09 19:08:58 +02:00 committed by GitHub
parent d2d85a0964
commit 85a6ba8608

View File

@ -193,7 +193,7 @@ Main() {
;;
33|1280x1024) # res
HDMIMode=33
pll_video=646
pll_video=432
;;
34|1360x768) # res
HDMIMode=34
@ -206,7 +206,11 @@ Main() {
36|1680x1050) # res
HDMIMode=36
pll_video=294
;;
;;
37|2048x1536) # res
HDMIMode=37
pll_video=688
;;
*)
if [ "X${VideoMode}" = "X" ]; then
echo -e "$0: missing video mode. Try one of the following:\n"