Results 1 to 7 of 7

Thread: Intel GPU's

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2010
    Location
    Leiden, the Netherlands
    Posts
    4,469
    I'd exclude the Intel GPU from crunching in the cc_config.xml...
    If and when you install Windows 10, you'll find that it has a mind of its own, driver-wise. I need to constantly re-install my Zadig AntMiner drivers as Windows keeps replacing them with non-crunching drivers of its own.

    You may be in luck though, as by default BOINC only uses the most capable GPU -when it finds GPUs and nothing is specified.

    <exclude_gpu>

    Don't use the given GPU for the given project. If <device_num> is not specified, exclude all GPUs of the given type. <type> is required if your computer has more than one type of GPU; otherwise it can be omitted. <app> specifies the short name of an application (i.e. the <name> element within the <app> element in client_state.xml). If specified, only tasks for that app are excluded. You may include multiple <exclude_gpu> elements. If you change GPU exclusions, you must restart the BOINC client for these changes to take effect.
    Code:
    <exclude_gpu>
       <url>project_URL</url>
       [<device_num>N</device_num>]
       [<type>NVIDIA|ATI|intel_gpu</type>]
       [<app>appname</app>]
    </exclude_gpu>
    In your case:
    Code:
    <options>
       <exclude_gpu>
          <type>intel_gpu</type>
       </exclude_gpu>
    </options>
    Last edited by Dirk Broer; 01-08-2016 at 01:01 AM.


Posting Permissions

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