Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Tao, Daniel
Hi, Mark

MeeGo 1.2 is using OpenGL ES now. You can check whether it's your OpenGL code 
problem. And another change between MeeGo 1.1 and 1.2 is clutter upgrade.

Thanks

Daniel

From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On 
Behalf Of aleksandar.stojiljko...@nokia.com
Sent: Wednesday, April 13, 2011 3:42 AM
To: mstowns...@gmail.com; meego-dev@meego.com
Subject: Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2
Importance: Low

Hello,
Could you please commit a bug with backtrace?
Thanks.
Best Regards,
Aleksandar

From: meego-dev-boun...@meego.com [meego-dev-boun...@meego.com] on behalf of 
ext Mark S. Townsley [mstowns...@gmail.com]
Sent: Tuesday, April 12, 2011 9:22 PM
To: Development for the MeeGo Project (discussion list)
Subject: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2
Hi

I have an application that ran fine under Meego 1.1 using a netbook.   When I 
switch it over to Meego 1.2, it seg fault.  There are some OpenGL code inside 
my app.

Syslog says the application seg fault at libX11.so.6.3.0.   I even copied the 
same library over to MeeGo 1.2 from MeeGo 1.1 and it still seg faults (the file 
name and version is the same between Meego 1.2 and 1.1 but size is different.

Did X undergo a major change between Meego 1.1 and Meego 1.2?
thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread aleksandar.stojiljkovic
Hello,
Could you please commit a bug with backtrace?
Thanks.
Best Regards,
Aleksandar


From: meego-dev-boun...@meego.com [meego-dev-boun...@meego.com] on behalf of 
ext Mark S. Townsley [mstowns...@gmail.com]
Sent: Tuesday, April 12, 2011 9:22 PM
To: Development for the MeeGo Project (discussion list)
Subject: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

Hi

I have an application that ran fine under Meego 1.1 using a netbook.   When I 
switch it over to Meego 1.2, it seg fault.  There are some OpenGL code inside 
my app.

Syslog says the application seg fault at libX11.so.6.3.0.   I even copied the 
same library over to MeeGo 1.2 from MeeGo 1.1 and it still seg faults (the file 
name and version is the same between Meego 1.2 and 1.1 but size is different.

Did X undergo a major change between Meego 1.1 and Meego 1.2?
thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Arjan van de Ven

On 4/12/2011 11:34 AM, Gabriel M. Beddingfield wrote:



On Tue, 12 Apr 2011, Mark S. Townsley wrote:

I have an application that ran fine under Meego 1.1 using a 
netbook.   When

I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
inside my app.


For 1.2 MeeGo has switched from OpenGL to GLESv2. 



this is not a correct statement, sorry.

the correct statement is that *QT* has switched to using GLESv2.

applications can still use OpenGL all they want... and non-Qt UXes can too.

___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Rusty Lynch

On 04/12/2011 11:34 AM, Gabriel M. Beddingfield wrote:


On Tue, 12 Apr 2011, Mark S. Townsley wrote:

   

I have an application that ran fine under Meego 1.1 using a netbook.   When
I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
inside my app.
 

For 1.2 MeeGo has switched from OpenGL to GLESv2.  If your
application doesn't fit into the GLESv2 subset... this could
be your problem.

Also, the GLESv2 drivers aren't as widely-used as the OpenGL
drivers... so you may have uncovered a bug.

A backtrace would tell you more, though.  :-)

   


Also... if you didn't recompile the gl code (even if it fits in the 
subset) then you will fail.


--rusty
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Gabriel M. Beddingfield



On Tue, 12 Apr 2011, Mark S. Townsley wrote:


I have an application that ran fine under Meego 1.1 using a netbook.   When
I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
inside my app.


For 1.2 MeeGo has switched from OpenGL to GLESv2.  If your 
application doesn't fit into the GLESv2 subset... this could 
be your problem.


Also, the GLESv2 drivers aren't as widely-used as the OpenGL 
drivers... so you may have uncovered a bug.


A backtrace would tell you more, though.  :-)

-gabriel
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines


Re: [MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Thiago Macieira
Em terça-feira, 12 de abril de 2011, às 11:22:25, Mark S. Townsley escreveu:
> Hi
>
> I have an application that ran fine under Meego 1.1 using a netbook.   When
> I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
> inside my app.
>
> Syslog says the application seg fault at libX11.so.6.3.0.   I even copied
> the same library over to MeeGo 1.2 from MeeGo 1.1 and it still seg faults
> (the file name and version is the same between Meego 1.2 and 1.1 but size is
> different.
>
> Did X undergo a major change between Meego 1.1 and Meego 1.2?
> thanks

No, it was not a major change. MeeGo 1.2 has the same X.org version as 1.1
did.

It's possible that you're hitting a bug in X.org or in some drivers, but it's
equally possible the bug is in your application.

--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
  PGP/GPG: 0x6EF45358; fingerprint:
  E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358


signature.asc
Description: This is a digitally signed message part.
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

[MeeGo-dev] X11 between Meego 1.1 and Meego 1.2

2011-04-12 Thread Mark S. Townsley
Hi

I have an application that ran fine under Meego 1.1 using a netbook.   When
I switch it over to Meego 1.2, it seg fault.  There are some OpenGL code
inside my app.

Syslog says the application seg fault at libX11.so.6.3.0.   I even copied
the same library over to MeeGo 1.2 from MeeGo 1.1 and it still seg faults
(the file name and version is the same between Meego 1.2 and 1.1 but size is
different.

Did X undergo a major change between Meego 1.1 and Meego 1.2?
thanks


Mark
___
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines