Hello,
Using Debian armhf, the same as the "3d" enabled image.
Edit /etc/X11/xorg.conf
change the "disabled" lines to "Load"
and uncomment the Option "Backend" line also.
Looks like:
Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "dri"
Load "dri2"
EndSection
Section "Device"
Identifier "IMX"
Driver "imx"
Option "ShadowFB" "off"
Option "AccelMethod" "EXA"
Option "Backend" "Z430"
# Option "Compositing" "off"
EndSection
If you install additional mesa libs the software renderer will be used instead.
Only these should be installed:
libgl1-mesa-dri
libgl1-mesa-glx
libglapi-mesa
libglu1-mesa
mesa-utils
Hope this helps.