since last week I got a big problem with my CUDA-development setup. I have an integrated GPU which I attached my monitors too and an extra NVIDIA Card for running my CUDA kernels on. However, i can not debug my code anymore, because it says:
fatal: All CUDA devices are used for display and cannot be used while debugging. (error code = CUDBG_ERROR_ALL_DEVICES_WATCHDOGGED(0x18)
Somehow it seems that my X-Server is blocking my NVIDIA GPU because if I switch to another virtual console (CTRL+ALT+F1) I am able to run my code using cuda-gdb. No monitor cable is plugged into the NVIDIA-card...
"lsof /dev/nvidia*" does not give any output. I am using Xubuntu 14.04.
Does anyone have an idea how to solve this problem?
For me it helped to change in the block
the Identifier from 'nvidia' to 'intel'.