[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:software:boinc_gpu_ati_slackware [2014/02/24 22:38 (UTC)] – [This howto is used based on Slackware64 14.0 and boinc 7.2.33 x64, and ATI HD 4350 (RV710) videocard.] sycamorexhowtos:software:boinc_gpu_ati_slackware [2014/02/24 22:43 (UTC)] – [How to attach BOINC to project manager] General cleanup sycamorex
Line 141: Line 141:
  
 After that you have a working BOINC installation.  After that you have a working BOINC installation. 
-To start participating in projects, go to setiathome.berlkeley.edu, or bam.boincstats.com ( if you plan participate with more than one project), and register. +To start participating in projects, go to setiathome.berlkeley.edu, or bam.boincstats.com (if you plan to participate with more than one project), and register. 
-in second case ( via bam.boinc.com) you can attach your project via that way: +In the second case (via bam.boinc.com) you can attach your project as follows:
-in one window ( console) run ./boinc . +
-then open another console ( window) with the same user, and in BOINC directory do +
  
-./boinccmd --join_acct_mgr http://bam.boincstats.com boincstats_username boincstats_password+  * In one terminal window run ./boinc . 
 +  * Open another terminal window with the same user, and in the BOINC directory type:
  
-then in first console ( where you run ./boinc) you see  messages like "account manager attached, project xxx attached, start to download,etc"....+<code>./boinccmd --join_acct_mgr http://bam.boincstats.com boincstats_username boincstats_password</code>
  
-If you want to edit boinc preferences, you can make file global_prefs_override.xml in your boinc catalog with contents like that:+  * in first console (where you ran ''./boinc'') you see messages like "account manager attached, project xxx attached, start to download,etc".... 
 + 
 +If you want to edit boinc preferences, you can create the file global_prefs_override.xml in your boinc directory containing the following:
  
 <code> <code>
 howtos:software:boinc_gpu_ati_slackware ()