Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
63 views

I'm trying to run Mesa's SolaraViz interactive visualization in a local Python script (not Jupyter notebook), following the official Mesa documentation, but cannot get it to launch a web server ...
foobar's user avatar
  • 641
0 votes
0 answers
96 views

I'm using Solara to visualize a MESA simulation but I always get this message: ValueError: Missing required model parameter: initial_fire_positions Can someone help me figure out why it is happening?...
new_To_coding's user avatar
1 vote
0 answers
94 views

This question is a follow-up to my SO Answer about using Mesa opengl32.dll when a Golang app does not have a graphics driver to launch Fyne Windows. I'm trying to centralize my code so that it works ...
Ahmed Zaidan's user avatar
1 vote
2 answers
193 views

I have Go code that opens a Fyne window. I run this on my MacBook and it works. I am trying to get it to run on a KVM Windows server. This issue isn't related to this specific KVM server as I've tried ...
Ahmed Zaidan's user avatar
0 votes
0 answers
110 views

During monkey run, some random application is failing to create context. Reason for this is, particular file is giving "Operation not permitted" errno from egl side. How to fix EPERM errno, ...
Rey's user avatar
  • 475
0 votes
0 answers
72 views

I'm trying to create a ubuntu noble container (it has to be ubuntu noble due to another software's compatibility constraints) with a gui capable of running Gazebo, a robot simulation. For Gazebo, I ...
Kenneth Wilber's user avatar
1 vote
1 answer
279 views

Building small and basic Linux system with Buildroot, the goal is to run it as kiosk. My approach is to use wpe, cog and cage My defconfig is as follows: BR2_x86_64=y BR2_TOOLCHAIN_BUILDROOT_MUSL=y ...
Vitaly Varyvdin's user avatar
3 votes
1 answer
2k views

I'm working on a cmake project with vcpkg. After running vcpkg install mesa[*], I got an output: mesa provides pkg-config modules: # Mesa EGL Library egl # Mesa OpenGL ES 1.1 CM library ...
Nekomiya Kasane's user avatar
0 votes
2 answers
3k views

Here's the full log of the meson log: Link to Google Drive My copy of python3 Python 3.12.0 (main, Oct 16 2023, 16:36:20) [GCC 11.4.0] on linux was compiled by myself (i followed the instructions), ...
Secton's user avatar
  • 11
0 votes
1 answer
2k views

I'm encountering an issue when running an application on my Yocto-based system, and I'm getting the error message: Failed to start Flutter renderer: No GL implementation is available. Additionally, ...
Hareendran MG's user avatar
0 votes
0 answers
160 views

I am trying to compile mesa (as part of the compilation process for xcrysden) and I have an error in the make process that I don't understand how to fix. I am quite unfamiliar with using make so any ...
Elliot Perviz's user avatar
0 votes
1 answer
1k views

I'm fairly early into trying to do some image manipulation tasks on a headless embedded device running linux with a MALI 400 GPU. This supports OpenGL ES 2.0 through an official driver, and possibly a ...
Douglas B's user avatar
  • 853
-2 votes
1 answer
2k views

I installed the mesa utilities with the following command in the docker file: RUN apt-get install -y libgl1-mesa-dev freeglut3-dev mesa-common-dev but I am getting the error: from OpenGL.raw.GL ...
AynonT's user avatar
  • 323
0 votes
1 answer
2k views

Import error: cannot import name 'UserSettableParameter' from 'mesa.visualization.UserParam' pip list error error I Checked Conda list and pip list, both of them have mesa installed and tried several ...
Chichi22's user avatar
0 votes
0 answers
582 views

I have testing code of logic [producer code] EGLImage image = eglCreateImage(egl->dpy, egl->ctx, EGL_GL_TEXTURE_2D, (EGLClientBuffer)(uint64_t)gl->texture, NULL); ...
hedgehog_o_tail's user avatar

15 30 50 per page
1
2 3 4 5
16