Libgl error on older computer with intel graphics

After updating Manjaro, I am getting the following error message when I run GNU Octave (and also, some other applications) on my old computer with Intel 82G33/G31 Express Integrated Graphics.

libGL error: MESA-LOADER: failed to open i915: /usr/lib/dri/i915_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libGL error: failed to load driver: i915

How to fix this?

The solution is to install mesa-amber, which will replace the mesa package.

sudo pacman -S mesa-amber

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.