Comment 9 for bug 1072711

Revision history for this message
Vagrant Cascadian (vagrantc) wrote : Re: [Bug 1072711] Re: LIBGL_ALWAYS_INDIRECT causes firefox crashes

On Fri, Nov 30, 2012 at 09:25:38PM -0000, Christian wrote:
> I having this same problem in all my ltsp clients that have nvidia video card.
> I'm using Ubuntu 12.04.1 64 bits.
> Is there any workarround?

You can create an empty file to override it:

  sudo mkdir -p /opt/ltsp/i386/etc/ldm/rc.d/
  sudo touch /opt/ltsp/i386/etc/ldm/rc.d/X51-opengl
  sudo ltsp-update-image

Adjust i386 for amd64 if you're using amd64 clients.

Note that if it is ever fixed properly, you'll want to remove this empty file.

live well,
  vagrant