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

How to solve some video glitches on NVIDIA dual cards #5

Open
ghost opened this issue Dec 21, 2015 · 1 comment
Open

How to solve some video glitches on NVIDIA dual cards #5

ghost opened this issue Dec 21, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 21, 2015

If you're running windows and you got the choice of using either an integrated gpu card or a high performance NVIDIA processor you could run into some troubles with some shaders.

So, if the output video is glitchy after running the shadertoy-render script just make sure your python interpreter is using the right hardware, such glitch could be the result of using the integrated gpu graphics card as default.

To solve it, just go to Control Panel, go to "Manage 3D settings", then "Global Settings" and then you can choose under "Preferred graphics processor" to have "High Performance NVIDIA processor" to be used with your python interpreter (or virtualenv one). After you do that, the rendering process will be much faster and the glitches will be gone.

It'd be a good thing if the script warned about the requirements not being met at the beginning before starting to bake the video. Or maybe just showing the GPU which will be used in the process, so the user is aware of that in this particular case.

Hope it helps.

@alexjc
Copy link
Owner

alexjc commented Dec 21, 2015

Thanks for posting this!

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

1 participant