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

Set OpenGL device for systems with integrated gpu #3

Closed
DasPez opened this issue Oct 24, 2016 · 4 comments
Closed

Set OpenGL device for systems with integrated gpu #3

DasPez opened this issue Oct 24, 2016 · 4 comments

Comments

@DasPez
Copy link

DasPez commented Oct 24, 2016

Hi,
PixelFlow uses my integrated GPU as default. Is there a way to change this?
`

PixelFlow v0.21

OPENGL_VENDOR:         Intel
OPENGL_RENDERER:       Intel(R) HD Graphics 530
OPENGL_VERSION:        4.4.0 - Build 20.19.15.4454
GLSLVersionString:     #version 440 core
GLSLVersionNumber:     4.40.0
GLVersion:             4.4 (Core profile, arb, compat[ES2, ES3], FBO, hardware) - 4.4.0 - Build 20.19.15.4454
GLVendorVersionNumber: 20.19.15 (- Build 20.19.15.4454)

`
I would like to use a NVIDIA GTX960M

@diwi
Copy link
Owner

diwi commented Oct 24, 2016

hey,

have a look in your nvidia control panel. I think you can modify the application profiles, e.g. for processing, to switch between integrated vs. dedicated graphics.

It looks like for Processing the profile is set (or no profile is set at all, and the default is just integrated), so that always the integrated graphics devices (intel HD graphics) is chosen. Which makes sketches that use shaders, or opengl in general, quite slow, especially compared to your gtx960m.

let me know if you figured out something.

@diwi
Copy link
Owner

diwi commented Oct 24, 2016

maybe you find here something:
Nvidia Control Panel > Manage 3d settings > select preferred graphics processor

@diwi
Copy link
Owner

diwi commented Oct 24, 2016

@DasPez
Copy link
Author

DasPez commented Oct 24, 2016

changing application profiles did not work ("javaw.exe" and "processing.exe") but "select preferred graphics processor" in the global settings fixed it!
Thank you

@diwi diwi closed this as completed Oct 25, 2016
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