Olpc-utils: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
== Contents ==
== Contents ==


=== /etc/init.d/olpc-configure ===
=== olpc-utils localization and configuration subsystem ===

Some (not all) of the configurations and utilities are described below.

==== /etc/init.d/olpc-configure ====


Runs early at system boot to do some OLPC-specific initializations and the first-boot configuration.
Runs early at system boot to do some OLPC-specific initializations and the first-boot configuration.
Line 25: Line 21:
<tt>/etc/sysconfig/keyboard</tt> is programmed with keyboard information from the manufacturing data. We preferably specify XKB keyboards with the <tt>layout(variant)</tt> syntax because it's more intuitive when you have two or multiple layouts. The separate layout and variant syntax is still supported.
<tt>/etc/sysconfig/keyboard</tt> is programmed with keyboard information from the manufacturing data. We preferably specify XKB keyboards with the <tt>layout(variant)</tt> syntax because it's more intuitive when you have two or multiple layouts. The separate layout and variant syntax is still supported.


==== /usr/share/olpc-utils/xorg.conf.d ====
=== /usr/share/olpc-utils/xorg.conf.d ===


This directory contains a X configuration files for the XO-1, XO-1.5, and sisusbvga output.
This directory contains a X configuration files for the XO-1, XO-1.5, and sisusbvga output.
Line 33: Line 29:
It is our hope that these configurations shrink with time to the point where they can just exist as one static file.
It is our hope that these configurations shrink with time to the point where they can just exist as one static file.


==== /usr/sbin/olpc-dm ====
=== /usr/sbin/olpc-dm ===


This is our ''display manager'', a streamlined equivalent of GDM or KDM.
This is our ''display manager'', a streamlined equivalent of GDM or KDM.


==== /usr/bin/olpc-session ====
=== /usr/bin/olpc-session ===


This is responsible for launching the configured shell (Sugar/GNOME).
This is responsible for launching the configured shell (Sugar/GNOME).

Revision as of 15:06, 23 February 2011

olpc-utils is a collection of OLPC-specific utilities and configurations.

Source:

Current maintainer: User:DanielDrake

Questions and contributions should be sent to the devel mailing list.

Contents

/etc/init.d/olpc-configure

Runs early at system boot to do some OLPC-specific initializations and the first-boot configuration.

The first-boot configuration is conditionalized on the /home/olpc/.olpc-configured flag.

olpc-configure writes language and keyboard settings to /home/olpc/.i18n, overridable by users.

/etc/sysconfig/keyboard is programmed with keyboard information from the manufacturing data. We preferably specify XKB keyboards with the layout(variant) syntax because it's more intuitive when you have two or multiple layouts. The separate layout and variant syntax is still supported.

/usr/share/olpc-utils/xorg.conf.d

This directory contains a X configuration files for the XO-1, XO-1.5, and sisusbvga output.

olpc-configure maintains hardlinks to these files in /etc/xorg.conf.d, dynamically configured on each boot.

It is our hope that these configurations shrink with time to the point where they can just exist as one static file.

/usr/sbin/olpc-dm

This is our display manager, a streamlined equivalent of GDM or KDM.

/usr/bin/olpc-session

This is responsible for launching the configured shell (Sugar/GNOME).