FullPageOS – A RaspberryPi distro to display a full page browser on boot
11–20 of 42 posts
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#12Are there Linux distros dedicated to kiosk mode?
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#13Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#14My goals were small size and building something very secure, and I think I pulled it off. The resulting disk image is on the order of a couple hundred megabytes, iirc (X is very big), and it does not permit interactive login by default (no ssh). It also runs the root filesystem in read-only mode. As a bonus, you get the entire Yocto ecosystem.
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#15I've achieved this with a few lines of bash on the default Pi distro. I don't really see the benefit unless there's added advantage of Chromium being accelerated? (Last time I checked it was not. Not only that HTML5 Audio was missing too). For anyone interested heres a dirty bash script I had: 1. Auto Login & Disable Screen Blanking: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=18200 , http://elinux.org/RPi…
iceweasel "https://www.google.com"
...and installing something like https://addons.mozilla.org/en-us/firefox/addon/r-kiosk/Or, you can take advantage of this almost two years old bug related to full screen mode: https://bugzilla.mozilla.org/show_bug.cgi?id=1049807
It takes ~1 minute for my RPi2 to boot and start IceWeasel, but it gets the job done in the quickest way possible.
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#16I've achieved this with a few lines of bash on the default Pi distro. I don't really see the benefit unless there's added advantage of Chromium being accelerated? (Last time I checked it was not. Not only that HTML5 Audio was missing too). For anyone interested heres a dirty bash script I had: 1. Auto Login & Disable Screen Blanking: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=18200 , http://elinux.org/RPi…
Sweet, I've been wanting to create an OS on a RasPi, and your project just made it easier. Thanks! I was going to use Electron, but I guess Chromium is good too. I'll have to change some things to make it work with my FeathersJS app.
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#17Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#18Are there Linux distros dedicated to kiosk mode?
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#19I've achieved this with a few lines of bash on the default Pi distro. I don't really see the benefit unless there's added advantage of Chromium being accelerated? (Last time I checked it was not. Not only that HTML5 Audio was missing too). For anyone interested heres a dirty bash script I had: 1. Auto Login & Disable Screen Blanking: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=18200 , http://elinux.org/RPi…
Re: FullPageOS – A RaspberryPi distro to display a full page browser on boot
#20I have experimented a bit with the raspberry pi to drive some TV's around our office. Stock Raspberian OS with different browsers. Unfortunately I was kind of underwhelmed by the performance: tv.giphy.com already is kind of too heavy, and even geckoboard is to heavy to run on a raspberry.. Or am I missing some great performance tweaks?