i agree with you. i've changed it too to support the hebrew keyboard layout.
and to support switching between both english and hebrew keyboards.
here is what i use...

Option      "XkbLayout" "${XKBLAYOUT:-"us,il"}"
Option      "XkbModel"  "${XKBMODEL:-"pc101"}"
Option      "XkbOptions"  "${XKBOPTIONS:-"grp:alt_shift_toggle,grp_led:scroll"}"
Option      "XkbVariant"  "${XKBVARIANT:-",lyx"}"


On 1/19/07, José Queiroz <[EMAIL PROTECTED]> wrote:

Hi all,

I got some trouble in configuring keyboard layout for my terminals.

The terminal haves a Brazilian keyboard, model "ABNT2", with "BR" layout.

When loaded, the "\" key was giving me "<", and "]" key was giving me "\".

I looked the code, and found that "(ltsp root tree)/etc/build_x4_cfg"
was ignoring the settings of XKBMODEL, XKBOPTIONS and XKBVARIANT from
"lts.conf".

The problematic code was:

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

I've changed it to:

---------------------------------
Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "XkbModel"   "${XKBMODEL:-"pc101"}"
       Option      "XkbLayout"  "${XKBLAYOUT:-"us"}"
       Option      "XkbVariant" "${XKBVARIANT:-""}"
       Option      "XkbOptions" "${XKBOPTIONS:-""}"
EndSection
---------------------------------

Now my keyboard works fine.

Sorry if it is a known issue, searching the mail list archive isn't
exactly what I should call "friendly".

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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