Thread
:
QT5 on nokia n900 ?
View Single Post
frafI
2013-07-18 , 13:17
Posts: 114 | Thanked: 298 times | Joined on Jan 2011 @ Berlin
#
66
I've now added an incomplete workaround for the text rendering bug in QtQuick2 (
see commit
). You can use the element TextWA instead of Text in QtQuick2 (it only provides properties text, font.*, and color but that's enough to work as a label). If nobody finds a real solution we may export this element as "Text" some day (with additional properties). TextWA uses a painter to render the text and so avoids the (most likely) OpenGL ES related bug.
I've also uploaded a libx11 source package to extras-devel which properly exports xcb (you need libx11-with-xcb-6 and libx11-xcb1). Be careful with this packages as libx11-with-xcb-6 replaces "/usr/lib/libX11.so.6.2.0". Don't reboot after the installation unless you checked that several different programs work and make sure you can enable ssh without the keyboard after reboot, if something went wrong (or use backupmenu etc.). "apt-get upgrade" will not trigger the installation in any case, as the names are different and "provides" are used.
__________________
Qt5 on N900
m.c. flatboat - a mobile pdf viewer
Hörspielkiste
Last edited by frafI; 2013-07-18 at
13:55
.
Quote & Reply
|
The Following 5 Users Say Thank You to frafI For This Useful Post:
amr.fayz
,
cproc
,
Estel
,
fw190
,
marmistrz
frafI
View Public Profile
Send a private message to frafI
Visit frafI's homepage!
Find all posts by frafI