Displaying 20 results from an estimated 96 matches for "libglx".
Did you mean:
libgl
2010 May 23
1
[PATCH] nouveau: detect incompatible libglx.so
Exit with proper message instead of crashing when user forgot
to uninstall the proprietary driver.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
src/nv_driver.c | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/src/nv_driver.c b/src/nv_driver.c
index f60b6d9..2c953da 100644
--- a/src/nv_driver.c
+++
2018 Jun 11
2
libGL error messages
....3
ii libegl-mesa0:amd64 18.1.0-1
un libegl1-mesa <none>
ii libgl1-mesa-dri:amd64 18.1.0-1
ii libgl1-mesa-glx:amd64 18.1.0-1
un libgl1-mesa-swx11 <none>
ii libglapi-mesa:amd64 18.1.0-1
un libgles2-mesa <none>
ii libglu1-mesa:amd64 9.0.0-2.1
ii libglx-mesa0:amd64 18.1.0-1
un libwayland-egl1-mesa <none>
ii mesa-utils 8.4.0-1
un mesag3 <none>
un xlibmesa3 <none>
$ apt-cache policy libgl1-mesa-glx
libgl1-mesa-glx:
Installed: 18.1.0-1
Candidate: 18.1.0-1
Version table:
*** 18.1....
2018 Jun 13
2
libGL error messages
>>>>> "IM" == Ilia Mirkin <imirkin at alum.mit.edu> writes:
IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
IM> or downgrade. But don't use that release.
I did
[DOWNGRADE] libglapi-mesa:amd64 18.1.0-1 -> 18.0.5-1
[DOWNGRADE] libglx-mesa0:amd64 18.1.0-1 -> 18.0.5-1
and rebooted. Problem remains:
$ glxinfo > /dev/null
libGL error: failed to create dri screen
libGL error: failed to load driver: nouveau
2013 Oct 15
1
xorg updates hose GUI with Nvidia driver
Just a heads up that once again an xorg update has removed the link in
/usr/lib64/xorg/modules/extensions that points to libglx.so.325.15 in
/usr/lib64/xorg/modules/extensions/nvidia thus breaking X. This should
only effect those with nvidia proprietary driver. One of the following
packages is the culprit but I have not tried to narrow it down. I have
done updates and downgrades several times and it is quite reproduc...
2007 Mar 19
1
signal 11 on X server when starting winecfg
...is killed.
Xorg.0.log shows :
Backtrace:
0: /etc/X11/X(xf86SigHandler+0x71) [0x4835e1]
1: /lib64/libc.so.6 [0x2ae864bf1030]
2: /usr/lib64/xorg/modules/extensions/libGLcore.so [0x2ae867970854]
3: /usr/lib64/xorg/modules/extensions/libGLcore.so [0x2ae867970b89]
4: /usr/lib64/xorg/modules/extensions/libglx.so(DoCreateContext+0x140)
[0x2ae865600de0]
5: /usr/lib64/xorg/modules/extensions/libglx.so [0x2ae86560384a]
6: /etc/X11/X(Dispatch+0x1bd) [0x44ad0d]
7: /etc/X11/X(main+0x455) [0x433b05]
8: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2ae864bdee64]
9: /etc/X11/X(FontFileCompleteXLFD+0xb1) [0x432e09]...
2007 Mar 12
1
Installation and Winecfg questions
...missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
Now, according to my Xorg log:
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.7184
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
I do have GLX loaded.
I don'...
2013 May 12
5
[Bug 64493] New: X server crashes when launch Savage XR
...9]
[ 4863.494] (EE) 1: /usr/bin/Xorg (0x8048000+0x193854) [0x81db854]
[ 4863.494] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0) [0xb775d40c]
[ 4863.494] (EE) 3: /usr/lib/xorg/modules/dri/nouveau_dri.so
(0xb5639000+0x24b065) [0xb5884065]
[ 4863.494] (EE) 4: /usr/lib/xorg/modules/extensions/libglx.so
(0xb6f1e000+0xbd98) [0xb6f29d98]
[ 4863.494] (EE) 5: /usr/lib/xorg/modules/extensions/libglx.so
(0xb6f1e000+0x40300) [0xb6f5e300]
[ 4863.494] (EE) 6: /usr/lib/xorg/modules/extensions/libglx.so
(0xb6f1e000+0x42a2e) [0xb6f60a2e]
[ 4863.494] (EE) 7: /usr/bin/Xorg (0x8048000+0x3144d) [0x807944d]...
2020 Aug 13
2
Accumulating CPU load from Xorg process with DRI3
...[vdso] (tgid:1198 range:0xf7fbf000-0xf7fbffff)
27 0.0345 evdev_drv.so
7 0.0090 snd_hda_codec
5 0.0064 r8169
5 0.0064 snd_pcm
5 0.0064 libXfont2.so.2.0.0
3 0.0038 snd_aloop
3 0.0038 libglx.so
2 0.0026 kvm
2 0.0026 snd_timer
1 0.0013 snd_hda_core
1 0.0013 snd_hda_intel
so, nouveau_drv itself is major CPU eater ....
I'll try to rebuild it with debug symbols enabled, and hopefully it will be enough
for at least se...
2009 Aug 02
9
[Bug 23092] New: Syslog flooded with "nouveau 0000:01:00.0: Unhandled PFIFO_INTR - 0x00000010"
http://bugs.freedesktop.org/show_bug.cgi?id=23092
Summary: Syslog flooded with "nouveau 0000:01:00.0: Unhandled
PFIFO_INTR - 0x00000010"
Product: xorg
Version: 7.4
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2013 Mar 14
6
moderate rant un updates
So, another admin I work with rolled out most (but not kernel) updates to
6.4... but including xorg. I log out the end of the day, and I'm hosed -
no X.
Now, my not-two-year-old workstation has an nvidia card, and I'd installed
kmod-nvidia from elrepo. I figured I'd fix my problem by finishing the
upgrade and rebooting.
Nope.
I try to upgrade kmod-nvidia from elrepo. Anyone got any
2019 Nov 03
4
[Bug 112201] New: Syscall param ioctl(generic) points to uninitialised byte(s)
.../src/glx/glxext.c:940)
==3018== by 0x51A49D7: glXGetFBConfigs
(/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/glx/glxcmds.c:1660)
==3018== by 0x51A5099: glXChooseFBConfig
(/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/glx/glxcmds.c:1599)
==3018== by 0x4C386F9: glXChooseFBConfig (in /usr/lib/libGLX.so.0.0.0)
==3018== by 0x109301: main (in /home/name/debug-xwfm4/glxample)
==3018== Address 0x4f1a382 is 2 bytes inside a block of size 72 alloc'd
==3018== at 0x483877F: malloc
(/build/valgrind/src/valgrind/coregrind/m_replacemalloc/vg_replace_malloc.c:309)
==3018== by 0xC068237: nouve...
2016 Jul 08
1
Help with nouveau driver
...ems I can't find out the last step. I hope you can help
me there...
Here ist the important part: It is trying to load some nvidia module,
although i have already done apt-get purge nvidia*
[ 4.636] (II) LoadModule: "glx"
[ 4.638] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 4.639] (EE) Failed to load
/usr/lib/xorg/modules/extensions/libglx.so: libnvidia-tls.so.352.79:
cannot open shared object file: No such file or directory
[ 4.639] (II) UnloadModule: "glx"
[ 4.639] (II) Unloading glx
[ 4.639] (EE) Failed to load module "glx"...
2018 Jun 13
0
libGL error messages
...t; == Ilia Mirkin <imirkin at alum.mit.edu> writes:
>
> IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
> IM> or downgrade. But don't use that release.
>
> I did
> [DOWNGRADE] libglapi-mesa:amd64 18.1.0-1 -> 18.0.5-1
> [DOWNGRADE] libglx-mesa0:amd64 18.1.0-1 -> 18.0.5-1
> and rebooted. Problem remains:
> $ glxinfo > /dev/null
> libGL error: failed to create dri screen
> libGL error: failed to load driver: nouveau
Interesting. This will probably require a bunch of back-and-forth to debug.
You can use gdb to work...
2009 Jun 05
1
Problems with pbuffers
Heya,
I have the problem that pbuffers works and is reported present in linux, but when running inside wine they are not :(.
Some info:
* glxinfo gives: GLX_SGIX_pbuffer in both server and client glx extensions, the glx version is reported as 1.4
* fgl_glxgears says on start: Using GLX_SGIX_pbuffer and it works as it should.
* the glew visualinfo tool (http://glew.sourceforge.net/) running in
2011 Sep 29
1
Re: Wine and WoW Cataclysm Patch 4.0 troubleshooting thread
I only got offered a few choices - I think I clicked yes to all of them.
I read in one post that the answer is to uninstall and re-install the graphics drivers - not sure how that will help, but how do I uninstall nVidia's drivers?
I have a vague memory of someone posting about lib32 paths and simlinks or something.
2018 Jun 11
2
libGL error messages
glxgears, chromium etc. run fine.
The problems is these error messages,
$ glxinfo > /dev/null
libGL error: failed to create dri screen
libGL error: failed to load driver: nouveau
How can I make them go away?
I tried everything.
P.S., also /var/log/Xorg.0.log
[ 37.195] (EE) AIGLX error: Calling driver entry point failed
2012 Oct 10
4
[Bug 55832] New: xf86-video-nouveau-1.0.2 - Xorg crashes once a week : segmentation fault in NVRefreshArea
...r/lib64/libpixman-1.so.0...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libpixman-1.so.0
Reading symbols from /usr/lib64/libXfont.so.1...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib64/libXfont.so.1
...
Reading symbols from /usr/lib64/xorg/modules/extensions/libglx.so...done.
Loaded symbols for /usr/lib64/xorg/modules/extensions/libglx.so
Reading symbols from /usr/lib64/xorg/modules/drivers/nouveau_drv.so...done.
Loaded symbols for /usr/lib64/xorg/modules/drivers/nouveau_drv.so
Reading symbols from /usr/lib64/libdrm_nouveau.so.2...(no debugging symbols
found)...
2020 Aug 13
0
Accumulating CPU load from Xorg process with DRI3
...-0xf7fbffff)
> 27 0.0345 evdev_drv.so
> 7 0.0090 snd_hda_codec
> 5 0.0064 r8169
> 5 0.0064 snd_pcm
> 5 0.0064 libXfont2.so.2.0.0
> 3 0.0038 snd_aloop
> 3 0.0038 libglx.so
> 2 0.0026 kvm
> 2 0.0026 snd_timer
> 1 0.0013 snd_hda_core
> 1 0.0013 snd_hda_intel
>
> so, nouveau_drv itself is major CPU eater ....
>
> I'll try to rebuild it with debug symbols enabled, and hopef...
2003 Sep 11
5
FreeBSD 4.9-PRE+ nvidia
Hello all.
I have the same problem as described by Dmitry a day ago in a topic similar.
I am able to use x11 with base driver "nv" but when I load "nvidia" driver,
startx
simply crash my machine and reboot after 5 seconds. I have a similar log
file as reported by Dmitry even using startx+logverbose option. XF86Config
file is similar,except it is not the same nvidia video
2011 Apr 03
1
Direct rendering disabled - apparently common on 64bit
...Code:
sudo dpkg --get-selections | grep libgl
libgl1-mesa-dri install
libgl1-mesa-glx install
libgl1-nvidia-alternatives install
libgl1-nvidia-glx install
libglade2-0 install
libglib2.0-0 install
libglib2.0-data install
libglibmm-2.4-1c2a install
libglu1-mesa install
libglx-nvidia-alternatives install
Code:
sudo dpkg --get-selections | grep dri
libcupsdriver1 install
libgl1-mesa-dri install
libxcb-dri2-0 install
nvidia-vdpau-driver install
Can anyone see anything suspicious here? How do I check if my libraries are 32-bit or 64-bit? I hope som...