2006/10/19

Ubuntu Korean(Hangul) key map configuration

Ok, I did install Ubuntu(finally!) and it worked pretty fine!

Since it was the first linux other than previous red hat boxes, it was kinda scary since I thought only red hat was interested in user-friendly environment.

But while installing and changing some configurations, I realized that this linux is really close to the product that is ‘acceptable’ for regular users.

Anyway, since I wanted to type Korean characters under the English environment, I had to some configurations.

Frankly, I spend sometime to work on the Korean input program. I used to use nabi, but there was SCIM which looked great. But it didn’t understand my keyboard correctly, and it even didn’t start at first! (since my default language was English.)

This site contains THE solution that I had.

The second problem was, even though I was successful in starting and using SCIM, still I had to use ctrl+space to change the input character. I wanted to use my Korean/English & Hangul/Hanj keys.

I DID try a lot of things that can affect the global range in the box. (But I really didn’t need to since I am the only user for this laptop.)Anyway, I changed a file [kr] at
[/etc/X11/xkb/symbols/]

partial default alphanumeric_keys
xkb_symbols “hangul_keys” {
include “us”
name[Group1]= “Korean”;
key { [ Hangul ] };
//key { [ Hangul_Hanja ] };
};

which used to be……………..

partial default alphanumeric_keys
xkb_symbols “hangul_keys” {
include “us”
name[Group1]= “Korean”;
key { [ Hangul ] };
key { [ Hangul_Hanja ] };
};

Now it works almost perfect!!!!perfect!!!!

2006/04/23

Fedora Core 4 - Screenshot


Still have to solve Nespot(wireless lan provided in my campus) login problem,
and a few configurations. But it works fine now, and I don't see any major drawback that I shouldn't use it for everyday use.

(Yes, but I am using my XP at this moment, since I subscribed for this streaming music service -that lets me to listen to music online for a fixed price. about 3 dollars!- and they only provide windows verion of their app.)


But the xmms with mp3 plugin installed, didn't work fine. It does work, but it doesn't sound very nice as other apps. Probably because they are not allowed to use the proper codec to decode, or my soundcard configuration had a problem.


I should give a shot to install Suse in May.