Difference between revisions of "Using an OLPC XO-1 laptop as a remote display"

no edit summary
(Created page with "The sadly failed OLPC project created a bunch of interesting hardware and many still have old models like the XO-1 laptop lying around their homes. Too interesting to throw aw...")
 
Line 52: Line 52:
From the remote machine (space.local) run:
From the remote machine (space.local) run:


<code>
DISPLAY=olpc.local:0 chromium-browser --kiosk "https://omnicommons.org/calendar"
DISPLAY=olpc.local:0 chromium-browser --kiosk "https://omnicommons.org/calendar"
</code>


You should make this run on startup.
You should make this run on startup.


Now make a nice web-page that shows what you want to show and which has javascript to auto-reload every so often.
Now make a nice web-page that shows what you want to show and which has javascript to auto-reload every so often.