20.04 on external monitor (2560x1600) extremely slow

Solution 1:

I'm having a similar problem with my laptop and external display. From testing different settings it seems that every time the laptop screen is off (either because it's closed, or because I set gnome display settings for external screen only) the external display gets EXTREMELY slow, completely unusable. If I mirror both screens and leave the laptop screen on, it is back "normal". Screen resolution was the same on all my test cases (4k).

For reference, I'm using an AMD external gpu.

Solution 2:

I have a Thinkpad W520 with freshly installed U20.04. I had a similar problem when I tried to connect my WQHD display through DisplayPort. Even though the NVIDIA driver was installed, it somehow could not be activated. If the NVIDIA driver is properly activated and you run

$ nvidia-settings

then you should see something like this:

enter image description here

If you don't see the options on the left, then probably your NVIDIA driver is not properly activated. I purged the driver using the command:

$ sudo apt remove --purge nvidia-kernel-common-390

and then reinstalled it using the "Additional Drivers" utility of the "Software & Updates" app. After I restarted the computer the NVIDIA driver got properly activated and the NVIDIA settings also showed the options as it should.

Solution 3:

TL;DR: Looks like it might be an issue with X11 and external primary displays.


I have to give credit here to both @Tiago and @hadarS as it was both of their answers combined that led me to a solution.

I'm using an MSI Bravo 15 (AMD Ryzen 7 and Radeon RX 5500M) with a (relatively) fresh install of KDE Neon 5.21. The current 20.04 LTS kernel doesn't support my driver so I've updated to the mainline kernel 5.10 and installed the AMD 20.45 firmware. Yet, I was still finding that my external display (4K) was horrendously slow at doing some of the most basic tasks while doing the same task on the main display was as responsive as ever.

@hadarS mentioned changing their primary display back to the laptop screen so I checked that and, lo and behold, the 4k screen was set as the primary. Switched it to the laptop screen and immediately the external display became usable. Great! Fixed it! But why does it happen?

This is where @Tiago's answer came in handy (as well as your information in your question, OP).

  • The obvious info is that in cases where there was slow performance, an external monitor is used, in some cases without the internal one. That's a given.
  • OP is using an Nvidia card, I'm using an AMD card, @Tiago is using an external AMD card. Same issue in all three cases so we can rule out both the card manufacturer and the bus for the GPU.
  • @Tiago mentioned GNOME specifically, I'm assuming OP is using GNOME as well. I'm using KDE Plasma 5. There goes the DE as a source of the issue.

So what's left?

Well, because Wayland doesn't seem to recognise my external display, I'm using X11. C'est la vie. Without knowing whether everyone else is also using X11 - I'm assuming so since AFAIK X11 is still the default display server for Ubuntu 20.04 - I'm going to have to simply assume that this is our common factor. It seems that X11 just doesn't like having an externally connected display set as the primary display.

I have another laptop with a "fresh" Neon install and an Nvidia GPU. I'll test this theory later tonight if I remember.

Solution 4:

I've the same problem, on my Asus laptop with GTX1650 & Ryze 3750H. After I suspended my laptop, I couldn't turn it back on so I had to forcibly shut it down.

After this, Firefox & Chrome on my secondary monitor would be VERY SLOW, even for highlighting what I hover.

What solved my problem was to change the primary display back to the laptop one. Now everything works normally again.

Solution 5:

In my case, increase the refresh rate helps

enter image description here

I don't know why by default it set the refresh rate to the lowest value, but changing it seems to improve a lot (btw my monitor support 60hz, not sure why the max is 30 on ubuntu)