Someone asked for my raspberry Pi 2 settings so here they are.
#1
keymap.xml
PHP Code:
<keymap>
    <global>
        <
remote>
            <
yellow>INFO</yellow>
            <
green>ContextMenu</green>
        </
remote>
    </global>

    <
FullscreenVideo>
        <
remote>
            <
yellow>INFO</yellow>
            <
green>NextSubtitle</green>
        </
remote>
    </
FullscreenVideo>

    <
FullscreenLiveTV>
        <
remote>
            <
blue>XBMC.ActivateWindow(TVGuide)</blue>
            <
up>XBMC.ActivateWindow(PVROSDChannels)</up>
            <
down>XBMC.ActivateWindow(PVROSDChannels)</down>
            <
left>Down</left>
            <
right>Up</right>
        </
remote>
        <
keyboard>
            <
up>XBMC.ActivateWindow(PVROSDChannels)</up>
            <
down>XBMC.ActivateWindow(PVROSDChannels)</down>
            <
left>Down</left>
            <
right>Up</right>
        </
keyboard>
    </
FullscreenLiveTV>

    <
TVGuide>                 
        <
remote>                   
            <
back>Fullscreen</back>   
            <
guide>Fullscreen</guide>
            <
blue>Fullscreen</blue>  
        </
remote>                  
    </
TVGuide>
</
keymap


advancedsettings.xml
PHP Code:
<advancedsettings>
    
    <
videoscanner>
        <
ignoreerrors>true</ignoreerrors>
    </
videoscanner>

    <
network>
        <
cachemembuffersize>5282880</cachemembuffersize>
    </
network>

    <
gui>
        <
algorithmdirtyregions>3</algorithmdirtyregions>
        <
nofliptimeout>0</nofliptimeout>
    </
gui>

</
advancedsettings

config.txt
PHP Code:
arm_freq=1100
core_freq
=500
sdram_freq
=500
over_voltage
=4
force_turbo
=1
gpu_mem
=224
hdmi_force_hotplug
=1
disable_overscan
=1
hdmi_ignore_cec
=0
temp_limit
=80
avoid_pwm_pll
=1
disable_splash
=
Reply
#2
https://www.youtube.com/watch?v=jjqEj0ArQEg

https://www.youtube.com/watch?v=kNEa8y-P0-Y

https://www.youtube.com/watch?v=ytTX0jMRJJA
Reply
#3
It would be helpful if you actually posted in the RPi dedicated thread as this has nothing to do with hardware at all.

http://forum.kodi.tv/forumdisplay.php?fid=166

Reply
#4
moved
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#5
sorry I am a buffoonHuh

thanks for the move
Reply
#6
the TV is from TVheadend and not pirate TV add-ons so please stop sending PMs about pirate TV add-on as I have no idea on this.
Reply
#7
another point to note is its all about the 4k write speed of your card. The best card for the buck is the

http://www.amazon.co.uk/Samsung-Memory-S...ng+class+6

Its 4k write speed is great, any faster and its wasted on the Pi2. I used a samsung class 10 card with faster 4k writes but I could not tell any difference.
Reply
#8
Thanks for the info.

For your movies/video are you using NAS storage or an attached USB Hard Drive?
Reply
#9
NAS Synology ds214play with 2 x 4tb but a USB H/D would be just as good.

now 2 x 8Tb in mirrored raid
Reply
#10
Hi bertybassett nice set up. What Tuner are you using for the live TV? Thanks
Reply
#11
Nice and very FAST setup. I'm using Aeon Nox and it's even fast there.
Reply
#12
pctv 209e I think
Reply
#13
(2015-02-21, 13:20)bertybassett Wrote: keymap.xml
PHP Code:
<keymap>
    <global>
        <
remote>
            <
yellow>INFO</yellow>
            <
green>ContextMenu</green>
        </
remote>
    </global>

    <
FullscreenVideo>
        <
remote>
            <
yellow>INFO</yellow>
            <
green>NextSubtitle</green>
        </
remote>
    </
FullscreenVideo>

    <
FullscreenLiveTV>
        <
remote>
            <
blue>XBMC.ActivateWindow(TVGuide)</blue>
            <
up>XBMC.ActivateWindow(PVROSDChannels)</up>
            <
down>XBMC.ActivateWindow(PVROSDChannels)</down>
            <
left>Down</left>
            <
right>Up</right>
        </
remote>
        <
keyboard>
            <
up>XBMC.ActivateWindow(PVROSDChannels)</up>
            <
down>XBMC.ActivateWindow(PVROSDChannels)</down>
            <
left>Down</left>
            <
right>Up</right>
        </
keyboard>
    </
FullscreenLiveTV>

    <
TVGuide>                 
        <
remote>                   
            <
back>Fullscreen</back>   
            <
guide>Fullscreen</guide>
            <
blue>Fullscreen</blue>  
        </
remote>                  
    </
TVGuide>
</
keymap


advancedsettings.xml
PHP Code:
<advancedsettings>
    
    <
videoscanner>
        <
ignoreerrors>true</ignoreerrors>
    </
videoscanner>

    <
network>
        <
cachemembuffersize>5282880</cachemembuffersize>
    </
network>

    <
gui>
        <
algorithmdirtyregions>3</algorithmdirtyregions>
        <
nofliptimeout>0</nofliptimeout>
    </
gui>

</
advancedsettings

config.txt
PHP Code:
arm_freq=1100
core_freq
=500
sdram_freq
=500
over_voltage
=4
force_turbo
=1
gpu_mem
=224
hdmi_force_hotplug
=1
disable_overscan
=1
hdmi_ignore_cec
=0
temp_limit
=80
avoid_pwm_pll
=1
disable_splash
=

Popcornmix,

What is your advice about this? I thougt Dirty regions were not needed anymore, also nofliptimeout?
what about cache buffer size?

Milhouse also wrote that the best setting for gpu_mem was 320?

Regards
Reply
#14
(2015-03-02, 20:28)jpcolin Wrote: What is your advice about this? I thougt Dirty regions were not needed anymore, also nofliptimeout?
what about cache buffer size?

Milhouse also wrote that the best setting for gpu_mem was 320?

The dirty regions are default, so are best removed from advancedsettings.
I'd also remove the cachemembuffersize (you will get 2MB for a 256MB Pi, and 20MB for 512M Pi or 1GB Pi2)

gpu_mem is set to 256 on a clean OE image, which I think is sensible for most users.
If you manually set the fanart resolution to 1080p and use a heavy skin, then 320 may be better.

To be honest, unless you are running lots of other applications (e.g. torrents), you'll find the ARM always has hundreds of MB free, so there is no harm in setting gpu_mem higher.
But for most users you'll see no difference with gpu_mem=256 or gpu_mem=512.
Reply
#15
May i ask what recommended power supply is in use for the pi2..can we still, use apple usb adapters..??or is there a recommended power supply.?any recommendations what u guys are using pls. Im.asking with overclocked pi2 as well that the power supply can handle as well.as i have some spare apple usb adapters lying about micro sd card and a uab 3.0..thanks...SmileSmile
Is it recommended to have heatsinks and fan..??or not.
Reply

Logout Mark Read Team Forum Stats Members Help
Someone asked for my raspberry Pi 2 settings so here they are.0