* [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
@ 2015-09-13 2:59 bugzilla at busybox.net
2015-09-13 8:28 ` [Buildroot] [Bug 8341] " bugzilla at busybox.net
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-13 2:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
Summary: Getting EGL Error: Could not create the egl surface:
error = 0x300b on RPI-2b board.
Product: buildroot
Version: 2015.05
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: davy2002a at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
I am consistently getting a 0x300b error whenever attempting to execute a
custom Qt 5.5.0 application on my Raspberry PI 2 Model B unit, no matter what I
do, I have rebuilt this more then 5x and even did a full rebuild of the code of
both my application and buildroot using "make clean all".
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
@ 2015-09-13 8:28 ` bugzilla at busybox.net
2015-09-13 12:02 ` bugzilla at busybox.net
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-13 8:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-09-13 08:28:15 UTC ---
Could you please indicate:
* The Buildroot version you're using
* The Buildroot configuration (.config) you're using
* An example application that exhibits the problem (can be an example
application built in with Qt)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
2015-09-13 8:28 ` [Buildroot] [Bug 8341] " bugzilla at busybox.net
@ 2015-09-13 12:02 ` bugzilla at busybox.net
2015-09-16 14:28 ` bugzilla at busybox.net
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-13 12:02 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #2 from Beno?t Th?baudeau <benoit.thebaudeau.dev@gmail.com> 2015-09-13 12:02:34 UTC ---
Also, please indicate the RPi FW config.txt that you're using (can be the
default one provided by Buildroot).
The one in Buildroot has small values for the GPU memory sizes, which are not
enough for some video applications. Maybe these sizes should be increased in
Buildroot.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
2015-09-13 8:28 ` [Buildroot] [Bug 8341] " bugzilla at busybox.net
2015-09-13 12:02 ` bugzilla at busybox.net
@ 2015-09-16 14:28 ` bugzilla at busybox.net
2015-09-16 14:31 ` bugzilla at busybox.net
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-16 14:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #3 from Dave <davy2002a@gmail.com> 2015-09-16 14:28:30 UTC ---
Created attachment 6156
--> https://bugs.busybox.net/attachment.cgi?id=6156
Buildroot config
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
` (2 preceding siblings ...)
2015-09-16 14:28 ` bugzilla at busybox.net
@ 2015-09-16 14:31 ` bugzilla at busybox.net
2015-09-16 17:36 ` bugzilla at busybox.net
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-16 14:31 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #4 from Dave <davy2002a@gmail.com> 2015-09-16 14:31:07 UTC ---
(In reply to comment #2)
> Also, please indicate the RPi FW config.txt that you're using (can be the
> default one provided by Buildroot).
>
> The one in Buildroot has small values for the GPU memory sizes, which are not
> enough for some video applications. Maybe these sizes should be increased in
> Buildroot.
Ok, in a nutshell...
Version: 2015.11-git-00108-g708818a
Nature of custom application: A simple Qt 5 WebKit based browser intended to
view limited numbers of sites, however intended to take full advantage of EGLFS
HW Acceleration.
As stated previously, whenever the said application was executed, it would
refuse to run and output a 0x300b error code.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
` (3 preceding siblings ...)
2015-09-16 14:31 ` bugzilla at busybox.net
@ 2015-09-16 17:36 ` bugzilla at busybox.net
2015-10-15 13:35 ` bugzilla at busybox.net
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-09-16 17:36 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #5 from Beno?t Th?baudeau <benoit.thebaudeau.dev@gmail.com> 2015-09-16 17:36:35 UTC ---
Just in case, test again after selecting BR2_PACKAGE_RPI_FIRMWARE_X and setting
the following in package/rpi-firmware/config.txt (or using a post-build script,
or directly on your SD card):
gpu_mem_256=128
gpu_mem_512=256
gpu_mem_1024=512
Make sure that rpi-firmware has been rebuilt after these configuration changes
before testing.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
` (4 preceding siblings ...)
2015-09-16 17:36 ` bugzilla at busybox.net
@ 2015-10-15 13:35 ` bugzilla at busybox.net
2016-08-31 20:45 ` bugzilla at busybox.net
2016-08-31 22:15 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2015-10-15 13:35 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at buildroot.uclibc |yann.morin.1998 at free.fr
|.org |
--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2015-10-15 13:35:53 UTC ---
Yann, can you have a look ? Thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
` (5 preceding siblings ...)
2015-10-15 13:35 ` bugzilla at busybox.net
@ 2016-08-31 20:45 ` bugzilla at busybox.net
2016-08-31 22:15 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2016-08-31 20:45 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
--- Comment #7 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Yann, could you please have a look? This issue is open since almost a year now
:-/
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 8341] Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board.
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
` (6 preceding siblings ...)
2016-08-31 20:45 ` bugzilla at busybox.net
@ 2016-08-31 22:15 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2016-08-31 22:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=8341
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |WONTFIX
--- Comment #8 from Yann E. MORIN <yann.morin.1998@free.fr> ---
I have absolutely no clue on how to investigate this, even less
so how to eventually fix it.
Besides, the issue is reported with running QtWebkit, which is not
a simple application.
As Thomas said on IRC "we cannot investigate and fix every random
issue on every random platform".
So, I'm marking this as "won't fix" for now.
Sorry we could not have been of much help... :-/
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2016-08-31 22:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-13 2:59 [Buildroot] [Bug 8341] New: Getting EGL Error: Could not create the egl surface: error = 0x300b on RPI-2b board bugzilla at busybox.net
2015-09-13 8:28 ` [Buildroot] [Bug 8341] " bugzilla at busybox.net
2015-09-13 12:02 ` bugzilla at busybox.net
2015-09-16 14:28 ` bugzilla at busybox.net
2015-09-16 14:31 ` bugzilla at busybox.net
2015-09-16 17:36 ` bugzilla at busybox.net
2015-10-15 13:35 ` bugzilla at busybox.net
2016-08-31 20:45 ` bugzilla at busybox.net
2016-08-31 22:15 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox