-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is it possible to render image in vnc environment? #17
Comments
I had similar issues See #22 (comment) Also see some of the tools to test out opengl here: http://superuser.com/questions/654899/ssh-x-glxbadrenderrequest |
I tried building deepmind lab and running it. I'm doing it on vnc window. When I run 'bazel run :game --define headless=false -- --level_script tests/demo_map' I see a window pop up saying 'GLimp_Init()-could not load OpenGL subsystem. See "/home/ckim/.deepmind_lab/baselab/crashlog.txt" for details.' Has it something to do with vnc? I searched the web but couldn't figure out yet. |
@chankim: The |
Ok, Thank you for the information.
Chan
From: Thomas Köppe [mailto:[email protected]]
Sent: Tuesday, January 3, 2017 9:48 PM
To: deepmind/lab <[email protected]>
Cc: 김찬 <[email protected]>; Mention <[email protected]>
Subject: Re: [deepmind/lab] Is it possible to render image in vnc environment? (#17)
@chankim<https://github.com/chankim>: The headless=false build probably requires OpenGL, which may not work via VNC. Try the headless=osmesa build (or rebuild your SDL library with osmesa?).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#17 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAyUoDvWqpURgOCJ1ama5ERX-yiCweTKks5rOkNngaJpZM4LTlEt>.
|
I assume this is settled? Please reopen if not. |
by running
~/lab$ bazel run :random_agent --define headless=false
, a graphic interface is obtained when I use physical screen, mouse and keyboard.Is there any way to run it under vnc viewer?
I've tried but got a 'GlxBadRenderRequest'.
The text was updated successfully, but these errors were encountered: