본문 바로가기
system/SBC

Debian LXDE Desktop 한글 등 초기 설정

by lifeseed 2014. 4. 15.

Nand Flash용 Image Download

http://www.marsboard.com/marsboard_rk3066_download.html 

에서 Debian Wheezy Lxde Desktop Image를 다운 받는다.

 

http://www.marsboard.com/marsboard_rk3066_download.html 에서 툴을 다운 받아 Image를 Install한다.

 

기본적으로 한글 출력 및 입력이 안된다.

 

한글 출력...

# apt-get install ttf-unfonts-core

 

한글 입력

# export LC_ALL="C"

# export LANG="C"

# apt-get install ibus ibus-hangul

 

Preferences > IBus Preferences > Input Method > Customize active input method

> Select an input method > Korea > Korean- Hangul 설정

 

Control-SpaceBar 로 변경가능

 

?? (Others > Input Method Configuration (im-config)  :: YES > YES

auto select > OK)

 

 

Locale 설정

$ locale -a

C
C.UTF-8
POSIX
en_US.utf8
ko_KR.utf8

 

ko_KR.utf8 이 없다면 생성하자.

$ sudo locale-gen ko_KR.utf8

 

그리고 /etc/default/locale 을 수정 혹은 생성하자.

$ sudo vim /etc/default/locale

LANG="ko_KR.UTF-8"
LANGUAGE="ko_KR:ko:en_US:en"
저장 하면 한국어 사용이 가능하다.

 

시간 설정

# ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

 

Flash Plugin 설치

# apt-get install gnash

# apt-get install browser-plugin-gnash