WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cyrillic kmaps - how to use?  (Read 9180 times)

Offline AITap

  • Newbie
  • *
  • Posts: 5
cyrillic kmaps - how to use?
« on: April 30, 2009, 12: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?
« Last Edit: April 30, 2009, 12:58:15 PM by AITap »

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: cyrillic kmaps - how to use?
« Reply #1 on: May 01, 2009, 05:05:22 AM »
o, man!
if you make it, please tell me too, please!

Offline rodin.s

  • Newbie
  • *
  • Posts: 10
Re: cyrillic kmaps - how to use?
« Reply #2 on: May 23, 2009, 07: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.
« Last Edit: May 25, 2009, 07:00:02 AM by rodin.s »

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: cyrillic kmaps - how to use?
« Reply #3 on: May 28, 2009, 03:24:07 PM »
очень интересно  - КАК в хорг? ЧТО писать и где? Пожалуйста, детальное описание, так как я не силен в хорг.конфиге! Громадное спасибо!

Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: cyrillic kmaps - how to use?
« Reply #4 on: May 28, 2009, 03: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!


Offline nickispeaki

  • Full Member
  • ***
  • Posts: 177
Re: cyrillic kmaps - how to use?
« Reply #5 on: June 11, 2009, 03:04:55 PM »
ну как с кирилицей?! Можеть КТО-ТО уже настроил Х?
Очень хочеться, чтобы тиникорел линукс наконец нормально заработал! И переключался с 3 языками... Пишу с ЛинуксМинта...
Уже скачал tinicore linux 2.0, может в нем проблема решилась.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: cyrillic kmaps - how to use?
« Reply #6 on: June 11, 2009, 09:26:07 PM »
Please keep non-english messages in the "International Talk" board.

Offline rodin.s

  • Newbie
  • *
  • Posts: 10
Re: cyrillic kmaps - how to use?
« Reply #7 on: June 12, 2009, 11:34:02 AM »
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