yes individual system stats are there, thanks
Printable View
yes individual system stats are there, thanks
http://www.gpugrid.net/forum_thread....rap=true#31837
Posted: 6 Aug 2013 | 7:24:36 UTC
That made me so excited!Quote:
We have received today the indication of a driver that fixes the problem for both GTX780 and Titan.
We are testing now. Stay tuned.
gdf
Good news indeed :up:
http://www.gpugrid.net/forum_thread....rap=true#31842Quote:
Good news.
http://www.nvidia.com/object/linux-d...15-driver.html
This driver works for titan and gtx780 in the sense that simulation is now stable.
We will be getting out a new application asap.
gdf
This works when Boinc is installed from the repository as a service (daemon).Quote:
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.
From a Terminal type,
Code:sudo update-rc.d -f boinc-client remove
sudo update-rc.d boinc-client defaults 99
Boinc was #20 in line to be started at boot and now is at #99, the last.Quote:
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
If that does not work then try this method.