Raspberry Pi 4B 가상 데스크톱
【전문】
RPi4B + Buster + Kodi 18.4는 매우 편안합니다.
그러나 kodi가 시작되는 동안 데스크톱이 비활성화되는 것이 어려울 수 있습니다. VNC로 연결해도 데스크톱을 조작 할 수 없습니다. 파워, 메모리가 남아 있는 RPi4B 4G로 이것은 물론 아니다. (일본인적 발상)
그래서 가상 데스크톱을 이용해보기로 했다.
【환경】
VNC 접속 환경은 구축이 끝난 것으로 한다.
Pi
OS
모함
VNC 클라이언트
4B 4G
Raspbian Buster with desktop September 2019
Windows10 64bit
VNC Viewer 6.17.1113(r31799)
【가상 데스크톱 기동 접속】
TeraTerm 등의 터미널에서
vncserver
실행으로 가상 데스크톱 생성.pi@raspberrypi4:~ $ vncserver
VNC(R) Server 6.5.0 (r41824) ARMv6 (Aug 16 2019 00:24:44)
Copyright (C) 2002-2019 RealVNC Ltd.
RealVNC and VNC are trademarks of RealVNC Ltd and are protected by trademark
registrations and/or pending trademark applications in the European Union,
United States of America and other jurisdictions.
Protected by UK patent 2481870; US patent 8760366; EU patent 2652951.
See https://www.realvnc.com for information on VNC.
For third party acknowledgements see:
https://www.realvnc.com/docs/6/foss.html
OS: Raspbian GNU/Linux 10, Linux 4.19.75, armv7l
On some distributions (in particular Red Hat), you may get a better experience
by running vncserver-virtual in conjunction with the system Xorg server, rather
than the old version built-in to Xvnc. More desktop environments and
applications will likely be compatible. For more information on this alternative
implementation, please see: https://www.realvnc.com/doclink/kb-546
Running applications in /etc/vnc/xstartup
VNC Server catchphrase: "Letter good Thomas. Chaos castle Martin."
signature: 57-06-3b-f8-50-75-67-44
Log file is /home/pi/.vnc/raspberrypi4:1.log
New desktop is raspberrypi4:1 (192.168.11.113:1)
pi@raspberrypi4:~ $
마지막에 표시되는
IPアドレス:n
(위의 경우는 192.168.11.113:1
)가 가상 데스크톱 접속처.일반 VNC 연결과 마찬가지로 VNC Viewer에서 연결 대상을 만들고 연결합니다.
가상 데스크톱 디스플레이.
기본 해상도는 1024x768.
종료는
vncserver -kill :n
.pi@raspberrypi4:~ $ vncserver -kill :1
덧붙여서 터미널은 닫아도 가상 데스크톱은 살아있다.
해상도를 지정하려면
vncserver -geometry WxH
(가상 데스크톱에서 해상도를 변경할 수 없음)RPi4B는 4K 대응이 판매 중 하나. 그러나 불행히도 자신이 사용하고 있는 모니터(TV)는 4K비대응. 거기서 적어도 가상 데스크톱에서 4K를 체험.
pi@raspberrypi4:~ $ vncserver -geometry 3840x2160
오~, 넓다.
더욱 8K.
pi@raspberrypi4:~ $ vncserver -geometry 7680x4320
우하하하.
라고 할까, 캡쳐 화상이 지나치게 지나 업로드에 실패하기 때문에 축소했어.
음색을 타고 16K를 시도했지만, 유석에 좋지 않았다. (생성 자체는 되어 있는 것 같지만 접속으로 에러)
【비GUI 환경】
공식 헬프에 의하면, 비GUI 환경에서도 필요한 패키지만 인스톨하면, 가상 데스크탑을 이용할 수 있다고 하는 것으로, 그쪽도 시험해 보았다.
환경은 RPi Zero + Raspbian Buster Lite.
공식 도움말은
sudo apt install realvnc-vnc-server realvnc-vnc-viewer
에서 환경이 갖추어진 것 같은 것이 쓰여져 있지만 안 된다.vncserver
는 에러가 아니며 가상 데스크톱의 연결 대상이 표시되지만 VNC Viewer로 연결하려고하면 오류로 연결되지 않습니다.공식 포럼에 들어가면,
sudo apt install raspberrypi-ui-mods
도 필요 같기 때문에 넣어 보니 그것이 정답이었다. 꽤 시간이 걸렸지만…아무래도 여기 근처의 의존관계에 버그가 있는 것 같다.
본래라면.
라고 할까, 가상 데스크톱이라고는 해도 , 마침내도 데스크탑 환경을 이용한다면 , 처음부터 솔직하게 with desktop판을 넣어야 할까.
【공식 도움말】
VNC(Virtual Network Computing)
vncserver-virtual Man Page
Reference
이 문제에 관하여(Raspberry Pi 4B 가상 데스크톱), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/god19/items/c8790a70141eb9a9976c텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)