[mythtv-users] MythTV Raspberry Pi 2+ MythFrontend Setup Tutorial

Curtis Gedak gedakc at gmail.com
Mon Mar 28 17:58:42 UTC 2016


On 16-03-28 11:40 AM, airdrummer wrote:
> Mike Perkins wrote:
>> I don't expect to be able to use a mouse either in mythtv or in
>> mythtv-setup, so
>> I don't bother. The interface is designed to be accessed from the far
>> side of a
>> living room. Why don't you just use the keys?
> 
> i don't have a kbd, just the mouse & mce remote
> 


If you are following the tutorial I wrote for setting up LIRC on RPi,
then be sure NOT to enable "dtoverlay=lirc-rpi" in /boot/config.txt.

If I recall correctly, that paramater is for when you create your own
infrared receiver using the GPIO pins.


For reference my /boot/config.txt is as follows:


# For more options and information see
# http://www.raspberrypi.org/documentation/configuration/config-txt.md
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if
console
# goes off screen, and negative if there is too much border
#overscan_left=61   # was 16 on each line
#overscan_right=61
#overscan_top=46
#overscan_bottom=46

# uncomment to force a console size. By default it will be display's
size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio
work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference,
blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
gpu_mem=256

# MPEG-2 license
decode_MPG2=0xe05b40bc

# Monitor settings
hdmi_group=2 # DMT
hdmi_mode=39 # 1360x768 60 Hz

# Overclock settings
#arm_freq=1000
#core_freq=450
#gpu_freq=300
#sdram_freq=467
#over_voltage=2


More information about the mythtv-users mailing list