【发布时间】:2014-02-23 09:15:44
【问题描述】:
所以当我通过vnc连接我的电脑时,主机显示的分辨率为640x480。进入屏幕分辨率,显示设置为“显示设备:Mobile PC Display” 主机没有插入显示器,但这无关紧要,因为我是使用紧密的 vnc 客户端使用 vnc 连接的。
任何帮助或建议将不胜感激。
【问题讨论】:
标签: vnc vnc-server vnc-viewer
所以当我通过vnc连接我的电脑时,主机显示的分辨率为640x480。进入屏幕分辨率,显示设置为“显示设备:Mobile PC Display” 主机没有插入显示器,但这无关紧要,因为我是使用紧密的 vnc 客户端使用 vnc 连接的。
任何帮助或建议将不胜感激。
【问题讨论】:
标签: vnc vnc-server vnc-viewer
如果您的问题是“默认显示器”,您可以在 boot/configure.txt 中更改最低分辨率
取消评论:
# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=1280
framebuffer_height=720
【讨论】:
boot/configure.txt在哪里?
我在 Ubuntu 20.04 机器上使用 TightVNC。我使用 geomtry 选项启动 VNC 服务器,指定屏幕尺寸略小于我在客户端上的全屏。
$ tightvncserver -geometry 1680x1050 -depth 24
vncserver 的版本为
$ tightvncserver -version
Xvnc version TighVNC-1.3.10
【讨论】:
在服务器上启动tightvnc会话时需要指定分辨率
tightvncserver -geometry WIDTHxHEIGHT -depth XX :1
【讨论】: