MMM
Results 1 to 25 of 30

Thread: Everything to Know About GPUGrid

Threaded View

  1. #30
    Xtreme Cruncher
    Join Date
    Jan 2009
    Location
    Nashville
    Posts
    4,162
    Boinc often starts up before the NVidia drivers load, especially just after you install or upgrade. When this happens Boinc does not see the GPU, and reports Missing GPU against any GPU tasks. You can prevent this by delaying the automatic start-up of Boinc.
    This works when Boinc is installed from the repository as a service (daemon).

    From a Terminal type,

    Code:
    sudo update-rc.d -f boinc-client remove
    sudo update-rc.d boinc-client defaults 99


    poppageek@ghostN ~ $ sudo service boinc-client stop
    * Stopping BOINC core client: boinc ... waiting .. [ OK ]
    poppageek@ghostN ~ $ sudo update-rc.d -f boinc-client remove
    Removing any system startup links for /etc/init.d/boinc-client ...
    /etc/rc0.d/K20boinc-client
    /etc/rc1.d/K20boinc-client
    /etc/rc2.d/S20boinc-client
    /etc/rc3.d/S20boinc-client
    /etc/rc4.d/S20boinc-client
    /etc/rc5.d/S20boinc-client
    /etc/rc6.d/K20boinc-client
    poppageek@ghostN ~ $ sudo update-rc.d boinc-client defaults 99
    Adding system startup for /etc/init.d/boinc-client ...
    /etc/rc0.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc1.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc6.d/K99boinc-client -> ../init.d/boinc-client
    /etc/rc2.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc3.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc4.d/S99boinc-client -> ../init.d/boinc-client
    /etc/rc5.d/S99boinc-client -> ../init.d/boinc-client
    poppageek@ghostN ~ $ sudo service boinc-client start
    Boinc was #20 in line to be started at boot and now is at #99, the last.

    If that does not work then try this method.
    Last edited by PoppaGeek; 12-17-2013 at 11:09 AM.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •