-
Notifications
You must be signed in to change notification settings - Fork 46
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
Issues on X11 and GLFW for WSL #43
Comments
Have you installed the relevant X11 packages? See the readme for a list of packages you need to have installed before starting the assignment. |
Yes, I think I installed them all. Any specific one? So I can try to reinstall it. |
I guess I need some Graphical Programs. Any suggestions for which program is better to install? Xming? |
Yeah I was just about to suggest that, since I realized that those package problems prevented people from even compiling their code. Xming (or any X server really) should work fine. |
Are you trying to run over ssh? This will not work easily and is not
supported.
…On Sat, Oct 5, 2019, 9:35 PM Abhishek Madan ***@***.***> wrote:
Yeah I was just about to suggest that, since I realized that those package
problems prevented people from even compiling their code. Xming (or any X
server really) should work fine.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43?email_source=notifications&email_token=AARDJGKN6RIQQQGNMDDEDLLQNE6F3A5CNFSM4I5Z6RHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAN7OQQ#issuecomment-538703682>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARDJGLM3WSHLF4QITD3S6TQNE6F3ANCNFSM4I5Z6RHA>
.
|
I believe X windowing needs to be set up for this assignment to work on any Linux system, even when run locally. It usually isn't a problem since most conventional Linux systems already have everything set up out of the box, but you need to install a separate X server on Windows to get WSL to run graphical programs. |
I am running WSL locally. And my glxinfo is:
I am still trying to figure out how to upgrade that. May I get some help? |
I'm a Mac user, so unfortunately I don't know how to solve this problem, though it looks to me as though your server glx version is too old, which is forcefully downgrading the running version. I think you should try to install a newer version of Xming that runs glx 1.3+. |
I installed VcXsrv and GLX version is good now. But I still encountered another issue:
Please help! |
Well, the same error also was shown when I ran glxinfo.
|
NVM! I fixed it with disabling the native opengl when starting VcXsrv. |
I received the following errors:
And I tried to set
export DISPLAY=localhost:0.0
and then I got
What should I do now?
The text was updated successfully, but these errors were encountered: