Re: Matrox Graphics Cards Problems

2018-05-18 Thread Kevin Rushforth
On 5/18/2018 10:45 AM, Matthew Elliot wrote: Hey Anirvan, Thanks for the info - guess it’s not such a promising route either then. As these Jira for Matrox cards in JavaFX were from 2013 is it possible that later Matrox cards / drivers would now work if this global disablement was not prese

Re: Matrox Graphics Cards Problems

2018-05-18 Thread Matthew Elliot
Hey Anirvan, Thanks for the info - guess it’s not such a promising route either then. As these Jira for Matrox cards in JavaFX were from 2013 is it possible that later Matrox cards / drivers would now work if this global disablement was not present. I.e is forceGpu enough to test such scenario

Re: Matrox Graphics Cards Problems

2018-05-18 Thread Anirvan Sarkar
Hi Matthew, OpenGL pipeline on Windows is not a supported configuration and so it is not present in JavaFX for Windows[1][2]. You would have to build JavaFX yourself to include this pipeline and "use it at your own risk". It may or may not work. Also it looks like the card should support OpenGL 2.

Re: Matrox Graphics Cards Problems

2018-05-17 Thread Matthew Elliot
Hey, thanks for the second link, exactly what I needed just not the best news. I see all Matrox cards are disabled which is a bit tricky for us when many of our customers are have 4+ monitors and some have chosen those cards. I then managed to find this - https://bugs.openjdk.java.net/browse/J

Re: Matrox Graphics Cards Problems

2018-05-17 Thread Anirvan Sarkar
Hi Matthew, Please see the below file for blaclisted hardware on D3D. http://hg.openjdk.java.net/openjfx/jfx-dev/rt/file/9e0e0e65e642/modules/javafx.graphics/src/main/native-prism-d3d/D3DBadHardware.h Regards, Anirvan On Thu, 17 May 2018 at 11:04 PM, Matthew Elliot < matthew.james.ell...@gmail

Re: Matrox Graphics Cards Problems

2018-05-17 Thread Nir Lisker
Hi Matthew, Is there a way to get more details on why JavaFx fails to enable the D3D > pipeline? Add the VM argument -Dprism.verbose=true and post what it spits. - Nir On Thu, May 17, 2018 at 5:04 PM, Matthew Elliot < matthew.james.ell...@gmail.com> wrote: > Hi all, > > we have some customers

Matrox Graphics Cards Problems

2018-05-17 Thread Matthew Elliot
Hi all, we have some customers in the wild who use Matrox 9148LP (9100 series) graphics cards because they drive more than 2 monitors and JavaFX always reports an error initializing HW pipeline and forcing gpu results in system instability. I checked the bug reports but couldn't see anything abou