Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.hardware > #3426 > unrolled thread

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

Started byKirk_Rockstein <Kirk_Rockstein@nowhere.invalid>
First post2020-09-14 18:21 +0000
Last post2020-09-15 17:16 +0000
Articles 3 — 2 participants

Back to article view | Back to comp.os.linux.hardware


Contents

  [GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2020-09-14 18:21 +0000
    Re: [GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> - 2020-09-15 06:07 +0000
      Re: [GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem Kirk_Rockstein <Kirk_Rockstein@nowhere.invalid> - 2020-09-15 17:16 +0000

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

FromKirk_Rockstein <Kirk_Rockstein@nowhere.invalid>
Date2020-09-14 18:21 +0000
Subject[GeForce FX 5500] (rev a1) NOUVEAU & GLX Problem
Message-ID<hs9qleF63ovU1@mid.individual.net>
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.

[toc] | [next] | [standalone]


#3427

FromHenrik Carlqvist <Henrik.Carlqvist@deadspam.com>
Date2020-09-15 06:07 +0000
Message-ID<rjpln8$ud4$1@dont-email.me>
In reply to#3426
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

[toc] | [prev] | [next] | [standalone]


#3428

FromKirk_Rockstein <Kirk_Rockstein@nowhere.invalid>
Date2020-09-15 17:16 +0000
Message-ID<hscb72Flq2sU1@mid.individual.net>
In reply to#3427
On 2020-09-15, Henrik Carlqvist <Henrik.Carlqvist@deadspam.com> wrote:
> 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

The libgl1-mesa-dri was a way outdated version,
and needed upgrade. Thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.hardware


csiph-web