I am trying to get the sample projects to run on the following setup:
OS: Ubuntu 14.04
CUDA: 6.5
Driver: 340.29
GPU: GeForce 560gtx
The driver was bundled with CUDA, though I have also tried with the latest version.
I’ve installed the required dependencies and I am able to build the projects without any errors.
When I run any sample project with a graphical output I get a segmentation fault. eg:
$ ./oceanFFT
[CUDA FFT Ocean Simulation]
Left mouse button - rotate
Middle mouse button - pan
Right mouse button - zoom
‘w’ key - toggle wireframe
[CUDA FFT Ocean Simulation]
Segmentation fault (core dumped)
What can I try to resolve the problem?