Quantcast
Viewing all articles
Browse latest Browse all 4971

Troubleshooting • DRI is not available for this version of MESA

So, I was using RPI OS (bookworm) and when I compiled MESA and rebooted, tried to run "glxinfo -B" I get DRI is not available for this version of MESA.

Here's my script to install MESA:

Code:

### MESA-GRAPHICSsudo chmod -R 0777 /home/sudo chown -R pi:pi /home/sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGEDsudo apt-get install --no-install-recommends --no-install-suggests -y python3-pip libxcb-randr0-dev libxrandr-dev \        libxcb-xinerama0-dev libxinerama-dev libxcursor-dev \        libxcb-cursor-dev libxkbcommon-dev xutils-dev \        xutils-dev libpthread-stubs0-dev libpciaccess-dev \        libffi-dev x11proto-xext-dev libxcb1-dev libxcb-*dev \        bison flex libssl-dev libgnutls28-dev x11proto-dri2-dev \        x11proto-dev libx11-dev libxcb-glx0-dev \        libx11-xcb-dev libxext-dev libxdamage-dev libxfixes-dev \        libva-dev x11proto-randr-dev x11proto-present-dev \        libclc-16-dev libelf-dev git build-essential mesa-utils \        libvulkan-dev ninja-build libvulkan1 python3-mako \        libdrm-dev libxshmfence-dev libxxf86vm-dev libunwind-dev \valgrind libzstd-dev vulkan-tools python3-pip libglvnd-dev libwayland-egl-backend-devsudo apt purge meson -ysudo pip3 install meson sudo pip3 install makocd /home/pi/Downloads/git clone -b mesa-23.3.6 https://gitlab.freedesktop.org/mesa/mesa.git mesa --depth=1cd mesaCOMMON_FLAGS="-mcpu=cortex-a76+crc+crypto -O2 -pipe -mtune=cortex-a76" meson setup --prefix /usr -Dglx=disabled -Dplatforms=x11,wayland -Dllvm=disabled -Dvulkan-drivers=broadcom -Dgallium-drivers=v3d,vc4,kmsro \-Dglvnd=true -Dbuildtype=release buildninja -C build -j4sudo ninja -C build install
Same thing happens on Ubuntu 22/23/24.
It does *not* happen on Vanilla bookworm. (works as expected on vanilla bookworm but it does happen on Trixie)

Any ideas what I should be looking at?

Statistics: Posted by SW1TCH0NY0U — Sat Mar 23, 2024 10:23 am



Viewing all articles
Browse latest Browse all 4971

Trending Articles