Olpc-utils: Difference between revisions
DanielDrake (talk | contribs) No edit summary |
DanielDrake (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
* git://dev.laptop.org/projects/olpc-utils |
* git://dev.laptop.org/projects/olpc-utils |
||
* http://dev.laptop.org/git/projects/olpc-utils |
* http://dev.laptop.org/git/projects/olpc-utils |
||
* http://dev.laptop.org/pub/source/olpc-utils/ |
|||
Current maintainer: [[User:DanielDrake]] |
Current maintainer: [[User:DanielDrake]] |
Revision as of 15:26, 23 February 2011
olpc-utils is a collection of OLPC-specific utilities and configurations.
Source:
- git://dev.laptop.org/projects/olpc-utils
- http://dev.laptop.org/git/projects/olpc-utils
- http://dev.laptop.org/pub/source/olpc-utils/
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.
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).