Hi,
I have an issue with the fedora 19 x64 repository dependencies, that I have not been able to solve :-/
I am trying to install the cuda framework and driver through the repository, without installing the opengl files. The reason that I do not want opengl files is that I want to use my GTX TITAN for computation only, and use the onboard intel GPU for my display.
However, I have not been able to find the repository package that provides the opengl files so that I can remove them, without also removing the cuda driver(and parts of the cuda tollkit).
As such my current solution is to install the cuda tools(but not driver) through the repository, and then install(and for each new kernel reinstall) the driver through the run file with the --no-opengl-files flag. However this is not a very clean solution, and I cannot believe that I am the only one using my integrated gpu for display and the CUDA gpu for computation. Have anybody solved this problem? And if not, does anybody know if there is a feature request option somewhere, so that it might be integrated in the next version?