I've made the following changes for setting the keyboard in Italian
layout

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbLayout" "${XkbLayout:-"it"}"
EndSection

from "us" to "it" in /opt/ltsp/i386/etc/rc.setupx

and

# Setup Keyboard and Mouse info
#

XkbTypes=`   get_cfg XkbTypes    "default"`
XkbCompat=`  get_cfg XkbCompat   "default"`
XkbSymbols=` get_cfg XkbSymbols  "it(pc101)"`
XkbModel=`   get_cfg XkbModel    "pc101"`
XkbLayout=`  get_cfg XkbLayout   "it"`

from "us" to "it" in /opt/ltsp/i386/etc/rc.setupx3

and all work fine in graphic mode (runlevel 5).

Viceversa in character mode (runlevel 3) the keyboard  still work  in
"us" layout.

I've also read the guide
<http://www.ltsp.org/documentation/keyboards.txt>
but i did not understand the just syntax of the script to patch the
rc.local file


Help me to solve this problem!!


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to