Don't use the ChooseFBConfig's best match, instead utilize the given GLCapabilitiesChooser or DefaultGLCapabilitiesChooser without any recommendation. The default behavior without this quirk is using a given GLCapabilitiesChooser and pass the ChooseFBConfig's best match as a recommendation. This quirk currently exist to be injected by the user via the properties, see GLRendererQuirks.Override.
Implemented as described