[Interest] Status of project Korhal

2013-03-05 Thread Stephan Kanthak
Hi, a few months ago I came here with some OMAP4 related issues that I got fixed my way. Samuel pointed me to project Korhal and while I didn't try it immediately I now found the time to try it (and I also like the idea). Yet I didn't get beyond some compiler issues as soon as it hits the firs

Re: [Interest] can qt.conf be put in a common location?

2013-01-29 Thread Stephan Kanthak
On 01/29/2013 06:34 AM, Thiago Macieira wrote: > On segunda-feira, 28 de janeiro de 2013 19.44.18, VStevenP wrote: >> Is it possible to specify a shared location for qt.conf using an environment >> variable? >> >> It's being a bit of a pain to put a qt.conf file in the app dir for every Qt >> examp

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-12-11 Thread Stephan Kanthak
Hi Samuel, On 12/10/2012 11:40 AM, Samuel Rødal wrote: > On 12/10/2012 11:31 AM, Stephan Kanthak wrote: >> ... >> continue to check the Android SDK path again. > Which Android SDK part would that be? You might be interested in > http://qt-project.org/wiki/Korhal > I just r

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-12-10 Thread Stephan Kanthak
Hi Samuel, On 12/10/2012 11:40 AM, Samuel Rødal wrote: > On 12/10/2012 11:31 AM, Stephan Kanthak wrote: >> ... >> continue to check the Android SDK path again. > Which Android SDK part would that be? You might be interested in > http://qt-project.org/wiki/Korhal > S

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-12-10 Thread Stephan Kanthak
to be due to not much maintained driver SDK / kernel code. I would love to move on to the latest driver version, but LinuxFB/EGL is simply not supported by the non-Android SDKs anymore. So, I may as well continue to check the Android SDK path again. Best, Stephan On 11/21/2012 09:26 AM, Samuel Røda

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-21 Thread Stephan Kanthak
Hi Samuel, On 11/21/2012 08:43 AM, Samuel Rødal wrote: > On 11/20/2012 09:12 PM, Stephan Kanthak wrote: >> Hi, >> >> one final word to this list on my fix. I think that the fix I did to Qt5 >> is not in good shape to be integrated. My fix interfaces directly with &g

Re: [Interest] unable to cross-compile my Qt 5 program for BeagleBoard-xM

2012-11-21 Thread Stephan Kanthak
Hi Steve, I'm posting this back on the mailing list as this is probably info that others find useful, too. On 11/21/2012 04:53 AM, VStevenP wrote: I would like to ask your opinion... Is it best to install the Qt cross-compiled output directly to the root of the ext3 fs on the micro-SD card?

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-20 Thread Stephan Kanthak
Hi Prabindh, I and probably many others very much appreciate the effort that TI does not just release graphics drivers blindly, but also tries to publish documentation and builds a community around it. I'm also aware of the DRM drivers for Linaro/Ubuntu and I know the Android releases (in desp

Re: [Interest] unable to cross-compile my Qt 5 program for BeagleBoard-xM

2012-11-20 Thread Stephan Kanthak
Hi, I bumped into a similar problem with qt5beta1 recently and got it solved by creating a /qtbase/bin/qt.conf: [EffectivePaths] Prefix= The directory is the one where 'make install' initially put all the files and directories like mkspecs, etc. This assumes you're still calling qma

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-20 Thread Stephan Kanthak
Hi, one final word to this list on my fix. I think that the fix I did to Qt5 is not in good shape to be integrated. My fix interfaces directly with OMAP-specific ioctl's to a linux framebuffer device in code that is generic to all egl platforms. I'll continue to discuss this first with Prabind

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-20 Thread Stephan Kanthak
t to update to > a later kernel revision and check. Vsync handling is more complex than it > appears, over fb drivers. > > regards > Prabindh > > > -Original Message- > From: interest-bounces+prabu=ti@qt-project.org > [mailto:interest-bounces+prabu=ti.

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-20 Thread Stephan Kanthak
interest-bounces+prabu=ti@qt-project.org > [mailto:interest-bounces+prabu=ti@qt-project.org] On Behalf Of Stephan > Kanthak > Sent: Tuesday, November 20, 2012 1:32 PM > To: interest@qt-project.org > Subject: Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour > >

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-20 Thread Stephan Kanthak
at did not properly support waiting for vsync, atleast > on OMAP3. > > regards > Prabindh > > > -Original Message- > From: interest-bounces+prabu=ti@qt-project.org > [mailto:interest-bounces+prabu=ti@qt-project.org] On Behalf Of Stephan > Kanthak >

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-19 Thread Stephan Kanthak
Hi Donald, On 11/19/2012 10:54 PM, Donald Carr wrote: > On top of all of this, I saw weird partial updates on all the OMAP SGX > based devices I tested against Qt 5. I have a beagle board video > uploaded which shows the screen broken up into 4 discrete quadrants > which are alternately updated. I

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-19 Thread Stephan Kanthak
Hi all, as promised some feedback on this matter... On 11/16/2012 07:37 AM, Stephan Kanthak wrote: >> Are you doing "export QML_FORCE_THREADED_RENDERER=1"? Because afaik >> without that you won't get the threaded renderer. Most issues I've seen >> with ani

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-15 Thread Stephan Kanthak
instead the recompiled one from the driver package. > regards > Prabindh Thanks already & best, Stephan > -Original Message- > From: interest-bounces+prabu=ti....@qt-project.org > [mailto:interest-bounces+prabu=ti@qt-project.org] On Behalf Of Stephan > Kanthak

Re: [Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-15 Thread Stephan Kanthak
Hi Samuel, Am 15.11.2012 um 13:24 schrieb Samuel Rødal : > On 11/15/2012 11:07 AM, Stephan Kanthak wrote: >> Hi, >> >> some background first: for some little project I'm planning to prototype >> a custom UI. I got interested in Qt5, because of QML + Javascript

[Interest] Qt5/OMAP4/EGLFS: Strange animation behaviour

2012-11-15 Thread Stephan Kanthak
Hi, some background first: for some little project I'm planning to prototype a custom UI. I got interested in Qt5, because of QML + Javascript. The OMAP4 platform I use (a modified Kindle Fire, but very similar to the Pandaboard) offers EGL/OGLES2 and I got some drivers running from TI directl

Re: [Interest] [SOLVED] Compiling QT5

2012-11-13 Thread Stephan Kanthak
/foo/usr simply set qt/qtbase/bin/qt.conf also to it: [EffectivePaths] Prefix=/foo/usr Regards, Stephan On 11/11/2012 04:37 PM, Stephan Kanthak wrote: > Hi all, > > I'm new to this list and also new to Qt5. > > I recently downloaded the beta1 and compiled it for an OMA

[Interest] Compiling QT5

2012-11-11 Thread Stephan Kanthak
Hi all, I'm new to this list and also new to Qt5. I recently downloaded the beta1 and compiled it for an OMAP4 platform according to the following instructions: http://gpupowered.org/node/8 (originally for the alpha) and http://www.slideshare.net/prabindh (except for some tiny patches, looks s