Skip to content
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

Get the OpenGL graphics portable. #39

Open
tefu opened this issue Mar 18, 2015 · 2 comments
Open

Get the OpenGL graphics portable. #39

tefu opened this issue Mar 18, 2015 · 2 comments

Comments

@tefu
Copy link
Contributor

tefu commented Mar 18, 2015

There's still reports of the program crashing and not displaying the voxel world properly. I can't reproduce the bug, but the biggest offender we've had so far for OpenGL issues is here.

int lpAttribList[] = {WX_GL_RGBA, WX_GL_DOUBLEBUFFER, WX_GL_DEPTH_SIZE, 1, 0};

We've had success before in fixing some common OpenGL mistakes by changing this attribute list sent to the OpenGL canvas. If I could reproduce the issue, I'll try playing with what other people have tried, and maybe just playing with all the valid attributes.

@tefu
Copy link
Contributor Author

tefu commented Apr 7, 2015

Pinging @sammywhammy on this. He apparently had these issues with a VM on Linux Mint, but solved them by disabling 3D acceleration in VirtualBox, and symbolically linking some library?

Not sure about the details yet.

@sammywhammy
Copy link
Contributor

So I did this:
cd /usr/lib/xorg/modules/drivers/
sudo ln -s vboxvideo_drv.so /usr/lib/vboxvideo_drv.so

But I'm not sure it made a difference. As @tefu said, I did disable 3D acceleration in VirtualBox. Also my distro is linux mint 17.1 KDE with an OSX host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants