XPhoton and switching keyboard layout

Dmitry Alexeyev <[email protected]> Tue, 23 Jul 2002 16:30:43 +0400
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
Hello!

I want to type in russian in X applications under Photon. I use
XPhoton from QNX 3rd party CD.

I have the following "Keyboard" section in my X configuration file for
X 4.2 under Linux:

Section "Keyboard"
        Protocol   "Standard"
        XkbRules   "xfree86"
        XkbModel   "pc104"
        XkbLayout  "ru"
        XkbOptions "grp:ctrl_shift_toggle"
EndSection

I tried to start XPhoton this way:
# XPhoton -fp fontpath1,fontpath2,etc +kb -xkbdb xfree86 -xkbmap ru
I receive error, saying that "ru" keymap was not found.

How could I implement this feature to XPhoton ?
Do I need to recompile server with my params embedded ?

And suggestions will be greatly appretiated.

Dmitry Alexeyev