Thread: Virtual box
View Single Post
Old 06-14-2017, 02:49 PM   #6
mlukaszek
Senior Member
 
mlukaszek's Avatar
 
Join Date: Feb 2010
Posts: 386
Default

To use the wrapper, you need to have fresh evdi from GitHub so the versioning check doesn't stop you. Your evdi is 1.3.x, the library is 1.4.

Have you read https://displaylink.github.io/evdi/ ?

You're passing 130 as the EDID length - why? It should be 128, or more if you have extension block (but you don't).

There are other things which are explained better in the docs, or you could peek at the example client how they're done. Device adding, buffer allocation, connection, registering event handler and handling events - have a look at the example code, you'll see how they should be used in practice.

Cheers,
Michal
mlukaszek is offline   Reply With Quote