I'm using LTSP to connect to GNU/Linux and to Windows servers. While the German keyboard is just fine under the X session, it is wrong in Windows. The relevant part of the lts.conf looks like this:
XkbModel = "pc105" XkbLayout = "de" XkbRules = "xorg" XkbVariant = "nodeadkeys" I know that XkbVariant is not supported, so I have changed the build_x4_cfg script to read as follows in the relevant part: XKBVARIANT=`get_cfg XKBVARIANT` cat <<-EOF Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "${XKBRULES:-"xorg"}" Option "XkbLayout" "${XKBLAYOUT:-"us"}" Option "XkbModel" "${XKBMODEL:-"pc101"}" Option "XkbVariant" "${XKBVARIANT}" EndSection I'm not sure what exactly the problem is, however the X session for GNU/Linux works just fine (German keyboard without dead keys), but when connecting to Windows with RDesktop, I get a very strange keyboard mapping. It's not an UK one, not an US one and not a German one either but some kind of mixture. Any ideas and how to fix it? -- Stefan Bellon _____________________________________________________________________ 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