Bug 9979 - multilingual keyboard support for X server on workstations
Summary: multilingual keyboard support for X server on workstations
Status: NEW
Alias: None
Product: LTSP
Classification: Unclassified
Component: LTSP Core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Jim McQuillan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-15 00:52 UTC by Nadav Kavalerchik
Modified: 2013-03-15 14:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Nadav Kavalerchik 2007-02-15 00:52:48 UTC
Hi :-)

i've added these lines to the keyboard section in file :
/opt/ltsp/i386/etc/build_x4_cfg
just after the line (146~) " Driver      "keyboard" "
Option      "XkbLayout" "${XKBLAYOUT:-"us,il"}"
Option      "XkbRules"  "${XKBRULES:-"xorg"}"
Option      "XkbModel"  "${XKBMODEL:-"pc101"}"
Option      "XkbOptions"  "${XKBOPTIONS:-"grp:alt_shift_toggle,grp_led:scroll"}"

#(and maybe, those other are useful too?)
#   Option      "XkbCompat"  "${XKBCOMPAT:-"group_led"}"
#   Option      "XkbVariant"  "${XKBVARIANT:-",lyx"}"

to support hebrew <--> english keyboard switching on the terminals
( btw. i use kkbswitch on KDE )

can you please add those line to the original script, if it's ok with you.

kindly,
nadav :-)

and one more thing...
disabling alt-ctrl-backspace, to prevent terminal reset by students.
i've add this line after line 75
Option          "DontZap"     "${X_DONTZAP:-"true"}"
Comment 1 chemtech 2013-03-15 14:30:15 UTC
Nadav Kavalerchik 
Do you still experience this issue with newer soft ?
Please check the status of your issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.