This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems configuring cygwin-xfree for XDM and non-US kbd`


About non-us kb:

I solved this problem by adding
"xkbcomp /etc/X11/ru.xkm $DISPLAY"
into /etc/X11/Xsession.d/99xfree86-common_start

ru.xkm contains compiled params. Try this:

$ cat > ru
    xkb_keycodes	{ include "xfree86"		};
    xkb_types		{ include "default"		};
    xkb_compatibility	{ include "default"		};
    xkb_symbols		{ include "en_US(pc105)+ru"	};
    xkb_geometry 	{ include "pc(pc102)"		};
^D

$ xkbcomp ru ru.xkm

Now all it work fine :)

WBR, Alex


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]