Qt application on beagleboard xm
We have build an application on host system (linux Qt creator) and copy all lib’s to board(BB xm) it runs the application but shows two cursors one for system and one for application.
Why this is happening. (i thin it runs as a seprate system than OS GUI).
11 replies
Do you use the X11 version or the Embedded version of Qt on BeagleBoard?
The repository of Ångström Distribution (the default operating system on BeagleBoard) has both. The X11 version uses the desktop environment of the OS, while the Embedded version directly draws the GUI to the frame buffer, and reads mouse movements directly. If you use the Embedded version without turning the DE of the OS off, you will see this kind of things happen.
If this is the case, you should either use the X11 version of Qt instead, or turn off X before you launch the application (from command line).
Hi
i have installed qt creator on host machine (VMware Ubuntu)-virual linux.
and installed cross compiler for my target board(BB-xm) arm-cortex -a8.
and build qt library for target machine with following configuration-
1)./configure -prefix /opt/qt_arm_texax_4.7.3 -embedded arm -platform /qws/linux-x86-g++ -xplatform /qws/linux-DM3730-g++ -depths 16,24,32 -qt-mouse-pc -qt-mouse-linuxtp
-qt-mouse-linuxinput -plugin-mouse-linuxtp -plugin-mouse-pc
2)./configure -opensource -confirm-license -prefix /opt/qt-arm -no-qt3support -embedded arm -little-endian -xplatform qws/linux-DM3730-g++ -qtlibinfix E
i have successfully create build and deployed on target.
but problem is that it shows two cursors on system one for qt app and one for os.
even though if i compiled sample codes there are two cursors.
is my configuration wrong?
or is any other problem, please tell me what can i do to get solution of this problem.
OS : angstrom
H/W: beagleboard-xm
kernel: 2.6.32
Qt creator version -2.2.1
Qt lib version-4.7.3
Nilesh Mane
Am using an ARM 9 based board running debian linux. I have compiled a Qt application and deployed it on the board. When i run the application two cursors appear . The Qt cursor runs fine but the default cursor also appears which tends to wipe out the Qt application exposing the background desktop.
Can someone please guide me how to disable the default mouse or provide a solution to this problem . I need to get rid of the default mouse.
You must log in to post a reply. Not a member yet? Register here!


