Changes between Version 33 and Version 34 of CSC
- Timestamp:
- 12/10/13 06:31:47 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC
v33 v34 44 44 Where `cscmode` is one of: {{{YUV420P}}}, {{{YUV422P}}}, {{{YUV444P}}}. 45 45 46 Some modules can be configured further, for example the {{{csc_opencl}}} module can select which device type is used as backend using: 46 Some modules can be configured further, see below: 47 }}} 48 49 {{{#!div class="box" 50 == {{{csc_opencl}}} == 51 52 * select which device type is used as backend using: 47 53 {{{ 48 54 XPRA_OPENCL_DEVICE_TYPE=devicetype xpra start ... 49 55 }}} 50 56 Where `devicetype` is either {{{GPU}}} or {{{CPU}}}. [[BR]] 51 Or choosingthe {{{OpenCL}}} implementation to use when more than one are installed:57 * choose the {{{OpenCL}}} implementation to use when more than one are installed: 52 58 {{{ 53 59 XPRA_OPENCL_PLATFORM="Intel" xpra ... 54 60 }}} 55 Or even which specific {{{OpenCL}}} device is usedwhen more than one is available:61 * select a specific {{{OpenCL}}} device when more than one is available: 56 62 {{{ 57 63 XPRA_OPENCL_DEVICE_NAME="GeForce GTX 760" xpra ... … … 62 68 XPRA_OPENCL_DEBUG=1 xpra ... 63 69 }}} 70 }}} 64 71 65 ---- 66 67 With {{{CUDA}}}, one canchoose the device used with:72 {{{#!div class="box" 73 == {{{csc_nvcuda}}} == 74 * choose the device used with: 68 75 {{{ 69 76 XPRA_CUDA_DEVICE=N xpra ... 70 77 }}} 71 Where Nis the device ID. Use:78 Where `N` is the device ID. Use: 72 79 {{{ 73 80 XPRA_CUDA_DEBUG=1 xpra ... 74 81 }}} 75 82 to get more information. 83 }}} 76 84 }}} 77 85