Posts by clvk07

    Use xorion bootlogomaker to upload your desired boot logo.
    To make the boot logo appear for longer, just add your logo to all empty pictures, hit "convert to mvi" , enter your receiver's ip, root and password details and hit "send converted logos".
    You'll find xorion bootloader maker here:
    http://linuxsat-support.com/sh…go-Maker?highlight=xorion


    Tried that same problem.


    drwxr-xr-x 2 root root 0 Jul 17 00:14 meta
    -rw-r--r-- 1 root root 209180 Jul 17 15:57 bootlogo_wait.mvi
    -rw-r--r-- 1 root root 209180 Jul 17 15:57 bootlogo.mvi
    -rw-r--r-- 1 root root 209180 Jul 17 15:57 reboot.mvi
    -rw-r--r-- 1 root root 209180 Jul 17 15:57 switchoff.mvi
    -rw-r--r-- 1 root root 209180 Jul 17 15:57 shutdown.mvi


    directory looks fine.


    unless there is a problem with this image opendroid 5.5 for the amiko 8900.


    there is a script in /etc


    oot@amiko8900:/etc/init.d# more bootlogo
    # avoid the console messages clobbering our logo
    [ -f /sys/class/vtconsole/vtcon1/bind ] && echo 0 > /sys/class/vtconsole/vtcon1/bind
    # and set the correct videomode before showing the bootlogo
    [ -f /etc/videomode ] && cat /etc/videomode > /proc/stb/video/videomode


    BOOTLOGO=/usr/share/bootlogo.mvi
    [ -f /etc/enigma2/bootlogo.mvi ] && BOOTLOGO=/etc/enigma2/bootlogo.mvi
    /usr/bin/showiframe ${BOOTLOGO}
    [ -f /etc/init.d/bootlogo.py ] && /usr/bin/python /etc/init.d/bootlogo.py


    it seems to set the video mode, unless something is wrong with this script.