When I try to run a web browser through an x2go session, I get an error in the browser saying webgl is not enabled. Is there any way to make this work or will it not work through x2go?
Brent
You can try to apply the libglx workaround described on the x2go website.
Brent S. Elmer Ph.D. <webe3vt@aim.com> schrieb am Fr., 11. März 2022, 22:24:
When I try to run a web browser through an x2go session, I get an error in the browser saying webgl is not enabled. Is there any way to make this work or will it not work through x2go?
Brent
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
Thanks, That worked for firefox but not for chromium.
Here is what I get for chromium:
x2goglx chromium [67996:67996:0314/124552.897928:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [67996:67996:0314/124552.898055:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [67996:67996:0314/124552.911632:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [67996:67996:0314/124552.911736:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [67996:67996:0314/124552.911779:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [67996:67996:0314/124552.914039:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization [68123:68123:0314/124553.133562:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [68123:68123:0314/124553.133652:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [68123:68123:0314/124553.149472:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [68123:68123:0314/124553.149545:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [68123:68123:0314/124553.149585:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [68123:68123:0314/124553.151878:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization [68171:68171:0314/124553.163172:ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is disabled, ANGLE is [67944:67975:0314/124556.143816:ERROR:chrome_browser_main_extra_parts_m etrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328. [67944:67975:0314/124556.143843:ERROR:chrome_browser_main_extra_parts_m etrics.cc(230)] END: ReportBluetoothAvailability() [67944:67987:0314/124617.849848:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [67944:67987:0314/124617.849896:ERROR:select_file_dialog_impl_portal.cc (243)] Failed to read portal version property
Brent
On Sat, 2022-03-12 at 15:58 +0100, Ulrich Sibiller wrote:
You can try to apply the libglx workaround described on the x2go website.
Brent S. Elmer Ph.D. <webe3vt@aim.com> schrieb am Fr., 11. März 2022, 22:24:
When I try to run a web browser through an x2go session, I get an error in the browser saying webgl is not enabled. Is there any way to make this work or will it not work through x2go?
Brent
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user
Iirc chromium has a command line switch to disable OpenGL.
Uli
Brent S. Elmer Ph.D. <webe3vt@aim.com> schrieb am Mo., 14. März 2022, 19:53:
Thanks, That worked for firefox but not for chromium.
Here is what I get for chromium:
x2goglx chromium [67996:67996:0314/124552.897928:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [67996:67996:0314/124552.898055:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [67996:67996:0314/124552.911632:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [67996:67996:0314/124552.911736:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [67996:67996:0314/124552.911779:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [67996:67996:0314/124552.914039:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization [68123:68123:0314/124553.133562:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [68123:68123:0314/124553.133652:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type [68123:68123:0314/124553.149472:ERROR:gl_surface_egl.cc(808)] EGL Driver message (Critical) eglInitialize: No configs were generated. [68123:68123:0314/124553.149545:ERROR:gl_surface_egl.cc(1430)] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED [68123:68123:0314/124553.149585:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed. [68123:68123:0314/124553.151878:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization [68171:68171:0314/124553.163172:ERROR:gpu_init.cc(454)] Passthrough is not supported, GL is disabled, ANGLE is [67944:67975:0314/124556.143816:ERROR:chrome_browser_main_extra_parts_m etrics.cc(227)] START: ReportBluetoothAvailability(). If you don't see the END: message, this is crbug.com/1216328. [67944:67975:0314/124556.143843:ERROR:chrome_browser_main_extra_parts_m etrics.cc(230)] END: ReportBluetoothAvailability() [67944:67987:0314/124617.849848:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [67944:67987:0314/124617.849896:ERROR:select_file_dialog_impl_portal.cc (243)] Failed to read portal version property
Brent
On Sat, 2022-03-12 at 15:58 +0100, Ulrich Sibiller wrote:
You can try to apply the libglx workaround described on the x2go website.
Brent S. Elmer Ph.D. <webe3vt@aim.com> schrieb am Fr., 11. März 2022, 22:24:
When I try to run a web browser through an x2go session, I get an error in the browser saying webgl is not enabled. Is there any way to make this work or will it not work through x2go?
Brent
x2go-user mailing list x2go-user@lists.x2go.org https://lists.x2go.org/listinfo/x2go-user