Live CD: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Add hint for altering X resolution)
mNo edit summary
 
(99 intermediate revisions by 40 users not shown)
Line 1: Line 1:
{{Translations}}
<< [[Emulating the XO]]


In the past, OLPC and the community produced [[wikipedia:Live CD|Live CDs]], allowing OLPC's "Sugar" interface to be run on "regular computers" without making any permanent changes to the system. Today, Sugar is developed as a generic project and is available in various different live media forms, see '''[http://wiki.sugarlabs.org/go/Downloads Sugar Labs Downloads]'''.
Trying out the [[Sugar]] environment is as simple as 1, 2, 3!


Information regarding old LiveCD projects based around very old OLPC software releases can be found at [[LiveCd/Historical]].
=== Step 1 ===

Download [http://olpc.download.redhat.com/olpc/streams/sdk/latest/livecd/olpc-redhat-stream-sdk-livecd.iso olpc-redhat-stream-sdk-livecd.iso]

=== Step 2 ===

Burn the iso image to a blank CD

=== Step 3 ===

Pop CD into your machine and boot.



== Potential Issues ==

The Live-CD does not seem to boot off an external optical-drive connected via USB.

== Notes for the future ==
You can check when the file was last updated [http://olpc.download.redhat.com/olpc/streams/sdk/latest/livecd/ here].
: As of 2007-May-24, it was 2007-Apr-07. :( [[User:MitchellNCharity|MitchellNCharity]] 11:27, 24 May 2007 (EDT)

== Hints and Tips ==
* Altering the desktop resolution
** Somehow pull up a terminal (there is one easily accessible via the classic Gnome desktop)
** Either edit /etc/X11/xorg.conf (example below focusing on the 'Modes' line setting 800x600) OR run system-config-display and select the appropriate resolution from the GUI
** Restart the X server with ctrl-alt-backspace (NOTE: This may take some seconds. It will drop back to a login prompt but if you wait it will start up X again, assuming you provided a valid resolution.)

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600"
EndSubSection
EndSection


[[Category:General Public]]
[[Category:General Public]]
[[Category:Software]]
[[Category:Live CDs]]
[[Category:Emulation]]

Latest revision as of 18:15, 7 February 2011

  العربية | english | español | 日本語 | português HowTo [ID# 252461]  +/-  


In the past, OLPC and the community produced Live CDs, allowing OLPC's "Sugar" interface to be run on "regular computers" without making any permanent changes to the system. Today, Sugar is developed as a generic project and is available in various different live media forms, see Sugar Labs Downloads.

Information regarding old LiveCD projects based around very old OLPC software releases can be found at LiveCd/Historical.