@Jean-Baptiste:
Yes, the issue persists with maverick.
I just checked this:
If I take out
ModulePath "/usr/lib/nvidia-current/xorg/"
from the Section "Files" in xorg.conf, I don't have GLX. If I put it in
again, everything works fine.
--
Lucid: GLX not working on Nvidia driver
https://b
Adam,
I can confirm that your workaround works for me, too. And I agree it is
the better solution.
After installing the latest updates, my workaround had been removed by
packet installlations and I had the same issue as before. So I added the
line to my xorg.conf like you described and it works p
Hi bionicdude,
the lines in the X.org.0.log which are decisive for my bug are these:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDI
Hi Jeremy,
I don't think the issue is dependant on the kernel version. It is a
packaging/configuration problem between xserver-xorg-core and nvidia-
current, which both bring in a libglx.so, but only the nvidia one works.
So I removed the needs-upstream-testing tag without further testing.
Sorry
I found a straightforward workaround by replacing the Xserver GLX
library with the Nvidia one:
cd /usr/lib/xorg/modules/extensions
sudo libglx.so libglx.so.original
sudo ln -s /usr/lib/nvidia-current/xorg/libglx.so libglx.so
--
Lucid: GLX not working on Nvidia driver
https://bugs.launchpad.net/b
** Attachment added: "AlsaDevices.txt"
http://launchpadlibrarian.net/47229961/AlsaDevices.txt
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/47229962/BootDmesg.txt
** Attachment added: "Card0.Amixer.values.txt"
http://launchpadlibrarian.net/47229963/Card0.Amixer.valu
Public bug reported:
After updating my karmic system to lucid, GLX stopped working.
I am using the nvidia driver. The reason for the problem is that X loads
the GLX module from xserver-xorg-core, and the nvidia driver explicitly
asks for an Nvidia GLX-driver.
I'm attaching my xorg.conf.
Kernel-