0%

VNC使用

https://blog.csdn.net/qq_38451119/article/details/82461855

https://www.cnblogs.com/zhming26/p/5770348.html

https://blog.csdn.net/weixin_42912498/article/details/107162983

(48条消息) 远程桌面中Tab键不能补全的解决办法_小白的IT旅程-CSDN博客

vnc的启动指令就可以修改分辨率了,不要去乱改xserver的设置。

以vnc4server为例:
vnc4server -geometry 1200x700
就会给你1200x700的分辨率

1
2
3
4
vnc4server -geometry 1200x700  # vnc4server为例,以1200x700的分辨率远程连接
vncserver # 启动。第一次默认启动1号
vncserver :2 # 启动2号
vncserver -kill :2 # 关闭2号