If your goal is to have the video output to the TV with the laptop screen disabled then SSH and try this below.
Codeecho "xrandr --output LVDS1 --off && xrandr --output HDMI1 --mode 1920x1080 --rate 60.00" >> /storage/.config/autostart.sh
If you need to go back just delete the "autostart.sh" file created.
Worked Perfectly! Thanks!