상세 컨텐츠

본문 제목

005. Raspberry Pi 라즈베리 파이 LXDE(Lightweight X11 Desktop Environment) 설치

raspberrypi/retropie

by ZelKun 2018. 8. 13. 00:25

본문

반응형


 

Raspbian Server 버전은 용량이 적은데신

GUI 지원 패키지가 설치가 안되있기 때문에

GUI 환경을 이용하려면 설치를 해야합니다

 

덤으로 RetroPie image 이용한 홈파이 또한 startx 명령이 안됩니다

LXDE 설치가 안되있어서... 결국 LXDE 설치해야 GUI 환경이 된다는 소리죠

 

설치는 생각보다 간단합니다

 

  • update & upgreade

sudo apt-get update

sudo apt-get upgrade

 

  • Install LXDE

sudo apt-get install lxde

sudo apt-get install lightdm

sudo apt-get install xinit

 

설치가 끝나면 startx 이용해서 x-window 이용할 있습니다

서버버전이면 문제가 없겠지만 RetroPie LXDE 설치하면

문제가 생기는데... 전원을 켰을경우 x-window 진입했다가

터미널로 빠져버립니다.. 그렇다고 emulationstation 명령어도 먹질않으니

 

x is running please shut down x in order to mitigate problems

에러를 뿜어주거든요...

Boot 변경해줍니다

 

  • Modify boot

sudo raspi-config

 

pi@rasp-retropie:~ $ sudo raspi-config 

 

┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├──────────┐

│                                                                             

│    1 Expand Filesystem              Ensures that all of the SD card s        │

│    2 Change User Password           Change password for the default u       

│    3 Boot Options                   Choose whether to boot into a des       

│    4 Wait for Network at Boot       Choose whether to wait for networ       

│    5 Internationalisation Options   Set up language and regional sett       

│    6 Enable Camera                  Enable this Pi to work with the R       

│    7 Add to Rastrack                Add this Pi to the online Raspber       

│    8 Overclock                      Configure overclocking for your P       

│    9 Advanced Options               Configure advanced settings             

│    0 About raspi-config             Information about this configurat       

│                                                                             

│                                                                             

                    <Select>                     <Finish>                   

│                                                                             

└──────────────────────────────────────────────────────────────────────────────┘

 

┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├──────────┐

│                                                                             

│    B1 Console           Text console, requiring user to login                │

│    B2 Console Autologin Text console, automatically logged in as 'pi' user  

│    B3 Desktop           Desktop GUI, requiring user to login                

│    B4 Desktop Autologin Desktop GUI, automatically logged in as 'pi' user   

│                                                                             

│                                                                             

│                                                                             

│                                                                             

│                                                                             

│                                                                             

│                                                                             

│                                                                             

                    <Ok>                         <Cancel>                   

│                                                                             

└──────────────────────────────────────────────────────────────────────────────┘

Boot Options > Console Autologin select

부트 메뉴로 진입해서 콘솔 자동로그인으로 변경해줍니다

그리고 sudo reboot

 

그럼 Emulationstation 으로 진입합니다

Emulationtation에서 바로 GUI 접속할 있도록 메뉴를 만들어 있습니다

retropiemenu 실행 스크립트를 작성합니다

 

 

vim /home/pi/RetroPie/retropiemenu/desktop.sh

#!/bin/bash

startx

 

/home/pi/.emulationstation/gamelists/retropie/gamelist.xml

<game>

<path>./desktop.sh</path>

<name>LXDE Desktop</name>

</game>

 

desktop.sh 작성하고 Emulationstation 재시작하면

RetroPie 메뉴안에 desktop 이라는 메뉴가 생긴걸 있습니다

 

근데 쓸일은 없을것 같네요

 

 

  • 참고:

반응형

관련글 더보기

댓글 영역