[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 revision
Previous revision
howtos:software:boinc_gpu_ati_slackware [2014/02/24 22:43 (UTC)] – [How to attach BOINC to project manager] General cleanup sycamorexhowtos:software:boinc_gpu_ati_slackware [2014/02/24 22:55 (UTC)] (current) – [This howto is used based on Slackware64 14.0 and boinc 7.2.33 x64, and ATI HD 4350 (RV710) videocard.] sycamorex
Line 9: Line 9:
  
 Put the file ''boinc_7.2.33_x86_64-pc-linux-gnu.sh'' in your user home directory, from who we plan start the boinc client/ Put the file ''boinc_7.2.33_x86_64-pc-linux-gnu.sh'' in your user home directory, from who we plan start the boinc client/
-<note important>note: from the same user we must start x window system, because otherwise BOINC not see GPU </note>+<note important>note: from the same user we must start x window system, because otherwise BOINC will not see GPU </note>
  
 Then do: Then do:
Line 190: Line 190:
 ===== ATI GPU without X window manager ===== ===== ATI GPU without X window manager =====
  
-If you not want to use X Window manager ( say, on server), but want to use ATI GPU in boinc, you can go that way:+If you do not want to use X Window manager (say, on server), but want to use ATI GPU in boinc, you can go that way
 + 
 +In the home directory of the account you want to run ''boinc'' from, make a script called ''dummy_wm.boinc'':
  
-in account, from who you want run boinc homedir, make a script called "dummy_wm.boinc": 
 <code> <code>
 #!/bin/sh #!/bin/sh
 /home/boinc/BOINC/boinc --dir /home/boinc/BOINC >/home/boinc/BOINC/boinc.log 2>/home/boinc/BOINC/berror.log /home/boinc/BOINC/boinc --dir /home/boinc/BOINC >/home/boinc/BOINC/boinc.log 2>/home/boinc/BOINC/berror.log
- 
 </code> </code>
  
Line 204: Line 204:
 </code> </code>
  
-then, in the same directory make a script called xserv_boinc.scr:+Then in the same directory create a script called ''xserv_boinc.scr'':
  
 <code> <code>
Line 210: Line 210:
 </code> </code>
  
-make it executable too:+Make it executable too:
  
 <code> <code>
Line 216: Line 216:
 </code> </code>
  
-now you must run that script ( dummy_wm.boinc ) in that way, for it be stay running. +Now you must run that script (''dummy_wm.boinc''as shown below to keep it running. 
-if you log in in your server via ssh, for example, and run that script, boinc running, but when you log out, it stopped+If you log in in your server via ssh, for example, and run that script, boinc will be running, but when you log out, it will stop
-i use that way, for task stay running after logout:+To keep the task running after you log out, start it as follows:
 <code> <code>
 at -v -f /home/boinc/xserv_boinc.scr now+1min at -v -f /home/boinc/xserv_boinc.scr now+1min
 </code> </code>
  
-it start task after 1 minute from now.+It will start the task after 1 minute from now.
  
-you can check running status via looking files +You can check the running status by checking log files
  
-/home/boinc/BOINC/boinc.log+<code>/home/boinc/BOINC/boinc.log</code>
  
 and and
  
-/home/boinc/BOINC/berror.log +<code>/home/boinc/BOINC/berror.log</code>
- +
-you always also can get come info about tasks via commands+
  
 +You can always get some info about tasks with the following command:
  
 <code> <code>
Line 240: Line 239:
  
  /home/boinc/BOINC/boinccmd --get_tasks  /home/boinc/BOINC/boinccmd --get_tasks
- 
 </code> </code>
- 
- 
 ==== ATI VideoCard stats info ==== ==== ATI VideoCard stats info ====
  
  
-you can also get some info about your videocard state via commands ( must be executed under root account):+You can also get some info about your video card state via commands (must be executed under the root account):
  
 <code> <code>
Line 257: Line 253:
 <code> <code>
  DISPLAY=:0 aticonfig --odgt  DISPLAY=:0 aticonfig --odgt
- 
 </code> </code>
- 
- 
  
  
 howtos:software:boinc_gpu_ati_slackware ()