https://bugs.kde.org/show_bug.cgi?id=452219
--- Comment #87 from Pedro Albuquerque Santos <petersai...@gmail.com> --- (In reply to Lucas Lima from comment #85) > I've created a thread with gathered information across other DEs in the > Nvidia forums: > https://forums.developer.nvidia.com/t/nvidia-please-get-it-together-with- > external-monitors-on-wayland/301684 > > If this bothers you as much as it does to me, please provide some inputs > there. >From my past experience (I haven't been running Linux on my laptop for quite some time now) the only fixes were: 1. Switch the laptop to only use the dedicated NVIDIA GPU if you laptop allows it (mine does). In this case everything worked fine since both the internal screen and the external screen were directly running from the dedicated GPU. Of course that this eliminates any of the power saving advantages that the hybrid mode may have. 2. I was able to use the nvidia-smi command to ramp up the NVIDIA GPU clock speeds. If I ramp them up to the maximum the performance issues disappear. Of course that, once again, this will probably have an impact on power consumption. These are just workarounds. What we really need is a proper fix. I believe that (pat of) the problem is that the iGPU does all the rendering and composting by default. Therefore, the iGPU must also renders what is shown on the external screen but it must be copied from the iGPU frame buffer to the dGPU framebuffer. If the NVIDIA GPU is not properly managed, its clock speeds are just too slow and it is unable to receive all that data in a timely manner. -- You are receiving this mail because: You are watching all bug changes.