[arch-general] glx module is not loaded
/etc/X11/xorg.conf.d/10-modules.conf -------------------------- Section "Module" Load "glx" EndSection --------------------------- ~/.local/share/xorg/Xorg.o.log --------------------------- [ 19.596] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 19.596] (II) LoadModule: "glx" [ 19.598] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 19.598] (EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so: /usr/lib/xorg/modules/extensions/libglx.so: cannot open shared object file: No such file or directory [ 19.598] (II) UnloadModule: "glx" [ 19.598] (II) Unloading glx [ 19.598] (EE) Failed to load module "glx" (loader failed, 7) -------------------------------------- gabx@hortensia ➤➤ ~/bin % ls -al /usr/lib/xorg/modules/extensions/libglx.so lrwxrwxrwx 1 root root 11 Jan 12 16:16 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.xorg* gabx@hortensia ➤➤ ~/bin % gabx@hortensia ➤➤ ~/bin % myps Xorg 146:gabx 2010 2009 1 Jan17 tty1 01:57:21 /usr/bin/Xorg.bin -nolisten tcp vt1 I use nouveau driver, start my x session on console with $ xinit Why is libglx.so not seen when it exists indeed ? Thank you for hints
On 01/24/2015 04:25 PM, arnaud gaboury wrote:
/etc/X11/xorg.conf.d/10-modules.conf -------------------------- Section "Module" Load "glx" EndSection ---------------------------
~/.local/share/xorg/Xorg.o.log --------------------------- [ 19.596] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 19.596] (II) LoadModule: "glx" [ 19.598] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 19.598] (EE) Failed to load /usr/lib/xorg/modules/extensions/libglx.so: /usr/lib/xorg/modules/extensions/libglx.so: cannot open shared object file: No such file or directory [ 19.598] (II) UnloadModule: "glx" [ 19.598] (II) Unloading glx [ 19.598] (EE) Failed to load module "glx" (loader failed, 7) --------------------------------------
gabx@hortensia ➤➤ ~/bin % ls -al /usr/lib/xorg/modules/extensions/libglx.so lrwxrwxrwx 1 root root 11 Jan 12 16:16 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.xorg*
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=p... It's part of xorg-server. Which xorg-server (version) are you using?
gabx@hortensia ➤➤ ~/bin %
gabx@hortensia ➤➤ ~/bin % myps Xorg 146:gabx 2010 2009 1 Jan17 tty1 01:57:21 /usr/bin/Xorg.bin -nolisten tcp vt1
I use nouveau driver, start my x session on console with $ xinit
Why is libglx.so not seen when it exists indeed ?
Thank you for hints
-- Note: My last name is not Krejzi.
└───╼ pkgfile /usr/lib/xorg/modules/extensions/libglx.so extra/mesa-libgl extra/nvidia-304xx-libgl extra/nvidia-340xx-libgl extra/nvidia-libgl
On 01/24/2015 04:40 PM, SpinFlo wrote:
└───╼ pkgfile /usr/lib/xorg/modules/extensions/libglx.so extra/mesa-libgl extra/nvidia-304xx-libgl extra/nvidia-340xx-libgl extra/nvidia-libgl
What does "file /usr/lib/xorg/modules/extensions/libglx.so" say? -- Note: My last name is not Krejzi.
2015-01-24 16:43 GMT+01:00 Armin K. <krejzi@email.com>:
What does "file /usr/lib/xorg/modules/extensions/libglx.so" say?
-- Note: My last name is not Krejzi.
lrwxrwxrwx 1 root root 16 ene 19 16:12 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.so.346.35
On 01/24/2015 04:50 PM, SpinFlo wrote:
2015-01-24 16:43 GMT+01:00 Armin K. <krejzi@email.com>:
What does "file /usr/lib/xorg/modules/extensions/libglx.so" say?
-- Note: My last name is not Krejzi.
lrwxrwxrwx 1 root root 16 ene 19 16:12 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.so.346.35
And what does "file /usr/lib/xorg/modules/extensions/libglx.so.346.35" return? -- Note: My last name is not Krejzi.
Issue solved by removing nvidia-libgl-beta and installing mesa-libgl. --------------- [625644.598] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [625644.598] (II) LoadModule: "glx" [625644.599] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [625644.600] (II) Module glx: vendor="X.Org Foundation" [625644.600] compiled for 1.16.3, module version = 1.0.0 [625644.600] ABI class: X.Org Server Extension, version 8.0 [625644.600] (==) AIGLX enabled ---------------- This didn't change: gabx@hortensia ➤➤ ~ % ls -al /usr/lib/xorg/modules/extensions/libglx.so lrwxrwxrwx 1 root root 11 Jan 12 16:16 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.xorg* On Sat, Jan 24, 2015 at 5:01 PM, Armin K. <krejzi@email.com> wrote:
On 01/24/2015 04:50 PM, SpinFlo wrote:
2015-01-24 16:43 GMT+01:00 Armin K. <krejzi@email.com>:
What does "file /usr/lib/xorg/modules/extensions/libglx.so" say?
-- Note: My last name is not Krejzi.
lrwxrwxrwx 1 root root 16 ene 19 16:12 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.so.346.35
And what does "file /usr/lib/xorg/modules/extensions/libglx.so.346.35" return?
-- Note: My last name is not Krejzi.
-- google.com/+arnaudgabourygabx
2015-01-24 17:01 GMT+01:00 Armin K. <krejzi@email.com>:
And what does "file /usr/lib/xorg/modules/extensions/libglx.so.346.35" return?
/usr/lib/xorg/modules/extensions/libglx.so.346.35: symbolic link to /usr/lib/nvidia/xorg/modules/extensions/libglx.so.346.35
Le samedi 24 janvier 2015, 18:01:04 SpinFlo a écrit :
2015-01-24 17:01 GMT+01:00 Armin K. <krejzi@email.com>:
And what does "file /usr/lib/xorg/modules/extensions/libglx.so.346.35" return?
/usr/lib/xorg/modules/extensions/libglx.so.346.35: symbolic link to /usr/lib/nvidia/xorg/modules/extensions/libglx.so.346.35
You should install mesa-ligl if you are with nouveau driver -- Laurent Carlier http://www.archlinux.org
participants (4)
-
Armin K.
-
arnaud gaboury
-
Laurent Carlier
-
SpinFlo