I am experiencing some problems with Cuda and OpenGL initialization.
When I am trying to run cuGLInit() using multiple screens (and one graphics card), it fails (and produces the error CUDA_ERROR_UNKNOWN) if I set the mode to “Horizontal span” or “Single”. It also fails if I only use one screen. In conclusion, it only works when I use two screens in dual mode.
My card is a 8800 GTS. My code is integrated into a larger framework so there might be an issue with OpenGL that I don’t know about.
Thus, my question is: what could cause cuGLInit() to fail? The only reason mentioned in the programming guide “if the needed OpenGL driver facilities are not available”. Any help would be appreciated!
Sincerely,
Veronica