Bug 9979

Summary: multilingual keyboard support for X server on workstations
Product: LTSP Reporter: Nadav Kavalerchik <nadavkav>
Component: LTSP CoreAssignee: Jim McQuillan <jam>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.