Hello everybody,
I’ve just cross-compiled QT 5.2.1 for ARM and I am using it on a TI AM335x EVM (Starter Kit) board.
I’de like to use the eglfs platform, but unluckily it shows some artifacts on the screen…
I just made a simple program for showing the problem and captured some photos of my screen. The program basically draws a set of vertical black and white lines (alternated).
If I run QT on platform linuxfb (that is I launch my program passing
“-platform linuxfb” on command line) then the software works fine… Here
is a photo of my screen:
http://it.tinypic.com/r/2lks9ag/8
If instead I run QT on platform eglfs (that is I launch my program
passing “-platform eglfs” on command line) then I have some artifacts
near the center of screen (it seems that some vertical lines are
“missing” or “swapped”)… Here are two photos of my screen:
http://it.tinypic.com/r/2i6m4xc/8
http://it.tinypic.com/r/2qur9r8/8
Any idea about that?
Furthermor it seems that on the same board QT 5.2.1 is slower than QT 4.8.x (using QWS)… how is it possible? Is there some optimization that can be turned on while compiling QT 5.x?
Regards,
/Morix
Hello everybody,
I’ve just cross-compiled QT 5.2.1 for ARM and I am using it on a TI AM335x EVM (Starter Kit) board.I’de like to use the eglfs platform, but unluckily it shows some artifacts on the screen…
I just made a simple program for showing the problem and captured some photos of my screen. The program basically draws a set of vertical black and white lines (alternated).
If I run QT on platform linuxfb (that is I launch my program passing “-platform linuxfb” on command line) then the software works fine… Here is a photo of my screen:
http://it.tinypic.com/r/2lks9ag/8If instead I run QT on platform eglfs (that is I launch my program passing “-platform eglfs” on command line) then I have some artifacts near the center of screen (it seems that some vertical lines are “missing” or “swapped”)… Here are two photos of my screen:
http://it.tinypic.com/r/2i6m4xc/8
http://it.tinypic.com/r/2qur9r8/8Any idea about that?
Furthermor it seems that on the same board QT 5.2.1 is slower than QT 4.8.x (using QWS)… how is it possible? Is there some optimization that can be turned on while compiling QT 5.x?
Regards,
/Morix
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I’ve just cross-compiled QT 5.2.1 for ARM and I am using it on a TI AM335x EVM (Starter Kit) board.
mkspecs/linux-arm-gnueabi-g++
mkspecs/linux-arm-gnueabihf-g++
mkspecs/linux-arm-gnueabihf-g++/qmake.conf
./configure -prefix /opt/qt5 -opensource -confirm-license -platform linux-g++ -no-icu -no-cups -no-nis -no-dbus -no-glib -no-pch -no-accessibility -no-gtkstyle -no-xcb -eglfs -no-directfb -xplatform linux-arm-gnueabihf-g++ -opengl es2 -nomake examples -nomake tests -v
make && make install
export LD_LIBRARY_PATH=/opt/qt5/lib
export QT_PLUGIN_PATH=/opt/qt5/lib/plugins
$ ./testapp -platform eglfs
I haven't do anything special about SGX drivers, using the stock one provided by TI pre-built images. Do you think that I should recompile somehow SGX drivers? Why?
On Thursday, April 3, 2014 12:35:38 AM UTC-6, Morix Dev wrote:I haven't do anything special about SGX drivers, using the stock one provided by TI pre-built images. Do you think that I should recompile somehow SGX drivers? Why?Thanks for the info. I didn't notice you were using the TI EVM and their 3.2 kernel. I though you were using the BBB with one of the newer 3.8 kernels. My understanding is that the SGX drivers don't work with the current BBB kernels.
Dennis Cote