Hi, Could you point me where should I modify the compilation to build for X11? I am using this tutorial: http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/ Is it a flag on ./configure?
Best regards Em quarta-feira, 4 de junho de 2014 03h47min10s UTC-3, lisarden escreveu: > > it depends on how you build Qt sources. There are a number of options and > you should explicitly specify if you want QWS or X11 support. You can't run > applications built for QWS under X11 and vice versa > > > 2014-06-04 7:02 GMT+04:00 Micka <[email protected] <javascript:>>: > >> How did you got qws working? Normally qt on Debian is not compiled with >> qws... Am I wrong? >> >> Micka, >> On Jun 4, 2014 2:01 AM, "Andersan Xiley" <[email protected] >> <javascript:>> wrote: >> >>> Hi, >>> >>> If I run withou qws, i got this error: >>> >>> root@beaglebone:~# ./App >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> QWSSocket::connectToLocalFile could not connect:: No such file or >>> directory >>> No Qt for Embedded Linux server appears to be running. >>> If you want to run this program as a server, >>> add the "-qws" command-line option. >>> >>> Thanks >>> >>> Em domingo, 1 de junho de 2014 11h49min01s UTC-3, lisarden escreveu: >>>> >>>> Run it without qws. Qws is a self-server mode. When you use x11 server >>>> then you don't need the qws option >>>> 01 Июн 2014 г. 4:23 пользователь "Andersan Xiley" <[email protected]> >>>> написал: >>>> >>>>> Hi, >>>>> >>>>> I am able to rotate the screen using the following: >>>>> >>>>> opkg install xf86-video-fbdev >>>>> >>>>> xorg.conf is: >>>>> >>>>> Section "Device" >>>>> Identifier "Frame Buffer" >>>>> Driver "fbdev" >>>>> Option "Rotate" "CW" >>>>> EndSection >>>>> >>>>> But when I load my QT application, the screen do not rotate. >>>>> I am loading the app using: >>>>> >>>>> pkill gdm >>>>> ./App -qws >>>>> >>>>> Any idea? >>>>> >>>>> Regards >>>>> >>>>> >>>>> -- >>>>> 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 [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>> 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 [email protected] <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > LinkedIn - http://www.linkedin.com/in/maximpodbereznyy > Company - http://www.linkedin.com/company/mentorel > Facebook - https://www.facebook.com/mentorel.company > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
