[Bug 587426] Re: No GPU found

WynX 587426 at bugs.launchpad.net
Thu Nov 11 23:59:30 UTC 2010


I can confirm this fix works (Skip and gfarmerfr combined)

file: /etc/init.d/boinc-client
----
start()
{
  log_begin_msg "Starting $DESC: $NAME"
  if is_running; then
    log_progress_msg "already running"
  else
    xhost local:boinc
    sleep 5
    start-stop-daemon --start --quiet --background --pidfile $PIDFILE \
      --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \
      --chdir $BOINC_DIR --exec $BOINC_CLIENT -- $BOINC_OPTS
  fi
  log_end_msg 0

----

I think a user always needs to be logged in for BOINC to gain access to
xorg. Maybe not the best fix, but better than nothing.

** Attachment added: "makes boinc-client recognize AMD GPU's"
   https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/587426/+attachment/1730591/+files/boinc-client

-- 
No GPU found
https://bugs.launchpad.net/bugs/587426
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in ubuntu.



More information about the pkg-boinc-devel mailing list