SUMMARY Program reports Graphics Processor's name incorrectly due to unicode bug or something. OBSERVED RESULT Graphics Processor: Mesa DRI Mobile Intel® GM45 Express Chipset EXPECTED RESULT Graphics Processor: Mesa DRI Mobile Intel® GM45 Express Chipset SOFTWARE/OS VERSIONS Linux/KDE Plasma: Arch Linux (available in About System) KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.85.0 Qt Version: 5.12.2 ADDITIONAL INFORMATION
Screenshot please. Also, please post your `env`, `locale`, and `localectl` outputs.
(In reply to Harald Sitter from comment #1) > Screenshot please. > > Also, please post your `env`, `locale`, and `localectl` outputs. Sure: screenshot: https://0x0.st/-vyn.png env: https://0x0.st/-vyD.txt locale: https://0x0.st/-pkA.txt localectl: https://0x0.st/-vyk.txt
Please always attach files to the bug report not some third party site. Third parties do lose data over time.
What's curious is that it works correctly for the processor label, so whatever is wrong must already be wonky in the string coming out of opengl. Please also get the output of `glxinfo |grep -i 'opengl renderer'` (though admittedly I'm not sure we'll see what's wrong from just that).
(In reply to Harald Sitter from comment #4) > What's curious is that it works correctly for the processor label, so > whatever is wrong must already be wonky in the string coming out of opengl. > > Please also get the output of > `glxinfo |grep -i 'opengl renderer'` > > (though admittedly I'm not sure we'll see what's wrong from just that). The output from glxinfo is fine: $ glxinfo |grep -i 'opengl renderer' OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset (CTG) That is why i thought something messed up the encoding.
Thanks. Your hunch was correct, I see what's wrong now.
Git commit 5ab22ea18fa05482e233a2b375eb83ad4d8a932c by Harald Sitter. Committed on 03/09/2021 at 09:34. Pushed by sitter into branch 'master'. construct GL renderer string from unicode as it turns out we wrongly assumed the value would be latin1 when indeed the output may be unicode (e.g. include registered trademark symbols) FIXED-IN: 5.23 M +2 -3 Modules/about-distro/src/GPUEntry.cpp https://invent.kde.org/plasma/kinfocenter/commit/5ab22ea18fa05482e233a2b375eb83ad4d8a932c