Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
# This comments out a line in Raspbian's config file that seems to prevent the desired screen resolution in VNC
# The logic here is that if the line does exist, and if the line is not commented out, comment it out.
if [ -n "$(grep '^dtoverlay=vc4-kms-v3d' '/boot/config.txt')" ]
then
sed -i "s/dtoverlay=vc4-kms-v3d/#dtoverlay=vc4-kms-v3d/g" /boot/config.txt
fi
if [ -n "$(grep '^dtoverlay=vc4-fkms-v3d' '/boot/config.txt')" ]
then
sed -i "s/dtoverlay=vc4-fkms-v3d/#dtoverlay=vc4-fkms-v3d/g" /boot/config.txt
fi
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
if [[ "${testCommand}" == *"OK"* || "${testCommand}" == *"Moved"* ]]
if [[ "${testCommand}" == *"200"* || "${testCommand}" == *"301"* ]]
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.