mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 10:04:42 +00:00
DM sample: update sos/uos boot arg to let Android UOS see two displays
Android HWC has problem when only see one display, then this is workaround patch to make Android HDMI2 display normal. V2: only change AaaG UOS kernel boot arg Signed-off-by: Fei Jiang <fei.jiang@intel.com>
This commit is contained in:
@@ -352,7 +352,7 @@ case $launch_type in
|
||||
launch_clearlinux 1 3 "64 448 8" 0x000C00 clearlinux 1 $debug
|
||||
;;
|
||||
6) echo "Launch android UOS"
|
||||
launch_android 1 3 "64 448 8" 0x000C00 android 1 $debug
|
||||
launch_android 1 3 "64 448 8" 0x000C02 android 1 $debug
|
||||
;;
|
||||
7) echo "Launch clearlinux UOS + android UOS"
|
||||
launch_android 1 2 "64 448 4" 0x00000C android 1 $debug &
|
||||
|
||||
Reference in New Issue
Block a user