After I've install properitary nvidia drivers in my Ubuntu 14.04.5 (Kernel 4.4.0), I am not longer able to start the display manager or remote session via thinlinc. /var/log/syslog
reports
gnome-session[4058]: WARNING: software acceleration check failed: Der Childprocess exited with status 1
gnome-session[4058]: CRITICAL: We failed, but the fail whale is dead. Sorry....
Concerning this post [1], it is possible to bypass the acceleration check, but I don't know where to put the flag --disable-acceleration-check
.
Can someone help?
[1] https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1251281
Building on DomQ's answer above, try this for
/etc/X11/Xsession.d/98-gnome-session-disable-acceleration-check
Edit: it looks like
update-alternatives
is located in/usr/bin
instead of/usr/sbin
in recent versions of Ubuntu. I've updated the above script to match the new location. If you're not sure where update-alternatives is on your system, try running "which update-alternatives" in a terminal window.Create a file called
/etc/X11/Xsession.d/98-gnome-session-disable-acceleration-check
containing