On 2017年03月01日 03:04, DRC wrote: > Are you using the TurboVNC Viewer on all clients? If not, please > provide more details about which viewers you are using and which > application you are running in the TurboVNC session. If I can reproduce > the issue, then perhaps I can give you some advice regarding how to work > around it. The TurboVNC Server, because it's based on X.org, is > single-threaded, so it's processing updates for each viewer serially in > the X server's dispatch loop. That means that the VNC server has to use > some rather complicated logic to determine when to send out updates, and > it's certainly possible that you've discovered a hole in that logic. I forgot to add details about the server configuration; here they are:
Server: Ubuntu Desktop 16.04.1; TurboVNC 2.1; Desktop Manager: LXDE xstartup (xstartup.turbovnc): #!/bin/sh /usr/bin/lxsession -s LXDE & Configuration file /etc/sysconfig/tvncservers: VNCSERVERS="1:rafael" VNCSERVERARGS[1]="-geometry 1280x720 -nohttpd -depth 16" Applications/actions tested: - File manager window being dragged. - Video playback. * All applications show the same behavior. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ TurboVNC-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/turbovnc-users
