Comment 96 for bug 1251042

Revision history for this message
Petr Nosek (petr-nosek) wrote :

Guys,

  maybe I found a solution - nvidia hack.

  After I log in, then I run this script:

while true ; do
    nvidia-settings -q all > /dev/null
    sleep 25
done

It works. Somebody wrote it in this thread: https://bugs.launchpad.net/bugs/1251042

This works for me.