Re: EGL: eglChooseConfig returns num_config=0
Pekka Paalanen <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 08 May 2019 23:29:58 +0200 Christian Stadelmann <[email protected]> wrote: > Dear mesa-EGL developers, > > I just updated to Fedora 30 [1] and I start to get an error message: > > > Failed to initialize accelerated iGPU/dGPU framebuffer sharing: No > matching EGL configs Hi Christian, I'm partly responsible for that error message. Do you not also see a message like "The GPU %s chosen as primary is not supported by EGL."? That would be the real reason why libmutter quits. The error message you quoted is no longer completely accurate, because the "framebuffer sharing" initialization is attempted on all GPUs before the primary GPU is even chosen. That is done to know ahead of time which GPUs actually have a hardware accelerated graphics driver. > > which happens because (see [2] for details) eglChooseConfig returns 0 > matches. Is this expected to happen? > > My hardware has only one GPU: an Intel iGPU from the first generation > of Core i5 CPUs, i.e. Core i5-650. [3] > > I've attached the standard output of `eglinfo`. It prints this line to > stderr though: > > > i965_dri.so does not support the 0xffffffff PCI ID. This error message seems to be hinting towards the root cause, but I'm afraid I don't know about it. Thanks, pq > > > [1] with: mesa-egl 19.0.3, kernel 5.0.11, gnome-shell 3.32.1, mutter > 3.32.1 > > [2] The warning consists of 2 parts being generated by > 1. mutter's src/backends/native/meta-renderer-native.c:3773 in > init_secondary_gpu_data() > https://gitlab.gnome.org/GNOME/mutter/blob/gnome-3-32/src/backends/native/meta-renderer-native.c#L3773 > 2. mutter's src/backends/meta-egl.c:325 in meta_egl_choose_all_configs > https://gitlab.gnome.org/GNOME/mutter/blob/gnome-3-32/src/backends/meta-egl.c#L324 > > [3] Details: > https://ark.intel.com/content/www/us/en/ark/products/43546/intel-core-i5-650-processor-4m-cache-3-20-ghz.html > _______________________________________________ mesa-users mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-users
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEJQjwWQChkWOYOIONI1/ltBGqqqcFAlzT3O4ACgkQI1/ltBGq qqdVChAAli9Q9n9dLsc3XVTVjONbc2MawERSQNGRCAL1E88xqG82j1ZAouWAziM8 P0VG8UJnngCoL48oMLIcFl6YmkJ2W/vbequwlbwGXG1Aq9i4NLqi+o/GI3VWD7PC w2A+uKrXZypXa4mpG6wacZPsoDlJyytjGSgzEusq4YhX4dYFWsLMpcnXu8q3vLQ/ F6OMKNVHrvEHqeNVi0UEVLTiLyhzvyOd6179YpdCOOAeXaJZAurepvBJcsCBOjpL 5aaBC5YfOjW6EoGY9/RiBXLCA7aIfXEp41byWRpSKfLOFfPSpJMiGsh4lu8tKdgI VeNse4ElOVsXAAnD2yJIbOQ/qHjRJZem3NrMbN0OEeBHy2pYj/eWQDosGp8SsVLC Dq1e18Lzqq2+aS0LM8u1wd/WpDbhHXSCwuOcJD5JGSJS3+uUm5GGxLxj4EjHO/2x sKiMmKNTwbKMFCIZH9PDbzIFiLBTr8UVP+lsY19k9zEu7yDGO01n/XQMu1BIMhls cD1/j87g6gzj6r3nd+x3h3RW864fk8dmGGuZdN/o7UiCwSlC8NfrpylG8uakbpEB VZ5GncToFSwuKIUs4gwNZqCmVXL3979guhSCAS6MoBEn46qsvZFUTsbqeJl6zyH2 tDA7ZOJRb0/RId9zjaeG3azg5QTx0qyt+4f/3rQx6rP2T0nTBLY= =JHJb -----END PGP SIGNATURE-----