Release notes/7.1.0: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
Line 58: Line 58:
[[WPA_Manual_Setting|WPA AP]]
[[WPA_Manual_Setting|WPA AP]]


==Suspend/resume and power management==
;{{ticket|60|Suspend/Resume}}: Note that a number of the bugs in the tracker bug are likely duplicates. Suspend and resume using the power button currently wakes up for various types of wireless LAN traffic.
''Placeholder for suspend/resume bugs''


==Other==
==Other==
Line 74: Line 70:
[[608-demo-notes|Demo notes of new features]]
[[608-demo-notes|Demo notes of new features]]


'''Notes:'''

'''Open Issues'''


* Journal

* Sugar

** If the network neighborhood mesh view stops showing other laptops or access points, reboot sugar with CTL-ALT-ERASE



Note that for long term storage, removing the battery pack after a full charge is best practice; this is true for all battery powered devices.
Note that for long term storage, removing the battery pack after a full charge is best practice; this is true for all battery powered devices.
Line 91: Line 78:
;[https://bugs.freedesktop.org/show_bug.cgi?id=10900 fontconfig cache is invalidated too easily on mtime check]: Applications can take a <i>very</i> long time to start, due to a fontconfig caching bug provoked by the time being set incorrectly (which can happen easily if the battery is replaced or the time is set badly). To work around this problem, use the "date" command from a console to set the current time and date.
;[https://bugs.freedesktop.org/show_bug.cgi?id=10900 fontconfig cache is invalidated too easily on mtime check]: Applications can take a <i>very</i> long time to start, due to a fontconfig caching bug provoked by the time being set incorrectly (which can happen easily if the battery is replaced or the time is set badly). To work around this problem, use the "date" command from a console to set the current time and date.


==[http://www.x.org X Window System]==

;[http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=x+window+system&order=priority X Window System open issues]: specific to OLPC are found in trac.

==User Interface: [[Sugar]]==

;Shutdown: to shutdown completely, hover over the XO in the home view and click on 'Shutdown'. This is a graceful shutdown, preferred to holding the power button for more than 4 seconds, which summarily resets the machine.

;Suspend: Momentarily press the power button.

;Screen Capture: Alt-1 does a screen capture and stores the result in the Journal.

;USB Keys: USB keys are automatically mounted and their contents are viewable from within the Journal. Files can be dragged from the Journal or Clipboard onto the USB key from within the Journal. (USB file systems are still accessible from console and the developer's console through the standard Linux mechanisms.)

[http://dev.laptop.org/query?status=new&status=assigned&status=reopened&component=sugar&order=priority Many of the user interface issues] we intend to fix. Among the most notable issues are:
;{{ticket|989|New networking UI needs documentation}}: To choose a network, push the first of the four circular "mesh view" keyboard buttons (or "F1" in an emulator), hover over each triangle until you find the access point you want to associate with, and then click on it. (Note that the access points are color-coded based upon a hash of the AP SSID. Therefore, once you learn the color of your desired access point, you can subsequently find it quickly.) You may be prompted for an access point's password.

;Network Autoconfiguration: an XO will now autoconfigure the network. If no school server mesh, or previously connected Infrastructure Access Point can be found, an ad-hoc mesh will be formed using private networks. It will also associate with conventional access points using WEP or WPA. If it associates via WEP or WPA, the mesh portal functions cannot work, however.

;Clipboard interaction (on the Frame): is not fully developed in all activities. Some activities can copy and paste (using Ctrl-C and Ctrl-V) or drag to and from the clipboard, but some do not.

;Groups: are not yet exposed in the interface. Sharing, chat, etc. are [[share with neighborhood|shared with the neighborhood]] (open to everyone connected to the mesh) or by [[invite|invitation]] to individuals (and groups, where the invitations are issued one at a time).

==Presence Service==

;[http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=milestone&component=presence-service&order=priority PS open issues]: can be found in trac

;Connections: [http://telepathy.freedesktop.org/ Telepathy] connections are supported via the school server - a [http://www.jabber.org/ jabber] [http://www.xmpp.org/ XMPP] server with some particular required [http://www.xmpp.org/extensions/xep-0163.html features] - as well as over the mesh network using [http://www.xmpp.org/extensions/xep-0174.html Link Local XMPP]. If you have no Internet access, link local is the default and you will see XOs in Neighborhood view who are on the mesh network. If you do have Internet access, link local presence will be switched off and you will only see XOs who are connected to the server.

;Default Server: The default XMPP server is now jabber.laptop.org, so if you have internet connectivity you should see other users from around the globe in Neighborhood view, via this server.

;Server Connections: Activity icons appearing in the mesh should disappear when everybody leaves that (shared) activity. However if the PS fails to announce somebody leaving (for example {{ticket|2616|quitting the jhbuild emulator with alt-Q while in the activity}}), then the {{ticket|1935|icon remains on the mesh view}}.

==[[Developer Console]]==

The developer console provides a set of tabs in a popup window on top of activities. It is launched by typing <tt>Alt-=</tt>.

* The ''XO Resources'' tab shows basic information about the system, the recent CPU usage and flash usage

* The ''Memphis'' tab returns information about executing processes. [http://dev.laptop.org/git.do?p=projects/soc-memphis Memphis])

* The ''Log Viewer'' tab allows exploration of many key system logs.

* The ''Terminal'' tab provides a terminal emulator and shell.

* The ''Presence'' tab provides logs of the presence service in raw form (the mesh view is a graphical interpretation of these logs), to aid in debugging one of our key new services.

==[[Journal]] and Datastore==
The Journal is a log of all of the activity on the laptop. The Journal uses the underlying [[Sugar_Architecture/API/sugar.datastore|Datastore facility]].

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&component=datastore&order=priority Datastore issues] are in our trac system.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&component=journal-activity&order=priority Journal issues] can be found in our trac system.

* The datastore indexes all information on an external device; this issue—{{ticket|2627|Datastore should check versions and recreate indexes automatically}}—has caused some trouble during its development, which we hope to prevent in the future.

* Removable media support is now present. When a USB key is inserted, Sugar will now automatically mount the USB stick and put an icon on the bottom of the journal; if you click on the icon, the journal on the USB stick will be shown. You can also unmount the stick using that icon by using the pop-up menu. On an external device, the file name bears some resemblance of the name that may have been given to the journal entry, so you should be able to take a FAT formatted USB stick from an OLPC and mount it on Linux, Windows or MacIntosh to interchange files; on the JFFS2 file system right now it is simply a numeric has, which is arguably unfriendly.

=[[Pre-installed Activities]]=
A number of activities come pre-installed on the laptop. Instructions on loading additional activities is found [[#Additional Activities|here]].

==[[Chat]]==
[[Image:Chat.png]] Activity Version = 24

[http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=chat-activity&order=priority Chat open issues] can be found in trac.

Chat has been restored to our builds. It now uses the Presence Service, so instead of a global chatroom, if you start Chat from the frame it will create its own room for you. When others join in the Neighborhood view, the activity shows who has joined or left, and if you join it will display those who are already in the chat room.

* Use either "[[share with neighborhood]]" or "[[invite]]" to advertise your chatroom to other people.

* There is also chat and "push-to-talk" capability built into Etoys.

==[[Browse]]==
[[Image:Web.png]] Activity Version = 59

Our Xulrunner-based browser uses the scaling engine from Firefox 1.9. This greatly improves browser behavior on our high-resolution display. More performance enhancement needs to be done, particularly in regard to the scaling of images. All of the Google Apps now work well. Please let us know (by filing a trac bug report) when you find web sites with formatting problems.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=browse-activity&order=priority Web Browser Open Issues] can be found in trac.

* {{ticket|542|SSL sites without official certificates fail to load}}.

* {{ticket|3353|Donut loses its center}}. When the browser opened a second instance (by opening a link to a "target") the donut becomes a solid circle and the individual instances of the browser are obscured. This bug has been fixed in later builds.

* Plug-ins should be installed in the directory /usr/lib/mozilla/plugins.

* The current version ships with a FOSS version of Flash called [http://en.wikipedia.org/wiki/Gnash Gnash]; it has improved substantially from Trial-1. [[RestrictedFormats|Adobe's Flash]] plug-in can be loaded on the laptop—in some situations it may be preferable to the current version of Gnash. As noted in [[RestrictedFormats]], we cannot distribute Gnash with patented codecs, though Gnash can be rebuilt to support a wide range of datatypes.

* There is no Linux support for Shockwave; consequently Shockwave does not work in the browser.

* The web browser does not ship with Java plug-in. [[RestrictedFormats|Sun's Java]] and web browser plug-in work fine.

* The web browser has no tabs, no zoom (yet), and only partial provision for ebook mode (yet).

* User experience has problems with pop windows.

* Most media objects stored in the Journal can be opened in the browser by "[[resuming from the Journal]]". Please report any problems with resume (by filing a trac bug report).

* {{ticket|4022|browser cannot open files generated by view source}} View source is invoked by typing either CTRL-U or FN-Space (FN-Gear-key). The page source is displayed in the Write activity—where it can be edited—and saved as a Journal entry. The Journal entry cannot be resumed in either Browse or Write (this is a regression that will be fixed in a later build). It can be copied from the Journal to the clipboard (but cannot be dragged into Write—another regression).

* Use either "[[share with neighborhood]]" or "[[invite]]" to advertise your browse session to other people with whom you can share bookmarks.

==[[Write]]==
[[Image:Write.png]] Activity Version = 45

The Write activity is based on [[AbiWord]]. This activity is fully integrated in the [[Sugar]] environment, and provides an efficient, light weight text editor. It has support for reading various documents formats, such as Microsoft Word (.doc, .rtf), OpenDocument (.odt), (X)HTML (.html), and plain text (.txt). The core of this activity might be used for editing text in the wiki as well.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=write-activity+%28abiword%29&order=priority Write activity issues] can be found in trac.

* {{ticket|4165|Write must expose UI to allow specifying output format.}} The Write activity has all the internal hooks for saving files out to arbitrary formats, but this feature is not exposed to the user. (You can use CTRL-SHIFT-S to invoke a "save-as" dialog, but it will save the file outside of the Sugar interface.) This will be fixed in later build.

* {{ticket|4108|Write activity doesn't share inserted pictures.}} This is a bug due to the sharing mechanism that is in Build 623. It has been corrected in later builds.

* Use either "[[share with neighborhood]]" or "[[invite]]" to advertise your Write session to other people with whom you can do simultaneous editing.

* Most text document types can be [[resuming from the Journal|resumed]] in the Write activity from the Journal.

* Images can be imported into Write by dragging them from the clipboard or by using an import dialog from the Journal.

* Etoys can also be used to author text and multimedia presentations.

==[[Record]]==

[[Image:Record.png]] Activity Version = 32

The primary record activity has support for still images, video, and audio. (The [[Sugar_EToys|Etoys]] activity also includes support for the camera.) Playback of media (still, video, and audio) captured by Record can be [[resuming from the Journal|resumed]] from Browse or Etoys. Still images captured by Record can be imported into Write through a Journal search dialog or from the clipboard.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=camera-activity&order=priority Record open issues] can be found in trac.

* Green LEDs illuminate above the microphone and camera when the Record activity is running.

* The Build 623 version of Record does not utilize the game-pad buttons. In later builds, these buttons can be used as a shutter.

* Record does not work properly in "[[rotate screen]]" mode.

* Record saves video as .ogg, which cannot be directly imported to youtube.com.

* The icons under the Record Tab are ambiguous. These have been redone in latter builds.

* Audio recording saves a still image, but that image is not displayed when [[resuming from the Journal]].

==[[Drawing Activity|Draw]]==

[[Image:Paint.png]] Activity Version = 12

The [[Drawing Activity|application]] is fully written in [[Python]], using only [[GTK]] features. It is being developed at [[LSI|LSI-USP]] in [[OLPC_Brazil|Brazil]].

* [https://dev.laptop.org/query?status=new&status=assigned&status=reopened&component=drawing-activity+%28oficina%29&order=priority Paint (Oficina) Issues] can be found in the trac system.

* {{ticket|2657|Not able to import image from the Journal into Draw}}. This is fixed in later builds.

* Etoys can also be used for drawing.

==[[TamTam]]==

[[Image:Activity8.png|51px]] [[Image:Tamtamedit-icon.png]] [[Image:Tamtamsynth-icon.png]] Activity Version 41

TamTam is a suite of music activities that span networked "jam sessions" to composition to a synthesizer lab.
The release notes for TamTamJam, TamTamEdit, and SynthLab are available [[TamTam Release Notes|here]].

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=tamtam-activity&order=priority TamTam open issues] can be found in trac.

==[[Etoys]]==

[[Image:Activity1.png|72px]] Activity Version = 60

The [http://www.squeakland.org/ Etoys] learning environment has been integrated into the Sugar environment, and you are encouraged to visit the Squeakland site. [[Sugar Etoys]] has information specific to [[Etoys]] in our Sugar environment.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=etoys-activity&order=priority Etoys open issues] can be found in trac.

* Most media objects can be [[resuming from the Journal|resumed]] into Etoys from the Journal.

* Most media objects can be dragged from the clipboard into Etoys.

* Etoys has rich-media capabilities: it can be used for painting, writing, presentations, video capture and playback, etc.

* Etoys has numerous modes of network-enable interaction: sharing of objects, sharing of desktops, chat, push-to-talk, etc.

==[[Turtle Art]]==

[[Image:Turtleart.png|72px]] Activity Version = 4

Turtle Art is a logo-like application that draws colorful art via a turtle and scratch-like visual programming elements that snap together in compilable ways.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=turtle-activity&order=priority Turtle Art open issues] can be found in trac.

* Integration with the Journal is not complete.

==[[Pippy]]==

[[Image:Pippy-icon.png|72px]] Activity Activity = 8

* Pippy is a simple Python programming environment.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=pippy-activity&order=priority Pippy open issues] can be found in trac.

* Cut and paste is not working in this version of Pippy.

==[[Calculate]]==

[[Image:Calculate.svg|72px]] Activity Version = 12

The calculate activity provides a generic calculator. The interface provides the simplest functions directly and should therefore be easy to use for the youngest children. However, it does support more complicated math and variables.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=calculator-activity&order=priority Calculator open issues] can be found in trac.

* When "sharing", Calculate allows the sharing of variables and calculations across the network.

* The calculator does not save its variable data to the Journal.

==[[Measure]]==

[[Image:Measure-icon.png|72px]] Activity Version = 11

The Measure activity is used to measure DC and AC voltages by observing them on a oscilloscope like interface, being able to watch waveforms in frequency domain (spectrum analyzer), logging data at a specified time interval and drawing the graph of logged data.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=measure-activity&order=priority Measure open issues] can be found in trac.

* Sharing is not enabled in this version of Measure.

==[[News Reader]]==

[[Image:Newsfeed.png|72px]] Activity Version = 21

Based on [http://penguintv.sourceforge.net/ PenguinTV]. A few RSS feeds of educational interest have been preprogrammed as examples:
* Astronomy Picture of the Day
* BBC News
* EPOD - Earth Science Picture of the Day
* Merriam-Webster's Word of the Day
* Planet OLPC
Other feeds can easily be added/substituted.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=news-activity+%28penguintv%29&order=priority News open issues] can be found in trac.

==[[Read]]==

[[Image:Activity-xbook.svg|72px]] Acitvity Version = 32

Read is opened as a "helper" application to the browser. PDF files are opened in an ebook reader.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=read-activity&order=priority Read open issues] can be found in trac.

* Screen rotate works well within the Read activity, but the buttons don't remap to the current orientation.

* Read can be used to share "books".

==Memorize==

[[Image:Activity7.png|72px]] Activity Version = 18

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=memorize&order=priority Memorize open issues] can be found in trac.

The game memorize is about finding matching pairs. A pair can consist of any multimedia object. At the moment these are images, sounds and text but this could be extended to animations or movie snippets as well. Which pairs do match is up to the creator of the game.

==Connect==

[[Image:Connect4.png|72px]] Activity Version = 15

A version of Connect-4 that supports network play, and is useful [http://dev.laptop.org/git.do?p=projects/connect-activity;a=summary as an example] of how to use Sugar's collaboration facilities.

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=connect-activity&order=priority Connect open issues] can be found in trac.

* Connect requires two players to function - the game cannot be played until you share it and another player joins. At this time there is no support for starting a new game once somebody wins - that will be a future feature.

=Additional Activities=

Many activities are under development and they can be [[Activities|found with their status in the wiki]] while the [[Activity Grid]] has the status of all of the activities that have systematic testing.

Most activities are installed by first downloading a <tt>.xo</tt> file from the web; second, open the activity from the Journal. The activity is installed in <tt>/home/olpc/Activities</tt> and on the Frame.

==[[Helix Media Activity|Watch and Listen]]==

[[Image:Watch&listen.png|72px]] Activity Version = 8

Videos and DVD's can be played back on the system, including [http://www.helixcommunity.org RealNetwork] formats. A Sugar version of Real's Helix player is available and installed; only Ogg format media is in the base install for the reasons outlined in [[RestrictedFormats]]. Please see the [[Helix Media Activity]] release notes for further details. A browser plug-in version for media playback is expected soon. Watch & Listen is not preinstalled. It can be installed from [[Image:Watch_%26_Listen-8.xo|here]]

* [http://dev.laptop.org/query?status=new&status=assigned&status=reopened&group=component&component=helix-activity&order=priority Watch and Listen open issues] can be found in trac.

Watch and Listen is opened as a "helper" application to the browser.

=Temporary placeholders and Missing Pieces=

There is no user interface for controlling the audio input and mixing. The workaround right now is to use "alsamixer" in a terminal window. Speaker volume is controllable by the slider. There is currently no visual feedback for changing the volume.

Our plans include a web server and wiki system [[MikMik]], using an [http://en.wikipedia.org/wiki/WYSIWYG WYSIWYG] editor based on the write activity (currently [http://www.abiword.org/ Abiword]). This has a collaborative write capability we exploit.

==Backlight control==

The backlight can be controlled using F9 (dimmer) and F10 (brighter); With the backlight completely off, there is no color; hardware anti-aliasing for the color screen is also disabled (Screen resolution is maximized in this mode).
Likewise, volume is controlled by F11 (quieter) and F12 (louder).
[[Image:Brightness-volume.png|thumb|none|F9—F12 are assigned to this key (from left to right)]]

=School Server Notes=
The school server software is not quite ready.

==Laptop Registration==
To register with a school server, you execute the command ''olpc-register'' from a command line in the developer console. This establishes the relationship of the laptop with the school server (named "schoolserver" in the local DNS domain). It also establishes a [http://www.jabber.org/ jabber] server used by the presence service of the laptop. This should have a UI by Update.1.

==Laptop Backup to server==
In the Journal, there is a ''Backup'' tab; you select that tab, and if your laptop is registered, it will backup to the school server.

=OLPC Platform=

Inventory of "permanent" packages

Inventory of "debug" packages

Inventory of "optional" packages (?)

==Development environment==

==Languages - Logo, javascript, [[Python]]==

==Libraries==


==Where to find source ==
==Where to find source ==
Line 419: Line 93:
[http://olpc.download.redhat.com/olpc/streams/development/ Development and stable builds] can be downloaded. [[Firmware|Boot firmware]] is kept in this wiki. The latest stable [[Autoreinstallation image|firmware and system image]] combined into an easy to use package with a script to automate installation of the firmware and base image makes upgrades to the latest stable software extremely easy.
[http://olpc.download.redhat.com/olpc/streams/development/ Development and stable builds] can be downloaded. [[Firmware|Boot firmware]] is kept in this wiki. The latest stable [[Autoreinstallation image|firmware and system image]] combined into an easy to use package with a script to automate installation of the firmware and base image makes upgrades to the latest stable software extremely easy.


= Enabling logging =

Activity logging is now turned off by default. To turn on logs:
# edit ~/.xinitrc and uncomment the line that imports .sugar.debug (It is the second last line of the file and there are commented instructions over it in the file itself)
# in ~/.sugar.debug, add these lines -


export JOURNAL_DEBUG=yes (to enable Journal Logs)

export SHELL_DEBUG=yes (to enable Shell Logs)

export ACTIVITYNAME_DEBUG=yes (to enable activity Logs where ACTIVITYNAME is that given in activity.info file)

export SUGAR_EMULATOR=yes (this shows me logs of all activities without having to enable logging for each activity)





Revision as of 05:41, 3 December 2007

  This page is monitored by the OLPC team.


This page details the current stable software image. Important changes are noted below. This image is "ship" software; there is much you can now do with the laptop out of the box (See 542 Demo Notes and 608 Demo Notes). General – somewhat outdated – instructions on how to use the Sugar interface can be found here. Also of note are the Ship.1 Release Notes. The Library Release Notes page has information about the early stages of our sample content library. Finally, the OLPC Human Interface Guidelines describe our vision of where we are heading, only partially reflected in our current software.

The software is just maturing to the point where we can embark upon later-stage trials for feedback and polish. Please review the #Notes below and please report any new bugs to our trac system (See http://dev.laptop.org).

Overview

New in this release, Ship.2:

  • Network upgrades via 'olpc-update' (see below for details)
  • More robust wireless networking

Overall, most of the first-generation vision for our system is now present and working:

  • Sugar UI
  • The Journal and datastore
  • Presence service
  • Easy real-time collaboration in many of our activities including:
    • Read, Write, Chat, Browse, Record, EToys, TamTam Jam, Memorize, Connect, Calculate, and Measure
  • Mesh networking
    • Automatic configuration of ad-hoc meshes, allowing collaboration without any infrastructure or Internet access
    • Automatic configuration of school server mesh
  • Infrastructure Access Point connections
  • Anti-theft activation on installation

Coming in future releases:

  • Improvements on document and image transfer
  • Improvements on jabber server for collaborating outside of the peer-to-peer mesh
  • Better security for activities
  • Integrated collaboration within activities (??)


Important notes

At this time, we do not recommend installing latest software on B2 systems due to some driver incompatibilities and excessive RAM and CPU usage.


Upgrades / Stable Builds

The release notes on this page apply to the latest stable software release: 13.2.11 || 2020-01-29. We recommend that you follow the instructions found on the Stable Upgrade page.

Base-system notes

The system is now based on Fedora Core 7, and OLPC's kernel is based on Linux 2.6.22.


Network Connectivity

Connecting to a Wireless Access Point

  • To connect to a non-secured AP (Access Point)
    1. Go to the neighborhood mesh view (3rd key from the left on the top row)
    2. Hover over the circles to see the names of the APs
    3. Click on the one you want to connect to


Connecting to a WEP enabled Access Point

  • To connect to most WEP enabled APs, you click on the AP in the neighborhood view (as above); then add the WEP key either as a password, a pass-phrase, or as a hexidecimal value
  • Some APs (such as the Apple Extreme) will only work with a hexidecimal value. If you have a password or passphrase, go to Hex Converter to get the hex key. Also, with the Apple Extreme you need to set 'shared key'. Most other APs prefer the 'open key' setting when using WEP.


Connecting to a WPA enabled AP
WPA AP


Other

Previous Release Notes

Ship.1 Release Notes


Features:

Demo notes of new features

Notes:

Note that for long term storage, removing the battery pack after a full charge is best practice; this is true for all battery powered devices.

RestrictedFormats
In some jurisdictions, patents on algorithms apply, and royalty payments may be required. Examples include MP3, and MPEG-4. This is a particular nuisance for media players, for which many of the common codecs algorithms are patented. In other jurisdictions, software patents do not apply and there are usually freely available implementations for these algorithms available. Sometimes, as in Adobe Flash, or the Real Helix player there are free (as in beer) implementations available, where those corporations have paid these patent royalties and made usually (binary) versions of codecs available. This has direct consequences as OLPC does not want to burden all machines with what may be unnecessary duplicate patent royalties: OLPC must therefore leave the customization of the distribution for these formats for "in country". For jurisdictions in which such patent laws apply, there are now solutions such as those sold by Fluendo to these issues. The Flash format (whether Adobe's Flash 9 or Gnash) illustrates this problem well; even though we can include gnash, as built it does not have support for MP3 or MPEG-4, which should work correctly if Gnash is rebuilt.
fontconfig cache is invalidated too easily on mtime check
Applications can take a very long time to start, due to a fontconfig caching bug provoked by the time being set incorrectly (which can happen easily if the battery is replaced or the time is set badly). To work around this problem, use the "date" command from a console to set the current time and date.


Where to find source

Many of the OLPC activities, kernel, and other software are in our git repository.

Internationalization/Localization (see Category:Language support & Category:Languages (international))

Other Multimedia Software

Other software that has been tested on the OLPC systems includes Adobe Flash, and Real's Helix® and Sun's Java.

Finding the Latest Test Builds

Development and stable builds can be downloaded. Boot firmware is kept in this wiki. The latest stable firmware and system image combined into an easy to use package with a script to automate installation of the firmware and base image makes upgrades to the latest stable software extremely easy.