https://bugs.kde.org/show_bug.cgi?id=522489

--- Comment #30 from Andreas Hartmetz <[email protected]> ---
These error messages are usually real, not a semi-random consequence of
something else going horribly wrong.

Seems like the OpenGL library either probes available instructions at runtime
by just trying them (which will make it try some quite recent ones, even ones
the CPU doesn't support), or it correctly determines at runtime which
instructions are available, then uses fairly recent ones that Valgrind doesn't
recognize. Valgrind is usually a few years (unfortunately) behind on the latest
instructions.

If the OpenGL library is Mesa, this might make the error go away: export
GALLIUM_OVERRIDE_CPU_CAPS=nosse [command as before]

If you're really lucky, bleeding edge Valgrind could also help, but even that
doesn't necessarily support the required instructions.

I also wonder why kded6 initializes OpenGL, I think it's not supposed to
contain any UI code but I might be wrong due to some popups or some such. Or it
just links against something that links against something... also not ideal,
but not easy to fix.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to