Re: Cyrillic fonts in X Window. (fwd)

2009-09-07 Thread soko.tica
Those of us using keymaps not being listed in base have similar problem. I use setxkbmap command for X, namely: $setxkbmap us $setxkbmap hr $setxkbmap sr So I can switch back from Serbian / Croatian to US keyboard once I need to type the command that should be understood by the system. On 9/7/09

Re: Cyrillic fonts in X Window. (fwd)

2009-09-07 Thread shwegime
Actually I cannot get it to work also with xterm*locale: true. But never mind, because having solved the cyrillic input I would have to solve the chinese input, which I also need, and in xterm seems to be quite problematic to have all of this together (scim input does seem to work only with gtk

Re: Cyrillic fonts in X Window. (fwd)

2009-09-06 Thread 4625
On Sun, 06 Sep 2009 13:00:04 +0400 Kaltashkin Eugene wrote: > try run "xterm -fn koi9x15 -rv" As I told before (see my reply to shweg...@...), 'XTerm*locale: true' in ~.Xdefaults will be enough to solve the problem with cyrillic in xterm. Anyway, thanks for reply. > > -- xorg.conf -- > > Secti

Re: Cyrillic fonts in X Window. (fwd)

2009-09-06 Thread Kaltashkin Eugene
try run "xterm -fn koi9x15 -rv" -- xorg.conf -- Section "InputDevice" Identifier "keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbOptions

Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread 4625
On Sun, 6 Sep 2009 10:54:51 +0800 (CST) shweg...@gmail.com wrote: > Well, I could never get cyrillic to work in xterm either, but only in > gtk or qt apps. I don't know why it is, maybe it has to do with the > lack of locale. So I just gave up long ago trying to use xterm > (mlterm has the same is

Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread shwegime
Well, I could never get cyrillic to work in xterm either, but only in gtk or qt apps. I don't know why it is, maybe it has to do with the lack of locale. So I just gave up long ago trying to use xterm (mlterm has the same issue) for this. Sorry I cannot be of any better help. If anybody know ho

Re: Cyrillic fonts in X Window. (fwd)

2009-09-05 Thread shwegime
On my system, to use cyrillic in X I did not add any cyrillic fonts, but just these lines in xorg.conf (InputDevice section): Option "XkbLayout" "us,ru(winkeys),de" Option "XkbOptions" "grp:lwin_toggle" Option "XkbVariant" "nodeadkeys" This wa