Changes between Version 6 and Version 7 of toolchain/install
- Timestamp:
- Oct 26, 2016, 3:33:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
toolchain/install
v6 v7 45 45 }}} 46 46 47 * For an Intel graphic card 47 * For an Intel graphic card, it's a little bit more complicated, due to several versions and path for the libraries. In most of cases, those commands are enough to make it work : 48 48 {{{ 49 49 $ sudo mkdir -p /usr/lib/dri 50 $ sudo cp /usr/lib/x86_64-linux-gnu/dri/i965_dri.so /usr/lib/dri 50 $ sudo cp /usr/lib/x86_64-linux-gnu/dri/* /usr/lib/dri/. 51 $ sudo cp /usr/lib/x86_64-linux-gnu/libdrm* /usr/lib/x86_64-linux-gnu/mesa/. 51 52 }}} 52 53 Note that there is a bug with Intel cards and output of virtual cameras is disabled. So you will not be able to do image processing with such a card.