Comment 11 for bug 1072711

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

The committed fix is applied too late, after xorg is loaded. So it's not working on the first login, but only on subsequent logins.
The `rm -f /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so` command should be run from some init-ltsp.d script instead.

A workaround that doesn't involve updating the chroot is to put this in lts.conf:
[Default]
RCFILE_01="rm -f /usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so"