https://bugs.kde.org/show_bug.cgi?id=510866
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #2 from Nate Graham <[email protected]> --- Sounds bad, and also thanks for the excellent reporting and debugging done so far. However the vendorIsNVidia() code in panelview.cpp hasn't changed in over a year and a half. Here's what it's doing: static bool vendorIsNVidia() { QOffscreenSurface surface; surface.create(); [now it hangs for you] If something is breaking in here, I suspect an upstream graphics driver or Qt change has caused a regression. Out of curiosity, does the same thing happen in a Plasma Wayland session? For what it's worth, I'm using the same GPU and an Arch-based distro (KDE Linux) that provides the same kernel and driver versions, and don't see this issue on Wayland. -- You are receiving this mail because: You are watching all bug changes.
