Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2019 15:05:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 237662] x11-toolkits/qt5-declarative: qml-application renders text invisible on i7-3770 CPU
Message-ID:  <bug-237662-7141-P3obojgK1o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237662-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237662-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237662

--- Comment #14 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
This turns out to be locale related. And is NOT related to hardware..

Running with locale=20

LANG=3Dda_DK.UTF-8
LC_CTYPE=3D"da_DK.UTF-8"
LC_COLLATE=3D"da_DK.UTF-8"
LC_TIME=3D"da_DK.UTF-8"
LC_NUMERIC=3D"da_DK.UTF-8"
LC_MONETARY=3D"da_DK.UTF-8"
LC_MESSAGES=3D"da_DK.UTF-8"
LC_ALL=3D
I have the problem

export LC_ALL=3DC
rm -rf .cache/qtshadercache/
rm -rf .cache/mesa_shader_cache/

And the text appears...

looking closer chancing on LC_ at the time LC_NUMERIC is the trouble maker
So i think it could be computation of decimal numbers since the decimal
separator is "," and not "." in my locale. Perhaps QT localizes its numbers=
 a
little to soon or in the wrong places..

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237662-7141-P3obojgK1o>