#!/bin/sh
# Indicate to the xinitrc-tv script that we're in TV-out mode
export X_TV_OUT_ENABLED=1
# Start X with TV-out enabled only (VGA monitor goes black)
startx ~/xinitrc-tv -- -layout TVOnly &> /tmp/xfreetv.log &
