Playing a presentation through a tv/monitor

Thanks mate. Having trouble getting used to the startup folder in raspbian. I broke it last night and the os wouldn't start-up at all! I'm sure it would have been an easy fix but I just reinstalled back to the start for me :p
 
We have Chromium running as a kiosk using /etc/xdg/lxsession/LXDE/autostart with something like:

Code:
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
#@xscreensaver -no-splash
@xset s off
@xset -dpms
@xset s noblank
@sh ~/Run.sh

xset hides the mouse pointer. You'll need to install xset with:
Code:
apt-get install x11-xserver-utils

Create Run.sh:
touch ~/Run.sh
chmod +x ~/Run.sh

In it:
Code:
echo Sleeping..
sleep 10
echo Killing Chromium
pkill -f chromium
echo Starting Chromium
DISPLAY=:0 chromium --noerrdialogs --kiosk &



You should be able to adjust that to suit.
 
sorry, im a very new to this. What I have done so far to test this out is:
downloaded Chromium
navigated to /etc/xdg/lxsession/LXDE/autostart through leafpad.
Copied everything you have in the first code box
installed xset
then this is where I got confused:
I opened up a terminal and typed: sudo nano Run.sh
I then copied and pasted what you have in your last code box then saved it
then typed sudo touch ~/Run.sh
then sudo chmod +x ~/Run.sh
Restarted, and nothing happened. I guess ive done something wrong?
 
Missed your earlier post but awesome, glad you got it half working :).

Do you need to use a USB stick? Can't you copy the presentation onto the SD card instead?
 
Buy a Samsung Digital Signage screen.
It will play PPT/video/images etc automatically from a USB without a PC at all. You can even used the remote control to flick through channels of different content like a normal TV.
http://displaysolutions.samsung.com/products/lfdProducts/418
Its a professional solution designed for this sort of installation.

You will get warranty, a specialist software platform, and easy maintenance, with no external cables/OS or PC to manage.

You can even network it and use the software solution to manage it remotely, set schedules, and content channels.

I work in the industry.

That isn't something that runs MagicInfo is it? Lawd
 
Back
Top Bottom