LWJGL
May 21, 2013, 03:13:49
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL is now using GitHub
Home
Help
Search
Login
Register
LWJGL
>
Programming
>
OpenGL
>
Tell LWJGL which GPU to use
Pages: [
1
]
« previous
next »
Print
Author
Topic: Tell LWJGL which GPU to use (Read 1228 times)
nico3000
Newbie
Posts: 2
Tell LWJGL which GPU to use
«
on:
May 06, 2012, 06:34:34 »
Hi,
ist it possible to force LWJGL to use specific GPU, if you have more than one?
We need support for GL 3.3 functions in a laptop which has an Intel GPU with only GL 3.0, but it has also a more powerful dedicated card with GL 3.3 support (at least I think so). So is it possible to get a list of all availiable GPUs and tell LWJGL which one to use?
Logged
tlf30
Regular nerd
Posts: 63
Re: Tell LWJGL which GPU to use
«
Reply #1 on:
May 06, 2012, 09:38:29 »
That does not look normal for a laptop to have two diffrent graphic cards
, use a program like Speccy to get the hardware data for us. The link to Speccy is:
http://www.piriform.com/speccy
Logged
abcdef
Regular nerd
Posts: 82
Re: Tell LWJGL which GPU to use
«
Reply #2 on:
May 06, 2012, 11:28:10 »
Some laptops have the standard intel graphics card and also an nivida or ati for advanced graphics stuff so its not something so out of the ordinary. Mainly gaming laptops I think and I think the laptop switches at a hardware level
Logged
nico3000
Newbie
Posts: 2
Re: Tell LWJGL which GPU to use
«
Reply #3 on:
May 08, 2012, 02:19:16 »
For example the HP ProBook 4730s. It has an Intel HD Graphics Chip (capable of OpenGL 3.0.0) and also an AMD Radeon HD 6470M (capable of OpenGL 4.1.0) but LWJGL doesn't choose the Radeon, so I don't get support for OpenGL 3.3.0 (output of GL.glGetString(GL.GL_VENDOR) and GL.glGetString(GL.GL_VERSION) is "Mobile Intel(R) HD Graphics" and "OpenGL 3.0.0"). Is it possibe to use the AMD card?
Logged
abcdef
Regular nerd
Posts: 82
Re: Tell LWJGL which GPU to use
«
Reply #4 on:
May 08, 2012, 03:42:24 »
Don't you need to set the right option in the bios? If anything its got to be hardware controlled which graphics card its going to use. Isn't there a Switchable Graphics option in the BIOS
Have a look here on the problems of using open gl with the HP laptops in dynamic switchable graphics mode
http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02948560&lc=en&cc=us&dlc=en
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> Bug Reports / RFE
=> OpenGL
=> OpenAL
=> General Java Game Development
-----------------------------
Archive
-----------------------------
=> Resolved Bugs/RFE
=> DirectX
=> DevIL
=> FMOD
Loading...