I’ve just made the jump from JOGL 1.1.1 to JSR231 and one of the problems I was hoping to solve was an issue with an ATI Radeon 9200 where it only found the Microsoft 1.1 driver.
However this persists and I was wondering whether anyone had a clue what might be wrong with my app or with the GL driver installation.
I’ve used GLView on the machine and it finds the correct drivers:
Vendor: ATI
Version: 1.3 WinXP Release
Whereas my app reports:
Vendor: Microsoft
Version: 1.1.0
I can’t think why the two apps would see different GL drivers. Is there anything peculiar about choosing capabilities that I’m missing?
Thanks,
Dave