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 | vnc4server -geometry 1200x700 # vnc4server为例,以1200x700的分辨率远程连接 |