Changes between Version 6 and Version 7 of toolchain/install


Ignore:
Timestamp:
10/26/16 15:33:52 (8 years ago)
Author:
Thomas Fuhrmann
Comment:

Add other intructions for intel card

Legend:

Unmodified
Added
Removed
Modified
  • toolchain/install

    v6 v7  
    4545}}}
    4646
    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 :
    4848{{{
    4949$ 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/.
    5152}}}
    5253Note 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.