본문 바로가기

개발자 레니는 지금 -/하드웨어와 함께

[ ARTIK 5/7/10 ] X-windows 이용하기



# Using X-Windows


# 기본적으로 ARITK이 PC에 연결된 상태라고 생각하고 설명합니다.

# 당연히, MIPI / LVDS / HDML 등 으로 모니터와 ARTIK을 연결시켜 놨어야 하겠죠?


# Ubuntu 64-bit version을 사용합니다.

# Fedora 혹은 Ubuntu 32-bit 사용자는 ARTIK Modules | developers 홈페이지를 참조해 주세요.






You can run an X11 graphical user interface on all modules except the ARTIK 520 module. For the window environment we offer LXDE for Ubuntu and Fluxbox for Fedora. Have a USB keyboard and mouse available to plug into the USB 2.0 ports to take full advantage of your mini PC!


: ARTIK 520 모듈을 제외한 모든 모듈에서 그래픽 사용자 인터페이스를 실행할 수 있습니다. 우분투용 LXDE와 Fedora용 Fluxbox를 제공합니다. USB 키보드 마우스를 USB 2.0 port에 연결하여 미니 PC를 이용하세요.



1. ARTIK Driver Setup


파일을 옮기기 위해 개발 PC를 사용할 때 빼고는 ARTIK board 에서 진행해주셔야 합니다.


가. Start as always with a general update.

: 기본 업데이트를 진행하세요.


1
2
apt update
apt upgrade
cs


나. Install base packages.

: 기본 패키지를 설치하세요.


1
apt install build-essential xorg
cs


다. Download the set of files to your development PC, then uncompress and copy them to your ARTIK root.

: 파일을 PC에 다운로드 한 다음 압축을 풀어 ARTIK root에 복사하세요.


x11-ubuntu-64bit.zip


64bit version은 첨부파일에 들어있습니다.

Ubuntu에서는 파일질라 프로그램을 다운로드 하셔서 파일을 옮길 수 있습니다.



라. Install graphics drivers.

: 그래픽 드라이버를 설치해주세요.


1
2
dpkg -i opengl-es-mali-utgard-x11_7.0-2.1_armhf.deb
dpkg -i xserver-xorg-video-armsoc-nexell_1.4.0-0ubuntu2.1_armhf.deb
cs


.zip 으로 다운 받은 파일입니다.

압축을 풀면 2개의 파일이 있으며 해당 파일이 들어있는 디렉토리에서 실행시켜주시면 됩니다.




2. X-Windows Installation


Install the fillowing packages for basic cursor support.

: 아래 명령어를 이용하여 기본 커서 패키지를 설치해 주세요.


1
2
3
apt install libxcb-cursor0 
apt install xcursor-themes 
apt install policykit-1 
cs


+ The remaining packages are optional.

: 옵션으로 제공되는 패키지 입니다.


1
2
3
apt install xserver-xorg-video-fbdev 
apt install xkb-data 
apt install policykit-desktop-privileges
cs


설치하지 않으셔도 무방합니다.




3. Desktop Environment Installation.


가. Install a minimal LXDE desktop environment.

: 최소한의 LXDE 데스크탑 환경을 설치합니다.


1
2
apt install lxde 
apt install lubuntu-icon-theme 
cs


나. Install Firefox version 45. Later versions may not be compatible.

: Firefox 45 버전을 설치하세요. 최신버전은 호환되지 않을 수도 있습니다.


1
apt install firefox=45*
cs




4. X-Windows Operation


Launch the X-window program by running.

: X-window 런처를 실행하세요.


1
leni@leni-H110M-DS2V:~$ startx
cs


펭귄이 뜨면서 화면이 전환된다면, 제대로 작동하신겁니다.








 참조내용


1. ARTIK Modules | developers