2017년 10월 9일 월요일

OSMC에 VNC 설치

1. sudo apt-get update
2. sudo apt-get install libvncserver-dev
3. sudo apt-get install rbp-userland-dev-osmc
4. sudo apt-get install gcc
5. wget https://github.com/hanzelpeter/dispmanx_vnc/archive/master.zip
6. unzip master.zip -d /home/osmc/
7. rm master.zip
8. cd /home/osmc/dispmanx_vnc-master/
9. sudo chmod +x makeit
10. ./makeit
11. sudo modprobe uinput
12. sudo chmod 666 /dev/uinput
13. ./dispman_vncserver

----------------------------------------
If you wnat to make the file executable from anywhere then:
14. sudo cp dispman_vncserver /sur/bin
15. sudo chmod +x /usr/bin/dispman_vncserver

원본 위치
https://discourse.osmc.tv/t/howto-install-a-vnc-server-on-the-raspberry-pi/1517


https://discourse.osmc.tv/


다시 하고 싶으면 밑에 다시 실행.
8. cd /home/osmc/dispmanx_vnc-master/
11. sudo modprobe uinput
12. sudo chmod 666 /dev/uinput
13. ./dispman_vncserver

다른 외국 블러그를 보고 만들었는데 처음에는 실행이 되는데  연속으로는 실행이 안된다. 아무래도 내공이 부족한것 같다.
혹 제가 위에서 언급한 내용이 틀리거나 다른 내용이 있으시면 댓글 부탁드립니다.

댓글 없음:

댓글 쓰기

라즈베리파이에 OMV(OpenMediaVault)설치 1.

라즈베리파이는 작은크기에 비해 많은 프로그램을 깔수 있습니다. 그중에서도 이번에는 OMV(OpenMediaVault)라는 프로그램을 설치하겠습니다. OMV(OpenMediaVault)는 NAS용으로 설계된 지유리눅스 배포판입니다.  자세한 내용은 위키...