[Mesa-users] Problems after installing compiled mesa
Rémi Galan Alfonso
remi.galanalfonso at gmail.com
Thu Jan 19 17:08:42 UTC 2017
Hello mesa-users list,
I recently compiled mesa from the repository (HEAD detached at mesa-13.0.3).
I am currently on a linux (Mint) with the following properties:
$ uname -r
4.9.2-040902-generic
$ lspci -v | grep -i --color 'vga'
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] Kaveri [Radeon R6/R7 Graphics] (prog-if 00 [VGA controller])
I compiled it using the following commands:
./autogen.sh --enable-dri --with-gallium-drivers='radeonsi'
--with-dri-drivers='radeon' --with-egl-platforms=drm
--disable-llvm-shared-libs
make -j 8
sudo make install
(I have llvm static libraries compiled, which is why I use
'--disable-llvm-shared-libs')
I didn't run into any problem during those commands.
However (after rebooting), '$ glxinfo' gives me the following:
$ LIBGL_VERBOSE=debug glxinfo
name of display: :0
pci id for fd 4: ffff:ffff, driver (null)
pci id for fd 5: ffff:ffff, driver (null)
libGL error: failed to create dri screen
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 49
Current serial number in output stream: 48
Is there anybody who have an idea to fix this problem ?
Thanks,
Rémi
More information about the mesa-users
mailing list