Results 3 issues of Isayah Reed

The method for GPU detection does not handle all cases. From the code in moonray/moonray/lib/rendering/rt/gpu/GPUUtils.cc: ``` FILE *fp = fopen("/proc/driver/nvidia/version", "r"); if (fp != NULL) if (fscanf(fp, "NVRM version: NVIDIA...

Linux instructions are only for CentOS (7?). This OS will not be supported soon, and most people are migrating to other CentOS-like systems. Therefore, installation instructions need to be edited...

In its current form, Moonray can only be installed and used by admins. At the moment, root access is a hard requirement for both building and executing Moonray. This is...