Hi, running openSUSE Tumbleweed on an old netbook I have bears some pretty interesting results (especially for the old KDE 3 still maintained and available for installation) but I’m having the issue of 3D acceleration not being available for the Intel GMA chipset it has, due to the old i915 driver being DRI-based, something which was deprecated in mainline mesa.
Now, on any Debian/Ubuntu based distro I would simply be able to get mesa-amber from either the MX repositories or a PPA, but on openSUSE that’s simply not the case.
I have tried compiling the Amber branch and setting it up through env. variables (shamefully) through an AI-assisted workaround, but it hasn’t “fully” worked due to only applying for OpenGL 1.x-2.0, whereas GL 3.x/4.x still relied on software rendering;
so even on lighter games I’ve tried (like Extreme Tux Racer, OldUnreal UT99) I experience subpar performance due to them using the latest OpenGL they support instead of 1/2.
I need to know:
Does someone provide the packages for amber? or,
Are there instructions on packaging Mesa/Amber by myself? If that’s the case I could simply make my own OBS repository. Or,
Is Mesa compiled with support for the i915g driver, does it support the GMA 3150 I’m using, and if yes can I enable it some way?