LWJGL in Remote Desktop

Started by Se7enDays, June 03, 2008, 19:21:58

Previous topic - Next topic

Se7enDays

Hi,

apparently LWJGL programs do not work on Windows machines when connected by remote desktop. It can not find a valid pixel format. It this a known issue? Or is there any workaround?


Matzon

pass: -Dorg.lwjgl.opengl.Display.allowSoftwareOpenGL=true as a vm argument when you launch the application. Be warned, it WILL run slowly, since its using software mode