Posts by shuston1981

    If your goal is to have the video output to the TV with the laptop screen disabled then SSH and try this below.

    Code
    echo "#!/bin/sh" > /storage/.config/autostart.sh
    Code
    echo "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!

    I recently installed LE onto an older HP laptop. When I plug the HDMI cord into the TV it only displays in the top left corner of the TV screen. I found an earlier post suggesting that I check the box to "blank other screens" and then switch the output to HDMI1. However, when I do this both screens go blank and I have to restart the computer. I have used this computer before with Kodi installed on windows and it worked fine on the same TV. Any suggestions?