Re: jogamp using Generic GDI driver in Windows 10
Posted by
Xerxes Rånby on
Nov 29, 2016; 12:38pm
URL: https://forum.jogamp.org/jogamp-using-Generic-GDI-driver-in-Windows-10-tp4037477p4037483.html
The issue is: The windows intel driver fail to load if it is initialized by a windows 10 compliant application.
Microsofts guidelines how to make an application windows 10 compatible is here:
Oracle have implemented the manifest change according to the Microsoft specification to become windows 10 compliant:
Intel is aware that their "windows 10" driver only work for applications that are *not* windows 10 compliant, however intel do not plan to release a new driver.
https://software.intel.com/en-us/forums/graphics-driver-bug-reporting/topic/607695
Thus the only two ways to get around the situation is to:
A) Patch the Intel driver so that it still load when using window 10 compiant software.
B) Use an old java version that is not windows 10 compliant.
Minecraft is one example of a software that downloads and uses and old version of java to workaround this issue.