Raspbian Server 버전은 용량이 적은데신
GUI 지원 패키지가 설치가 안되있기 때문에
GUI 환경을 이용하려면 설치를 해야합니다
덤으로 RetroPie image를 이용한 홈파이 또한 startx 명령이 안됩니다
LXDE가 설치가 안되있어서... 결국 LXDE를 설치해야 GUI 환경이 된다는 소리죠
설치는 생각보다 간단합니다
sudo apt-get update
sudo apt-get upgrade
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를 변경해줍니다
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 이라는 메뉴가 생긴걸 볼 수 있습니다
근데 쓸일은 없을것 같네요
007. Raspberry Pi 라즈베리파이 RetroPie v4.4.4 - install Pixel desktop (픽셀 데스크탑 설치) (0) | 2018.12.03 |
---|---|
006. Raspberry Pi 라즈베리파이 RetroPie 업데이트 (0) | 2018.12.03 |
004. Raspberry Pi 라즈베리파이 RetroPie v4.1 - 미디어 서버 MINIDLNA 설치 (0) | 2018.02.05 |
003. Raspberry Pi 라즈베리파이 RetroPie v4.1 - KODI install 설치 (0) | 2017.04.24 |
002. Raspberry Pi 라즈베리파이 RetroPie v3.8.1 레트로파이 KODI 설치 (0) | 2017.01.30 |
댓글 영역