前言
使用HDMI顯示發現桌面異常卡,幾乎不具備實用性,于是只能退而求其次,使用遠程桌面的方式。
sudo mkdir -p "/dev/debs/partial"
sudo ln -s "/dev/debs" /var/cache/apt/archives
安裝server
sudo apt install tigervnc-standalone-server -y
安裝gui
sudo apt install xfce4 -y
sudo apt install xfce4-terminal -y
PC端安裝vncviewer
https://www.realvnc.com/en/connect/download/viewer/
下下載安裝
配置
su root
切換到root
vncpasswd
設置密碼
root@starfive:~# vncpasswd
Password:
Verify:
Would you like to enter a view-only password (y/n)? n
A view-only password is not used
vi ~/.vnc/xstartup
輸入如下內容
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec startxfce4
chmod u+x ~/.vnc/xstartup
啟動服務
vncserver :1 -localhost no -geometry=1920x1080
:1是端口,最終tcp端口是此數字+5900 ,也就是1+5900=5901
-localhost no 默認為yes,設置成no則可以非localhost也可以連接vnc
-geometry 設置分辨率
root@starfive:~# vncserver :1 -localhost no -geometry=1920x1080
/usr/bin/xauth: file /root/.Xauthority does not exist
New Xtigervnc server 'starfive.mshome.net:1 (root)' on port 5901 for display :1.
Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /tmp/tigervnc.A4i0QX/passwd starfive.mshome.net:1 to connect to the VNC server.
連接
File->New Connection...
輸入密碼
配置終端
Applications->
這樣右鍵就可以打開終端了。
總結
使用遠程桌面使用更流暢,也可以作為沒有HDMI顯示器時的替代。
審核編輯:湯梓紅
-
顯示器
+關注
關注
21文章
4951瀏覽量
139830 -
HDMI
+關注
關注
32文章
1665瀏覽量
151666 -
計算機
+關注
關注
19文章
7425瀏覽量
87719 -
開發板
+關注
關注
25文章
4948瀏覽量
97202 -
單板計算機
+關注
關注
0文章
74瀏覽量
15614 -
編譯
+關注
關注
0文章
654瀏覽量
32809 -
RISC-V
+關注
關注
44文章
2230瀏覽量
46034
發布評論請先 登錄
相關推薦
評論