Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem

36 views
Skip to first unread message

Kirk_Rockstein

unread,
Sep 14, 2020, 2:21:37 PM9/14/20
to
Linux aptosid-ms-7312 4.19.37 #5 SMP Fri Aug 21 00:16:50 EDT 2020 i686 GNU/Linux

Problem Below:

[ 83.937] (II) Initializing extension GLX
[ 84.691] (EE) AIGLX error:
dlopen of /usr/lib/i386-linux-gnu/dri/nouveau_dri.so failed
(/usr/lib/i386-linux-gnu/dri/nouveau_dri.so:
undefined symbol: _glapi_tls_Dispatch)
[ 84.691] (EE) AIGLX error: unable to load driver nouveau
[ 84.764] (EE) AIGLX error: dlopen of
/usr/lib/i386-linux-gnu/dri/swrast_dri.so failed
(/usr/lib/i386-linux-gnu/dri/swrast_dri.so:
undefined symbol: _glapi_tls_Dispatch)
[ 84.764] (EE) AIGLX error: unable to load driver swrast
[ 84.764] (EE) GLX: could not load software renderer
[ 84.764] (II) GLX: no usable GL providers found for screen 0
[ 84.764] (II) Initializing extension XFree86-VidModeExtension
[ 84.765] (II) Initializing extension XFree86-DGA
[ 84.766] (II) Initializing extension XFree86-DRI
[ 84.766] (II) Initializing extension DRI2
[ 84.770] (II) NOUVEAU(0): NVEnterVT is called.
[ 84.771] (II) NOUVEAU(0): Setting screen physical size to 338 x 270
[ 84.771] resize called 1280 1024

root@aptosid-ms-7312:/home/kirk# glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig

VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5500] (rev a1)
Kernel driver in use: nouveau
Kernel modules: nouveau

root@aptosid-ms-7312:/home/kirk# dpkg -l|grep '\(mesa\|glx\)' | awk '{print $2}'
glx-alternative-mesa
glx-diversions
libegl-mesa0:i386
libegl1-mesa:i386
libegl1-mesa-dev:i386
libegl1-mesa-drivers:i386
libgl1-mesa-dev:i386
libgl1-mesa-dri:i386
libgl1-mesa-dri-experimental:i386
libgl1-mesa-glx:i386
libglapi-mesa:i386
libgles2-mesa:i386
libgles2-mesa-dev:i386
libglu1-mesa:i386
libglu1-mesa-dev:i386
libglw1-mesa:i386
libglw1-mesa-dev
libglx-dev:i386
libglx-mesa0:i386
libglx0:i386
libnx-mesa-extras-dev
libopenvg1-mesa:i386
libosmesa6:i386
libosmesa6-dev:i386
libswt-glx-gtk-3-jni
libva-glx1:i386
libva-glx2:i386
libwayland-egl1-mesa:i386
libxcb-glx0:i386
libxcb-glx0-dev:i386
mesa-common-dev:i386
mesa-utils
mesa-vdpau-drivers:i386
update-glx

Which of the packages listed above should NOT be installed
if I wanted to run the video card listed
with nouveau dri glx? I do not want to use the NVIDIA legacy driver.

Henrik Carlqvist

unread,
Sep 15, 2020, 2:07:38 AM9/15/20
to
On Mon, 14 Sep 2020 18:21:34 +0000, Kirk_Rockstein wrote:

The key problem here seems to be the missing function:
> _glapi_tls_Dispatch

Somehow you have gotten a system with mismatching libraries. Maybe the
libraries was installed from different sources? Maybe you have built some
of the libraries yourself with different flags? Maybe you have previously
installed the binary nVidia driver and failed to restored the opensource
libraries?

regards Henrik

Kirk_Rockstein

unread,
Sep 15, 2020, 1:16:21 PM9/15/20
to
The libgl1-mesa-dri was a way outdated version,
and needed upgrade. Thanks.
0 new messages