Created attachment 166796 [details] With intel iGPU, Charts are empty After launching system monitor, all charts appear empty. See attached image for more info. Running it from terminal show the following lines: No GLSL shader code found (versions tried: QList(120) ) in baked shader QShader(stage=4 shaders=QList(ShaderKey(0 Version(100 QFlags()) 0), ShaderKey(1 Version(130 QFlags()) 0), ShaderKey(1 Version(300 QFlags(0x1)) 0), ShaderKey(2 Version(50 QFlags()) 0), ShaderKey(4 Version(12 QFlags()) 0)) desc.isValid=true) No GLSL shader code found (versions tried: QList(120) ) in baked shader QShader(stage=0 shaders=QList(ShaderKey(0 Version(100 QFlags()) 0), ShaderKey(0 Version(100 QFlags()) 1), ShaderKey(1 Version(130 QFlags()) 0), ShaderKey(1 Version(130 QFlags()) 1), ShaderKey(1 Version(300 QFlags(0x1)) 0), ShaderKey(1 Version(300 QFlags(0x1)) 1), ShaderKey(2 Version(50 QFlags()) 0), ShaderKey(2 Version(50 QFlags()) 1), ShaderKey(4 Version(12 QFlags()) 0), ShaderKey(4 Version(12 QFlags()) 1)) desc.isValid=true) Failed to build graphics pipeline state Operating System: Manjaro Linux KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.9-1-MANJARO (64-bit) Graphics Platform: Wayland
What specific Intel GPU hardware are you using? What CPU generation?
(In reply to Nate Graham from comment #1) > What specific Intel GPU hardware are you using? What CPU generation? I retested both with Manjaro and KDE Neon User Edition. Manjaro (fully updated/unstable branch): Plasma 6.0.1/Wayland Intel T4400: curves in charts don't appear. Intel i3-5005U: curves in charts don't appear. Intel i3-1115G3: curves in charts appear with bug434462 present but less aggressive. KDE Neon (live session/neon-user-20240307-0714.0.iso): Plasma 6.0.0/Wayland Intel T4400: curves in charts don't appear. Intel i3-5005U: curves in charts appear with bug434462 present but much aggressive. Intel i3-1115G3: curves in charts appear with bug434462 present but less aggressive. It seems that Qt chart library is relying on something only present in new intel CPUs. https://doc-snapshots.qt.io/qt6-dev/qtquick-visualcanvas-adaptations.html
NB: On Plasma 5.27.10, the curves were correctly appearing on the 3 laptops (Intel T4400, 3-5005U and i3-1115G3) running Manjaro with slight distortion coming from bug434462.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kquickcharts/-/merge_requests/74
Git commit f6c29f395ecfab908a3a1389cee524b5067ddb06 by Arjen Hiemstra. Committed on 13/03/2024 at 11:08. Pushed by cullmann into branch 'master'. Generate default set of GLSL shaders If we do not specify versions, the default of `100es,120,150` is used which is what QtQuick itself uses. To make sure we match that, remove any manually specified shader version for GLSL generation. This requires a minor modification to the Pie chart shader as GLES 100 GLSL doesn't support booleans. M +0 -1 src/CMakeLists.txt M +1 -1 src/scenegraph/PieChartMaterial.cpp M +2 -2 src/shaders/piechart.frag M +1 -1 src/shaders/piechart.vert https://invent.kde.org/frameworks/kquickcharts/-/commit/f6c29f395ecfab908a3a1389cee524b5067ddb06
*** Bug 483854 has been marked as a duplicate of this bug. ***
I confirm, it's fixed on my affected laptops.