Debian系统中设置TigerVNC分辨率有三种方法:
-geometry
参数指定分辨率,如vncserver -geometry 1920x1080
。/etc/tigervnc.conf
或~/.vnc/xstartup
文件。在/etc/tigervnc.conf
中添加[Geometry] Resolution=1920x1080
;在~/.vnc/xstartup
中添加xrandr --output <显示器名称> --mode 1920x1080
,然后重启VNC服务器。