BOINC as a service might use GPU... |
![]() |
| log in |
Questions and Answers : Wish list : BOINC as a service might use GPU...
| Author | Message |
|---|---|
|
... when video drivers will avaliable after user have logged in. The idea is BOINC must checking from time to time whether GPU is avaliable, and if yes, then start GPU crunching. | |
| ID: 1163201 · | |
|
As I recall this isn't a BOINC problem but a Windows problem. That makes it unlikely to get fixed | |
| ID: 1163221 · | |
|
As I understood, the windows problem is that videodriver doesn't available for services before any user will log on. So after user will log on and videodriver begin avaliable for services, the windows problems become the BOINC problem - why it doesn't seize power on GPU? | |
| ID: 1163270 · | |
|
The video driver becomes available to the user who has logged on, not to the service running the BOINC applications. | |
| ID: 1163275 · | |
|
Can't BOINC, as a service, check to see if a user session has been initiated (logged on) periodically and hook into the OpenCL driver when available? | |
| ID: 1163294 · | |
|
I'm not sure if a service is allowed access to a user's resources (especially under windows 7), but I'm no expert in that matter. | |
| ID: 1163329 · | |
I'm not sure if a service is allowed access to a user's resources (especially under windows 7), but I'm no expert in that matter. Not really, but it is possible. You have to have the service start with several "god" bits set so that you can impersonate any login account on the system, and can access any session, and can act as a part of the operating system. And then it is about 50 lines of rather convoluted code to avoid tripping the UAC every time you try. ____________ BOINC WIKI | |
| ID: 1164376 · | |
Questions and Answers : Wish list : BOINC as a service might use GPU...
| Copyright © 2013 University of California |