Replies: 17 comments 23 replies
|
arch linux latest tested |
|
Can you please share what device this is? It does not look like a standard arm64 linux computer |
termux proot linux |
|
it seem like the opengl version is wrong. I was tested 3 linuxs: Fyne was working Some days ago, some one day not work when exec command "apt upgrade". |
|
It sounds like your upgrade somehow removed or disabled the MIT-SHM X11 extension |
Hello you, what i should apt install? |
|
I don't know - I have never worked with that combination. |
I was reinstall system and exec this: sudo pacman -S go xorg-server-devel libxcursor libxrandr libxinerama libxi sudo apt-get install golang gcc libgl1-mesa-dev xorg-dev But not working. |
|
Is it exactly the same error? I see in your previous messages errors about |
gioui was working with Wayland. |
|
If I remember correctly, the x11 shm extension is for a software backend. Something mesa would fallback to if the gpu driver isn't installed. As you are mentioning arm and also Wayland, what is your gpu and are you using x11 or Wayland for the display system? |
X11, 10 days ago fyne is working. This system is based on Android termux proot containerοΌ seem like docker. |
|
I would recommend:
According to some other internet posts this has helped other apps - as there seems to be a mismatch between your X, the memory manager, and the app binary... |
Ok, wait me. |
|
I would like to point out that all the output returned by glxinfo indicate a software renderer and not a GPU based one. This might create some problem. |
Uh oh!
There was an error while loading. Please reload this page.
sudo pacman -S go xorg-server-devel libxcursor libxrandr libxinerama libxi
All reactions