Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【求助】deepin 20 使用vnc远程问题
Experiences and Insight
896
views ·
0
replies ·
To
floor
Go
timgod
deepin
2020-07-07 22:56
Author
我在 deepin v20 安装了 x11vnc 后,在MacBook Pro上使用vncviewer远程连接,在deepin主机连接显示器的情况下,MacBook Pro可以正常远程,但是如果将deepin主机的显示器拔掉后,MacBook Pro上就不能看到桌面了,但仍是正常连接的,请问有谁清楚该如何处理吗?或者有什么其他更好的远程连接方式(deepin主机不连接显示器的情况下)?
附:安装和启动 vncserver 的命令
安装: sudo apt install x11vnc
启动: x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth ~/.vnc/passwd -rfbport 5900 -shared
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
附:安装和启动 vncserver 的命令
安装: sudo apt install x11vnc
启动: x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth ~/.vnc/passwd -rfbport 5900 -shared