TeamViewer 15.10.5 extremely slow on Ubuntu 20.04
Hmmm. The issue has corrected itself at this time but will post this anyway for engineering's info. I went to the console of that server and checked to see if the issue was with Ubuntu or TeamViewer and that's when it corrected itself. Here's hoping it stays that way.
I just installed Ubuntu Server 20.04 and added a xfce GUI. TeamViewer v15.10.5 was extremely slow - two to five second delays when attempting to perform any action with the GUI.
Comments
-
The slow performance of TeamViewer 15 on Ubuntu 20 is confirmed. Going to the console and doing some functions - and then going to TeamViewer on a remote system - will reset (?) TeamViewer so that it performs normally. What causes TeamViewer to stop performing normally and to resume the three to five second delay in responding to an action? I don't know.
0 -
It doesn't work to go to the console then connect with teamviewer again. It's terribly slow.
0 -
It worked for me. I'm sorry that it didn't work for you.
0 -
This keep happening with servers without monitor connected
Try thissudo apt update
sudo apt-
get
install xserver-xorg-video-dummycreate or edit file below
sudo nano /usr/share/X11/xorg.conf.d/xorg.conf
and paste below in the conf file then save file and reboot
Section "Monitor"
Identifier "Monitor0"
HorizSync 28.0-80.0
VertRefresh 48.0-75.0
Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "dummy"
VideoRam 256000
EndSection
Section "Screen"
DefaultDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Exit, save and reboot
0