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
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/ i386/etc/ ldm/rc. d/X51-opengl
sudo touch /opt/ltsp/
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