This is an old revision of the document!
apt update
apt upgrade
/boot/config.txt
: gpu_mem=256
/boot/config.txt
: dtoverlay=pi3-disable-wifi
echo "performance" | tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
xset s off
xset -dpms
curl -sLS http://apt.flirc.tv/add | bash
raspi-config
command (as root)ALSA:default
in mythfrontend's config sectionalsamixer
and alsactl store
OpenMAX High Quality
in video playback options, ensuring max CPUs
is 4For some combinations of hardware and software versions, the display that MythTV is using can become “deactivated”, usually due to the actual hardware display being switched to another input (as is common for TVs, switching to a different HDMI port, etc…).
To reactivate a display:
#!/bin/bash SDN=":0" VDN="HDMI2" xrandr -d ${SDN} --output ${VDN} --auto
… you might have to find the values for SDN
and VDN
from .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml