Comment 62 for bug 459639

Revision history for this message
Robert J. Schulz (robert-rosaschulz) wrote :

one more "workaround" diskussion:

instead of a sleep something like this could help !?

    until ( lsmod | grep '^nvidia ' >/dev/null ); do sleep 1; done

??