Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: AITap on April 30, 2009, 03:43:51 PM

Title: cyrillic kmaps - how to use?
Post by: AITap on April 30, 2009, 03:43:51 PM
I want to type cyrillic characters.
I have read FAQ, so when I press Ctrl+Shift+Backspace and sudo loadkmap < ru.kmap, nothing happens.
After it, i press some key combination (e.g. right Ctrl for ru_ctrl-UTF-8.kmap) and i can type some letters (like à), i'm still in console; x is not rinnung. Next, i type 'startx' and get x running. Even if i press key combination, that helped me to change the layout, i can't switch it in X!
So, my questions are;
1) How to set my russian kmap properly?
2) How to switch between russian and us layouts?
Title: Re: cyrillic kmaps - how to use?
Post by: nickispeaki on May 01, 2009, 08:05:22 AM
o, man!
if you make it, please tell me too, please!
Title: Re: cyrillic kmaps - how to use?
Post by: rodin.s on May 23, 2009, 10:40:24 AM
I don't know how to use kmaps but I have found the way to print in russian. Virtual keyboard porusski.net.
This is the way to print in russian on line. You don't have to tape with mouse, you tape via keyboard. Простой способ печатать на русском с помощью tinycore.

I also managed to do it by installing Xorg and configuring xorg.conf. Пример печатания на русском языке в Xorg.
Title: Re: cyrillic kmaps - how to use?
Post by: nickispeaki on May 28, 2009, 06:24:07 PM
очень интересно  - КАК в хорг? ЧТО писать и где? Пожалуйста, детальное описание, так как я не силен в хорг.конфиге! Громадное спасибо!
Title: Re: cyrillic kmaps - how to use?
Post by: nickispeaki on May 28, 2009, 06:27:03 PM
I don't know how to use kmaps but I have found the way to print in russian. Virtual keyboard porusski.net.

great thanks! http://winrus.com/screen.htm is so great! IT WORKS!

Title: Re: cyrillic kmaps - how to use?
Post by: nickispeaki on June 11, 2009, 06:04:55 PM
ну как с кирилицей?! Можеть КТО-ТО уже настроил Х?
Очень хочеться, чтобы тиникорел линукс наконец нормально заработал! И переключался с 3 языками... Пишу с ЛинуксМинта...
Уже скачал tinicore linux 2.0, может в нем проблема решилась.
Title: Re: cyrillic kmaps - how to use?
Post by: ^thehatsrule^ on June 12, 2009, 12:26:07 AM
Please keep non-english messages in the "International Talk" board.
Title: Re: cyrillic kmaps - how to use?
Post by: rodin.s on June 12, 2009, 02:34:02 PM
In Xorg it works. I could type in russian and switch from RU to EN. Keyboard section of /etc/X11/xorg.conf should look like this:
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us,ru"
   Option      "XkbVariant"   ",winkeys"
   Option      "XkbOptions"   "grp:alt_shift_toggle,grp_led:scroll"
EndSection
For ukrainian maybe you should add ua in "us,ru" line. Or you can configure xorg.conf with xorgconfig