10
3
The work in my lab requires dual monitor (well I can live with only one monitor, but I will have to constantly switching between windows).
A headless server (no monitor) is running CentOS 6 64 bit GNOME, with Tiger VNC server version 1.1.0-16.el6.x86_64.
My question is, is there a way that I can start a VNC session with dual monitor? Currently the /etc/sysconfig/vncservers file looks like this
VNCSERVERS="3:username"
VNCSERVERARGS[3]="-geometry 1920x1080 -geometry 1920x1200 -geometry 2560x1440 -geometry 3840x1080 -nolisten tcp -localhost"
Note that the -geometry 3840x1080 option will create one wide screen, but it is not as convenient as two 1080p screens.
I am open to RealVNC or other VNC servers.
Thanks!
https://superuser.com/questions/1086133/vnc-server-configuration-for-multi-monitor-support provides a solution to this question. – RaamEE – 2017-08-23T14:52:21.723