From ale.schenberg at yandex.com Sun Aug 10 19:02:26 2025 From: ale.schenberg at yandex.com (alexandre schenberg) Date: Sun, 10 Aug 2025 16:02:26 -0300 Subject: Non accelerated 3D when installing outside system tree Message-ID: <2157921754852546@rovqcheq6rlfpwus.sas.yp-c.yandex.net> Hi. When building a simple OpenGL program, it gets direct rendering as expected. However, when I use "-Wl,-rpath=/arquivos/Mesa/lib/" to make the program use my built from scratch Mesa, the program starts to not use direct rendering. So I was wondering if it is possible to use direct rendering with my own custom built Mesa, instead the one provided with the system? If yes, what would be required? P.S: Keep in mind that this custom built Mesa is also using a custom build DRM, with its own dir, outside the usual system tree of directories.