Discussion:
[GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem
(too old to reply)
Kirk_Rockstein
2020-09-14 18:21:34 UTC
Permalink
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

***@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

***@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
2020-09-15 06:07:36 UTC
Permalink
Post by Kirk_Rockstein
_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
2020-09-15 17:16:18 UTC
Permalink
Post by Henrik Carlqvist
Post by Kirk_Rockstein
_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
The libgl1-mesa-dri was a way outdated version,
and needed upgrade. Thanks.

Loading...