INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Slow user interface with vnc, TeamViewer, Anydesk  (Read 1783 times)

Gedeon

  • World Citizen
  • ***
  • Posts: 105
Slow user interface with vnc, TeamViewer, Anydesk
« on: November 03, 2020, 03:23:42 pm »

My Linux MC is a headless machine. With remote desktop tools I can manage most graphic interface apps with  really good response an low latency. However JRiver UI is too slow.

¿ Any way to optimize/improve that behaviour ?

Thanks.

Logged

vdidenko

  • Recent member
  • *
  • Posts: 25
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #1 on: November 06, 2020, 04:46:32 pm »

I too ran into the slowness over remote X11, and found this QTBUG-50338. There is a link to their tracking to fix the issue at the end of the thread.
Logged

Gedeon

  • World Citizen
  • ***
  • Posts: 105
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #2 on: November 07, 2020, 09:35:02 am »

Thanks for the insight. But I Guess those bugs are solved in latest qt versions.
Logged

vdidenko

  • Recent member
  • *
  • Posts: 25
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #3 on: November 07, 2020, 01:43:51 pm »

Thanks for the insight. But I Guess those bugs are solved in latest qt versions.

You are welcome.

Though it does not seem that it is solved. As this comment notes, the fundamental issues are still there - and it refers back to the comment I linked above. A few commenters since confirmed continued slowness.
Logged

Gedeon

  • World Citizen
  • ***
  • Posts: 105
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #4 on: November 13, 2020, 03:51:04 am »

Sadly, I've been testing UI with a real display attached, and the UI is also sluggish. Just a bit better than remote, not too much better really.

In my setup (J3455 + 8gb RAM + SSD / Lubuntu 20.04) the response time is miles away from my Windows machines (some are older than this one)

I hope one day some kind of Qt Linux optimization could be applied to the linking/compilation process.


Edit: Just wanted to add that I found an option: raster VS native in a Qt forum. It's old but It seems It solved some performance issues for Apollo Lake.  But I'm not by any means a Qt programmer or a UI expert.

Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13488
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #5 on: January 07, 2021, 07:12:39 pm »

Sadly, I've been testing UI with a real display attached, and the UI is also sluggish. Just a bit better than remote, not too much better really.

In my setup (J3455 + 8gb RAM + SSD / Lubuntu 20.04) the response time is miles away from my Windows machines (some are older than this one)

I hope one day some kind of Qt Linux optimization could be applied to the linking/compilation process.


Edit: Just wanted to add that I found an option: raster VS native in a Qt forum. It's old but It seems It solved some performance issues for Apollo Lake.  But I'm not by any means a Qt programmer or a UI expert.
Make sure you aren't using the nouveau driver.
It's simply not complete enough for MC.
Logged

Gedeon

  • World Citizen
  • ***
  • Posts: 105
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #6 on: January 08, 2021, 09:18:50 am »

Make sure you aren't using the nouveau driver.
It's simply not complete enough for MC.

Thanks for the sugestión.

 Which driver are you talking about ?

 Which version do you suggest ?
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13488
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #7 on: January 08, 2021, 09:55:16 am »

Thanks for the sugestión.

 Which driver are you talking about ?

 Which version do you suggest ?
What is your video hardware?
Logged

Gedeon

  • World Citizen
  • ***
  • Posts: 105
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #8 on: January 08, 2021, 10:06:25 am »

What is your video hardware?

My board is an Asrock J3455 ITX.  The first version (not the J3455-B) with an Intel HD 500 integrated video card.

Just launched a command to check which module/driver is in use:
lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 500 (rev 0b)
   Subsystem: ASRock Incorporation HD Graphics 500
   Kernel driver in use: i915
   Kernel modules: i915
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13488
Re: Too slow user interface through vnc, TeamViewer, Anydesk..
« Reply #9 on: January 08, 2021, 10:16:19 am »

My board is an Asrock J3455 ITX.  The first version (not the J3455-B) with an Intel HD 500 integrated video card.
That doesn't use nouveau so that wouldn't be an issue.
The UI performance will never be as fast as windows but it shouldn't be a much slower on the same hardware.
If it's slow on the desktop it's likely your Desktop manager or window manager are causing issues with MC.
It's hard to give you much guidance there. We can only test on our supported release platform which is debian.
MC doesn't use any toolkits, QT, GTK or whatever. All of those operations are done by are own toolkit which makes it portable between Windows, Mac, lnux.
Logged
Pages: [1]   Go Up