Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-01-30 5:28:19 am

robbynaish
Member
Registered: 2008-01-21
Posts: 40

Cirillic writing

Hi to all,

i have an italian version, 4ee. My Russian GF  loved it immediatly and want it, but she asked if i can put on the cirillic fonts in openoffice. I tried putting russian, but typing on keyboard i get always latin letters. Somebody can find a solution?

Many thanks and sorry for my english

thanks

Alex

Offline

 

#2 2008-01-31 6:23:57 am

Minn
Senior Member
From: Moscow
Registered: 2008-01-03
Posts: 122
Website

Re: Cirillic writing

That seems u need to install Russian Keyboard ( Start >Control panel> Keyboard) after that u can type russian when u press Alt+Shift (Switch between English (or whatever) and Russian typing mode)


EeePC 4GB Pearl White - Upgraded : 1GB Ram DDR-II SOLD!
EeePC 901 White 20GB +  8GB SDHC Class 6 + White USB Mouse smile

Offline

 

#3 2008-01-31 6:59:14 am

robbynaish
Member
Registered: 2008-01-21
Posts: 40

Re: Cirillic writing

Thanks, but i didnt install WIndows, i have the original OS.

thanks

Alex

Offline

 

#4 2008-01-31 1:01:31 pm

fanofeeepc
Member
From: Minsk, BY (Eee TeamBY)
Registered: 2007-11-17
Posts: 88
Website

Re: Cirillic writing

in Xandrox u need to install russian package
try to use searching


http://asus.ru-wow.ru - Eee PC russian FanClub, Be fan in russian big_smile (English version here)
Eee PC 4G White 1Gb RAM  + russian keyboard + 8Gb SDHC Apacer Class 6

Offline

 

#5 2008-02-02 12:08:08 am

penguin
New member
Registered: 2008-02-01
Posts: 7

Re: Cirillic writing

No, you don't need to install anything. All the fonts are already installed in xandrox. You just need to add a couple of lines to /etc/X11/xorg.conf

1. open terminal (Ctrl+Alt+t)
2. become root
sudo -i
3. backup your old config file in case you screw up
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.eee-orig
4. open the file in an editor
nano /etc/X11/xorg.conf
5. Scroll down to section "InputDevice" with identifier "Keyboard"
6. Change line
Option "XkbLayout" "us"
to
Option "XkbLayout" "us,ru"
(make sure there are no spaces between us and ru
7. Change line
Option "XkbVariant" ""
to
Option "XkbVariant" ",winkeys"
8. If you want to assign a button to switch between languages, you need to add one  more line
Option "XkbOptions" "grp:lwin_toggle"
9. Save
Ctrl+O (in nano. May be Ctrl+S if you use kwrite - I don't know)
10. Exit nano
Ctrl+X
11. Restart X
Ctrl+Alt+Backspace


This makes the "HOME" button switch languages instead of showing desktop. I don't usually use this button, so it was a good choice for me. If you want to use a different button for that, you will need to do some research as to how your desired button is called in xorg

Also, the above will setup the layout similar to windows russian layout. If you need something different, use different XkbVariant (like "phonetic" or other)

If the lines you need to change are different from what I show here (I suppose they are if you installed Italian), then don't just copy my lines. Instead, add the ",ru" and ",winkeys" part to your existing lines. Again, make sure you don't insert spaces after comma

Last edited by penguin (2008-02-02 12:09:59 am)

Offline

 

#6 2008-02-02 1:32:07 pm

manopulus
New member
Registered: 2008-02-02
Posts: 1

Re: Cirillic writing

Hi,
probably you do not have russian keyboard and i sugest you to use 'phonetic' keyboard layout:

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us,ru(phonetic)"
#    Option        "XkbVariant"    "us,"
    Option        "XkbOptions"    "grp:lwin_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection


and probably, you might need italian layout, not us, so try also Option        "XkbLayout"    "it,ru(phonetic)" (i think, it is ok for Italy)

Offline

 

#7 2008-02-03 9:45:47 am

robbynaish
Member
Registered: 2008-01-21
Posts: 40

Re: Cirillic writing

Hi guys, thanks to all....

im little "scared" to do what u said... im so ignorant in linux and im worry to make problem to her EEE. Now she is with me in Italy, but in 2 days she go back in Russia (kurgan).
I think its better IT + RU version, but i dont want make mistake.... Some suggestion to make the modify easier?

Many thanks to all again

Alex

Offline

 

#8 2008-02-03 12:41:20 pm

penguin
New member
Registered: 2008-02-01
Posts: 7

Re: Cirillic writing

Well, it should not break your eee unless you change display options. But even then there are ways to fix everything. As long as you make backup of xorg.conf, you should not get in trouble.

Another thing that I can suggest is to enable advanced mode (http://wiki.eeeuser.com/howto:getkde). There you can go to Launch menu > Control Center and then select Peripheral Devices > Keyboard Layout.
There double-clink on Russia (make sure there is checkmark at "Enable keyboard layouts")
Now clink on "Xkb Options" tab, and select the combination of keys that work best for you.
I think you may need to reboot to get it working.

Egor

Offline

 

#9 2008-02-04 4:05:46 am

robbynaish
Member
Registered: 2008-01-21
Posts: 40

Re: Cirillic writing

penguin wrote:

Well, it should not break your eee unless you change display options. But even then there are ways to fix everything. As long as you make backup of xorg.conf, you should not get in trouble.

Another thing that I can suggest is to enable advanced mode (http://wiki.eeeuser.com/howto:getkde). There you can go to Launch menu > Control Center and then select Peripheral Devices > Keyboard Layout.
There double-clink on Russia (make sure there is checkmark at "Enable keyboard layouts")
Now clink on "Xkb Options" tab, and select the combination of keys that work best for you.
I think you may need to reboot to get it working.

Egor

Hi,

i made all perfect as u said but i didnt enter in advanced mode, i opened terminal (ctr+alt+t) then i wrote sudo kcontrol, i entered in keyboard etc etc.......

Now she can switch from italian tu russian only clicking on the flag in tray.

Many thanks to all

Alex

Offline

 

#10 2008-02-26 3:34:00 pm

MmeStPerle
Member
Registered: 2008-02-22
Posts: 13

Re: Cirillic writing

It is more easy than they write look this link you will do it in 3 minutes. i puut 3 languages including RUSSIAN
http://forum.eeeuser.com/viewtopic.php?id=12038 and
http://wiki.eeeuser.com/howto:change_ke … anced_mode
if you read this too pages you will succeed.

Offline

 

#11 2010-07-23 1:37:11 am

ChrisBrad51
New member
Registered: 2010-07-23
Posts: 1

Re: Cirillic writing

MmeStPerle, that worked perfectly. I didn't want to edit anything but wanted the russian to be worked. Now that's great you had the solution. Thumbs up buddy!

Offline

 

#12 Yesterday 9:20:47 am

annamartha432
New member
Registered: 2010-07-31
Posts: 1

Re: Cirillic writing

Hey MmeStPerle, I've read the pages you referred to http://forum.eeeuser.com/viewtopic.php?id=12038 and
http://wiki.eeeuser.com/howto:change_ke … anced_mode. Thats really great.
Thank you.cool

Last edited by annamartha432 (Yesterday 9:26:01 am)


Anna Martha

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson