Minor fixes.

This commit is contained in:
2022-06-27 11:28:00 +01:00
parent 1948500f1b
commit cf4cf216b0

View File

@@ -52,7 +52,7 @@ device_cmd "reboot"
device_echo "#1: Running from TV USB" device_echo "#1: Running from TV USB"
echo_and_wait "Plug device from the TV USB, and wait till it boots" echo_and_wait "Plug device from the TV USB, and wait till it boots"
echo_and_wait "Run tetflix" echo_and_wait "Run Netflix"
echo_and_wait "Run BBC" echo_and_wait "Run BBC"
device_echo "#2: Test All HDMI Ports. Hot plug in/plug out" device_echo "#2: Test All HDMI Ports. Hot plug in/plug out"
@@ -67,9 +67,9 @@ echo_and_wait "Turn CEC functionality ON"
echo_and_wait "Turn CEC functionality OFF" echo_and_wait "Turn CEC functionality OFF"
device_echo "#4: Test Display Doctor 1" device_echo "#4: Test Display Doctor 1"
echo_and_wait "'Enter' to configure reboot"
device_cmd "ConfigService -so fw.display-doctor-2.enabled=false" device_cmd "ConfigService -so fw.display-doctor-2.enabled=false"
device_cmd "ConfigService -so fw.display-doctor-2-settings.enabled=false" device_cmd "ConfigService -so fw.display-doctor-2-settings.enabled=false"
echo_and_wait "Reboot Device"
device_cmd "reboot" device_cmd "reboot"
echo_and_wait "Set Display Settings to 4K DolbyVision: " echo_and_wait "Set Display Settings to 4K DolbyVision: "
echo_and_wait "Set Display Settings to 4K HDR: " echo_and_wait "Set Display Settings to 4K HDR: "
@@ -78,6 +78,7 @@ echo_and_wait "Set Display Settings to 1080p: "
echo_and_wait "Set Display Settings to 720p: " echo_and_wait "Set Display Settings to 720p: "
device_echo "#5: Test Display Doctor 2" device_echo "#5: Test Display Doctor 2"
echo_and_wait "'Enter' to configure and reboot"
device_cmd "ConfigService -so fw.display-doctor-2.enabled=true" device_cmd "ConfigService -so fw.display-doctor-2.enabled=true"
device_cmd "ConfigService -so fw.display-doctor-2-settings.enabled=true" device_cmd "ConfigService -so fw.display-doctor-2-settings.enabled=true"
echo_and_wait "Reboot Device" echo_and_wait "Reboot Device"
@@ -88,3 +89,7 @@ echo_and_wait "Set Display Settings to 4K: "
echo_and_wait "Set Display Settings to 1080p: " echo_and_wait "Set Display Settings to 1080p: "
echo_and_wait "Set Display Settings to 720p: " echo_and_wait "Set Display Settings to 720p: "
echo_and_wait "'Enter' to finish test"
device_echo "Testing Done"
device_echo "####################################################"