-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenGL stops working when RDP disconnects #201
Comments
Experiencing similar issues on my end... Had an Azure VM, windows based, to which I connect using RDP. After installing Mesa3D from the releases in this repository, RDP stopped working. Had to revert to my old opengl32.dll and run How can we get this Mesa3D distribution to work with Windows RDP? |
You probably need to register Mesa3D OpenGL ICD to Microsoft Remote Display Adapter. Unfortunately I don't know the howto or even if it's doable in the first place. |
This sounds like a diffrent issue, RDP is still working for me, my problem is that OpgenGL stops working as soon as the RDP session goes inactive (when it's disconnected or minimized). |
An application that runs on a headless VM needs OpenGL to run. Installing Mesa using the system-wide deployment got the application to work, however it stops working as soon as I disconnect the RDP session.
The text was updated successfully, but these errors were encountered: