Closed zenny closed 8 years ago
/opt/TurboVNC/bin/vncviewer -tunnel MACHINE-GA-970A-D3:2
(you can also start vncviewer without arguments and enable tunneling in the Options dialog, under "Security".)@dcommander Thanks a zillion for very useful inputs here to prove that how simple TurboVNC is as well as at https://github.com/VirtualGL/virtualgl/issues/11#issuecomment-161392904. The documentation you pointed to, and --help pages were extremely enlightening.
In the meantime, I am trying NOT to scale down the server's geometry while downsizing only the client's (vncviewer's) to half (1/2), but that does not seem possible with what I understood and executed as of below:
$ /opt/TurboVNC/bin/vncserver -geometry 3840x2160 -depth 32 -xstartup 'vglrun -c proxy libreoffice'
$ /opt/TurboVNC/bin/vncviewer MACHINE-GA-970A-D3:2 -DesktopSize=Server
Once I get connected, virtual x server's resolution is reportedly 1916x1022 instead of the geometry I assigned (3840x2160) above.
Did I miss some parameters? Thanks again.
PS: The second issue that I am having is that the icons of libreoffice app is not being rendered clearly (greyed out) as seen in the attached screenshot at http://picpaste.com/SKX3BlSH.png. Cannot figure out whether it is a bug or a feature?!
Several comments:
-depth 32
is unnecessary with TurboVNC (that's already the default.)-c proxy
is unnecessary with vglrun
in a TurboVNC environment (VirtualGL will automatically detect that it's running in an X proxy environment.)-xstartup
parameter, would work with a single-window, full-screen application, but the results with windowed applications will be unpredictable at best. VNC is a fundamentally different type of solution than xpra, in the sense that xpra's server and protocol are designed to handle remote window management but VNC's server and protocol aren't. The VNC session is essentially behaving as a remote virtual desktop.vglrun
(VirtualGL) unless the application uses OpenGL.
Hi,
This is in pursuant to @dcommander suggestion at https://github.com/VirtualGL/virtualgl/issues/11#issuecomment-161181948
Platform: TurboVNC v2.0.1-20151105 in Ubuntu 14.04 Trusty.
I started a vncserver (official .deb from sf.net installed to /opt/TurboVNC/ folder by default) in reference to https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04
But when I try to connect with ssh it says,
I checked /etc/ssh/sshd_config`to check whether X11 forwarding was disabled, but was not the case.
Obviously, vncviewer died with:
'netstat -plant | grep Xvnc' gives Xvnc instant running in port 5902
Appreciate any hints on the right way to use TurboVNC! Thanks!