View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#10
Originally Posted by vdx29 View Post
Hi
I'm trying to optify my boot video but it doesn't seem to be working. I have created a custom boot video and placed it in my video folder. Then i created a symlink to this video where the boot video is suppose to go. Here is what I have done

Code:
sudo gainroot
cd /usr/share/hildon-welcome/media
ln -s /home/user/MyDocs/.videos/customboot.mp4 customboot
Then I changed the default.conf (under /etc/hildon-welcome.d/) to

Code:
[hildon-welcome]
filename=customboot
After all this the boot video doesn't load at device startup. FYI it was loading fine when it was directly in the /usr/share/hildon-welcome/media/ directory, so it's not the video.
I'm still trying to learn linux and this is my first time with the ln command. I'm probably missing something.

Any help?
don't know why you're using a folder in MyDocs.
place the video in /opt/.
i created a folder /opt/media and moved the Hands-video there too. (saves some more space on rootfs ^^)
then i symlinked the /opt/media folder to /usr/share/hildon-welcome/media.

your default.conf seems to be ok.
you may have a problem because the MyDocs folders are getting mounted after the playback of the bootvideo?! (don't know, i'm just guessing, but that could be the point)

try /opt or (better for your own overview if you have more than one video) /opt/media
 

The Following User Says Thank You to b666m For This Useful Post: