Marco Barisione
February 02, 2015
Today the Raspberry Pi Foundation announced a new model of the Raspberry Pi!
While the new Raspberry Pi looks almost identical to the previous one, it’s much more powerful (and with four cores instead of one) and costs just $35.
Here at Collabora we have worked together with the Raspberry Pi Foundation on optimising WebKit for the first Raspberry Pi, achieving a good browsing experience (notwithstanding hardware limitations) with smooth 720 videos, good responsivity, etc.
Despite this work, a lot of web sites are just incredibly heavy and don’t run too well on the RPi1, so the extra CPU power is very useful. Just look at this video to see the difference in performances between the two Pis.
Comparison between the RPi1 and RPi2 (mp4 video file)
Our optimised WebKit-based web browser (i.e. GNOME Web, AKA Epiphany) is already available in Raspbian images, so you will get this out of the box.
05/04/2022
Monado now has initial support for 6DoF ("inside-out") tracking for devices with cameras and an IMU! Three free and open source SLAM/VIO…
30/03/2022
When developing an application or a library, it is very common to want to run it without installing it, or to install it into a custom prefix…
23/03/2022
An incredible amount has changed in Mesa and in the Vulkan ecosystems since we wrote the first Vulkan driver in Mesa for Intel hardware…
14/03/2022
Every file system used in production has tools to try to recover from system crashes. To provide a better infrastructure for those tools,…
08/03/2022
The PipeWire project made major strides over the past few years, bringing shiny new features, and paving the way for new possibilities in…
08/02/2022
Over the past 18 months, we have been on a roller-coaster ride developing futex2, a new set of system calls. As part of this effort, the…
Comments (8)
Peter Johansson:
Mar 10, 2015 at 05:29 PM
Hi,
Good to see the great progress of optimization, just curious since reading the article from Sjoerd (https://www.collabora.com/about-us/blog/2015/02/03/debian-jessie-on-raspberry-pi-2), is it possible to get this version on Epiphany running on the Jessie release? repo/src code for this?
Thank and keep up the work!
Reply to this comment
Reply to this comment
Marco Barisione:
Mar 12, 2015 at 11:35 AM
Due to dependencies, it's quite tricky to get the current Epiphany/WebKit to run on Debian Jessie. We plan on upgrading the current browser to Raspbian Jessie in the next month or so and, when it's done, running it on Debian will be much easier.
We also have longer term plans on updating our WebKit to WebKit2 (i.e. the multiprocess Chrome-like WebKit).
Reply to this comment
Reply to this comment
Tim Davis:
Apr 08, 2015 at 01:12 AM
It would be great to see epiphany browser running on jessie. I am presently running mate on Jessie (on RPi2) and it is great... just need the final piece of the puzzle (multi-threaded epiphany).
Reply to this comment
Reply to this comment
Emanuele Aina:
Apr 10, 2015 at 10:06 AM
We don't have any date set yet, but moving our branch to Rasbpian Jessie is definitely in the plans, which should make running the patched version on Debian much easier. We'll keep you posted!
Reply to this comment
Reply to this comment
osol:
May 23, 2015 at 07:40 AM
Epiphany that comes with the Raspian image always crashes/stops when i perform a "save as" of a web-page. That is a big turn off, I use iceweasel instead......
Reply to this comment
Reply to this comment
Emanuele Aina:
May 25, 2015 at 06:24 PM
@osol, I just tried "Save As" on http://www.bbc.com/news with epiphany-browser 3.8.2.0-0rpi22rpi1 and libwebkitgtk-3.0-0 2.4.1-1rpi41rpi1 but I've not been able to reproduce your issue.
Can you provide me some more info, like the output of `dpkg -l epiphany-browser && dpkg -l libwebkitgtk-3.0-0` and the URL of the page you tried to save?
Feel free to mail me directly: emanuele.aina@collabora.com
Reply to this comment
Reply to this comment
Peter Strong:
Dec 13, 2015 at 06:07 AM
I understand the new 'Web' browser for Pi2 Raspbian has Javascript disabled by default. Try as I may for several hours today on Google, RaspberryPi and Gnome web site searches I cannot find any info on how to enable Javascript on this new browser - Web 3.8.2
Reply to this comment
Reply to this comment
Emanuele Aina:
Dec 14, 2015 at 01:25 AM
@Peter Strong, JavaScript is enabled by default, only some optimizations are turned off (ie. the JIT). This means that JavaScript is still quite slow on the Raspebrry Pi (even on the Pi 2), but it runs fine nonetheless.
Reply to this comment
Reply to this comment
Add a Comment