Checking the Layout configuration

From OLPC
Revision as of 17:04, 17 September 2007 by AlexL (talk | contribs) (New page: ==Check the manufacturing Data== (information that comes with the laptop, and should state what language it should be in) *Boot into the ok prompt *type: .mfg-data *next to LA should be th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Check the manufacturing Data

(information that comes with the laptop, and should state what language it should be in)

  • Boot into the ok prompt
  • type: .mfg-data
  • next to LA should be the code for the three letter country code of the laptop

Check the Internationalization File

  • In a terminal, type: cat /etc/sysconfig/i18n
  • The i18n file will look something like:
    LANG="en_US.UTF-8"
    SYSFONG="sun12x22"
  • LANG="{two letter language code}_{two letter country code}.UTF-8" (the country code us only used if there are multiple countries with that language)

Check the xorg.conf File

(This is what decides what keyboard mapping will be used by the laptop)

  • In a terminal, type: less /etc/X11/xorg.conf
  • Look at the section labeled "InputDevice" (it will have lines something close to the following)
    • Option "XkbLayout" "us"
    • Option "XkbVariant" "olpc"