Closed bmollusk closed 4 years ago
Hello! Most probably there are some problems with your graphics driver. Please let me know which driver do you use for your AMD videocard?
I'm having the exact same problem ("Could not initialize GLX") on an Intel card (on Fedora 29 KDE).
I can confirm the problem on Arch Linux, Kernel 4.14. Graphic Card Intel Q45/Q43 (i think it is a GMA X4500) module i950, driver Mesa 18.2.6-0. OT builded from source and the flatpak are working nomally, only the appimage is affected. I will roll some tests to see if i can find more clues
Ok, I think I found it, OT Morevna Edition is working again after downgrading Mesa to 18.0.4-1, the GLX problem seems to affect the mesa drivers from the 18.1 to newer
So should I downgrade my Mesa version until the next Morevna release?
So should I downgrade my Mesa version until the next Morevna release?
Mesa 18.0.5 is the stable driver on ubuntu so i doubt you will lose anything by downgrading, especially considering your card is relatively old. Anyway it might take a while to the next Morevna release, i dont know how fedora handles downgrade but if it inst too tricky, it might be a good idea.
I fixed that by decompressing the Appimage to a folder and running
find -iname '*libxcb-dri3*' -delete
that way it will use the native libxcb-dri3
Thank you for reporting! Will add this fix to our scripts.
Fixed now. Here are updated packages:
I've been running the appimage from the terminal, and it keeps outputting the following:
this might also come in handy: lspci
thank you for your help