4 | | == {{{csc_nvcuda}}} == |
5 | | You may need to build xpra with the flag "{{{--with-csc_nvcuda}}}". |
6 | | You must use a sufficiently recent versionof the {{{nvidia}}} video driver, preferably obtained directly from nvidia, and not the {{{nouveau}}} drivers (which you should probably remove). |
7 | | [[BR]] |
| 4 | == {{{csc_nvcuda}}} Installation == |
| 5 | * you need to build xpra with the flag "{{{--with-csc_nvcuda}}}", since this module is not enabled by default. |
| 6 | * you must use a sufficiently recent version of the {{{nvidia}}} video drivers, preferably obtained directly from nvidia, and not the {{{nouveau}}} drivers (which you should probably remove). |
| 7 | * the build file relies on the presence of a standard pkgconfig file to find the CUDA libraries and headers. nvidia does not provide one with the SDK, so you will need to create one. You can use this example [/attachment/wiki/CSC/NVCUDA/cuda.pc cuda.pc] as a template. |
| 8 | }}} |