[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

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:software:boinc_gpu_ati_slackware [2019/08/28 12:26 (UTC)] – [How to attach BOINC to project manager] slackwarespanoles:howtos:software:boinc_gpu_ati_slackware [2019/08/29 12:45 (UTC)] (actual) – [Fuentes] slackwarespanol
Línea 1: Línea 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 ====== Configurar BOINC con la tarjeta de video ATI (AMD) en Slackware ====== ====== Configurar BOINC con la tarjeta de video ATI (AMD) en Slackware ======
-<note warning>Traducioendo</note>+
  
 ===== Este tutorial se utiliza en base a Slackware64 14.0 y boinc 7.2.33 x64 y la tarjeta de video ATI HD 4350 (RV710). ===== ===== Este tutorial se utiliza en base a Slackware64 14.0 y boinc 7.2.33 x64 y la tarjeta de video ATI HD 4350 (RV710). =====
Línea 187: Línea 187:
 </code> </code>
  
-===== ATI GPU without X window manager =====+===== GPU ATI sin X window manager =====
  
-If you do not want to use X Window manager (sayon a server), but want to use ATI GPU in boinc, you can go that way:+Si no desea usar el administrador de X Window (por ejemploen un servidor), pero quiere usar la GPU ATI en boinc, puede hacerlo de esa manera:
  
-In the home directory of the account you want to run ''boinc'' frommake a script called ''dummy_wm.boinc'':+En el directorio de inicio de la cuenta desde la que desea ejecutar '' boinc '', cree un script llamado '' dummy_wm.boinc '':
  
 <code> <code>
Línea 198: Línea 198:
 </code> </code>
  
-make that script executable:+hacer que ese script sea ejecutable:
 <code> <code>
 chmod +x dummy_wm.boinc chmod +x dummy_wm.boinc
 </code> </code>
  
-Then in the same directory create a script called ''xserv_boinc.scr'':+Luego, en el mismo directorio, cree un script llamado '' xserv_boinc.scr '':
  
 <code> <code>
Línea 209: Línea 209:
 </code> </code>
  
-Make it executable too:+Hágalo ejecutable también:
  
 <code> <code>
Línea 215: Línea 215:
 </code> </code>
  
-Now you must run that script (''dummy_wm.boinc''as shown below to keep it running+Ahora debe ejecutar ese script ('' dummy_wm.boinc ''como se muestra a continuación para mantenerlo en funcionamiento
-If you log in in your server via ssh, for exampleand run that script, boinc will be runningbut when you log outit will stop+Si inicia sesión en su servidor a través de ssh, por ejemploy ejecuta ese script, se ejecutará boinc, pero cuando cierre la sesiónse detendrá
-To keep the task running after you log outstart it as follows:+Para mantener la tarea ejecutándose después de cerrar sesióniníciela de la siguiente manera:
 <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 will start the task after minute from now.+Comenzará la tarea después de minuto a partir de ahora.
  
-You can check the running status by checking log files+Puede verificar el estado de ejecución revisando los archivos de registro:
  
 <code>/home/boinc/BOINC/boinc.log</code> <code>/home/boinc/BOINC/boinc.log</code>
  
-and+y
  
 <code>/home/boinc/BOINC/berror.log</code> <code>/home/boinc/BOINC/berror.log</code>
  
-You can always get some info about tasks with the following command:+Siempre puede obtener información sobre las tareas con el siguiente comando:
  
 <code> <code>
Línea 239: Línea 239:
  /home/boinc/BOINC/boinccmd --get_tasks  /home/boinc/BOINC/boinccmd --get_tasks
 </code> </code>
-==== ATI VideoCard stats info ==== +==== Información de estadísticas de la tarjeta de video ATI ==== 
- +También puede obtener información sobre el estado de su tarjeta de video mediante comandos (debe ejecutarse en la cuenta raíz):
- +
-You can also get some info about your video card state via commands (must be executed under the root account):+
  
 <code> <code>
Línea 248: Línea 246:
 </code> </code>
  
-and+y
  
 <code> <code>
Línea 257: Línea 255:
  
  
-====== Sources ======+====== Fuentes ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 <!-- * Original source: [[http://some.website.org/some/page.html]] --> <!-- * Original source: [[http://some.website.org/some/page.html]] -->
Línea 263: Línea 261:
 <!--* Originally written by [[wiki:user:WiseDraco | User WiseDraco] --> <!--* Originally written by [[wiki:user:WiseDraco | User WiseDraco] -->
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
-  Originally written by [[wiki:user:wisedraco|John Ciemgals]]+     Originalmente escrito por[[wiki:user:wisedraco|John Ciemgals]] 
 +     * Traducido por [[wiki: user: slackwarespanol | Víctor]] 2019/08/28 12:31 (UTC)
  
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
 {{tag>howtos, boinc, ati,amd, catalyst, opencl,4350,slackware author_wisedraco}} {{tag>howtos, boinc, ati,amd, catalyst, opencl,4350,slackware author_wisedraco}}
 es:howtos:software:boinc_gpu_ati_slackware ()