2

I recently got my first Raspberry Pi and I've done all the normal playing, setting up XBMC, a LAMP server, NAS, etc.

I'm wondering if it would be possible to mount it on the back of a monitor and install lightdm-login-chromeos and essentially have a DIY Chromebox or would the lesser amount of RAM have too large of an impact?

Caleb
  • 1,186
  • 11
  • 17
FatalKeystroke
  • 165
  • 2
  • 6
  • This is old, but it's something. http://hackaday.com/2012/06/22/bringing-chromium-to-the-raspberry-pi/ –  May 10 '13 at 17:24

2 Answers2

3

Based on the fact that the Pi cannot run Ubuntu, I would say no. (Both the lack of a port (to ARM6), and lack of RAM on the Pi (used to be only 256mb).) However, the Model B boards now come with 512mb RAM , the minimum for Ubuntu being also 512, so maybe in the future this could be possible.

From the official website:

Because of issues with newer releases of Ubuntu and the ARM processor we are using, Ubuntu can’t commit to support Raspberry Pi at the moment.

(See here)

ACarter
  • 2,350
  • 6
  • 25
  • 39
1

The way things sit right now, this is unlikely to ever work.

There are two major issues:

  1. Lightdm is setup to run under the Xorg windowing system, as is the version of Chrome that you mention. While Xorg will run on the Pi, there are not currently accelerated video drivers, so performance will be painfully slow.

  2. The Chrome software you mention is not ported to the ARM CPU architecture. There are other browsers and window managers and login managers that are, but you would need to assemble a software stack that did work, which would be different than your original question.

So, no. There are ways to setup a browser centric desktop experience on a RPi, but you should forget about that particular software stack unless you want to do a serious amount of porting.

Caleb
  • 1,186
  • 11
  • 17