Qt application on beagleboard xm
-
wrote on 9 Sept 2011, 05:32 last edited by
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).
-
wrote on 14 Sept 2011, 10:44 last edited by
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).
-
wrote on 13 Nov 2011, 08:34 last edited by
how to turn off this x?
as you told i just checked , but when i run prebuild examples of qt for bb-xm then there is no problem regarding cursor on same os.
-
wrote on 13 Nov 2011, 08:37 last edited by
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-pc2)./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.3Nilesh Mane
-
wrote on 4 Apr 2012, 11:09 last edited by
I ve the same problem of double cursor.. Pls if sumbody know the solution,post the rply.. Urgently needed..
-
wrote on 4 Apr 2012, 11:43 last edited by
I think you should download a "console only" Narcissus image to solve the problem.
I started write a wiki (that I haven't terminated) but the written part describe how to download the image:
-
wrote on 5 Apr 2012, 06:32 last edited by
I'm tryin to run a cross compiled qt application in beagle board with ubuntu os.. But i'm getting double cursor when running the app(one in qt app and another in desktop).. So kindly tel me a solution for this..
-
wrote on 6 Apr 2012, 07:03 last edited by
Downloading console only image is not the solution its an temporary option for testing (because if i want to deploy the other operation systems like angstrom there is same problem) and i need the qt application with the desktop version of Ubuntu.
-
wrote on 9 Apr 2012, 05:50 last edited by
Nope.. Nt yet solved
-
wrote on 18 Apr 2012, 13:30 last edited by
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. -
wrote on 24 Apr 2012, 19:45 last edited by
HI
I am new to QT and programming. I am working on a project to build a windows interface. supposing I have a basic window with minimal functionality. How do I go about loading the window to a beagle board? Appreciate any help you can give.
-
wrote on 29 Oct 2012, 07:22 last edited by
am also facing same scenario when i deploy my Qt app into beaglexM board...
Showing two mouse pointers one for Qt app & one for OS.
Also after loading nd running my Qt App in my board, QT GUI is behaving with mouse clicks but at same time it is wiping out my OS GUI.
Pls assist me ...