Changes between Version 44 and Version 45 of CSC
- Timestamp:
- 02/06/14 15:07:48 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC
v44 v45 36 36 == Specify a module or mode == 37 37 38 To choose a specific CSC module, use: 38 As of version 0.12 (r5376), one can choose which csc modules get loaded into the server using the {{{--csc-modules=}}} command line option. ie: 39 {{{ 40 xpra start :10 --csc-modules=nvcuda,swscale 41 }}} 42 43 ---- 44 45 In version 0.11, to choose a specific CSC module, use: 39 46 {{{ 40 47 XPRA_CSC_TYPE=name xpra ...