Francesco Parisi wrote:
I was wondering how I could configure keyboard (italian) for a console
mode session (SCREEN_01 = telnet).

This is my configuration of czech keyboard (and czech console chars) fo telenet sessions:


1. In /opt/ltsp/i386/etc/rc.d I have script 'czech_console':

#!/bin/bash
# set czech (iso8859-2) font to text console
CONSOLEFONT="lat2a-16" > /dev/null
/bin/setfont $CONSOLEFONT
echo -ne "\033(K" 2>/dev/null > /proc/$$/fd/0
# czech keyboard
KEYTABLE="cz-lat2"
KEYMAP="/lib/kbd/$KEYTABLE.map"
/bin/loadkeys $KEYMAP > /dev/null

2. In lts.conf I have entry:
RCFILE_02  = czech_console:

loadkeys and setfont you have to copy in /opt/ltsp/i386/bin - for mounting to LTSP terminal by NFS. In /opt/ltsp/i386/lib/kbd copy your keyboard maps and console fonts to subdir consolefonts/

My example is for czech, I think that for Italian it will be similar :-)

--
S pozdravem

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Ondrej Rusek
GYmnazium BOzeny Nemcove, Hradec Kralove
mail: [EMAIL PROTECTED]
web:  http://www.gybon.cz/~rusek
ICQ: 150366991, IRC: irc.freenode.net #edunix-cz
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _____________________________________________________________________ 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.freenode.net

Reply via email to