Elite only seems to register my integrated graphics- not my dedicated GPU

You don't say what card, but I'm running a laptop with NVidia 870m/Intel 4000HD, all you need to do is go into NVidia control panel, select ED and tell it to use the NVidia card.

It won't show the right name in the options menu but it is definitely using the right card.
 
You don't say what card, but I'm running a laptop with NVidia 870m/Intel 4000HD, all you need to do is go into NVidia control panel, select ED and tell it to use the NVidia card.

It won't show the right name in the options menu but it is definitely using the right card.

I have a NVIDIA GeForce GT 755M- but the only one that appears in the options menu is the Intel HD Graphics 4600. I'll try that out, thanks.
 
I see the same thign when playing ED on my Razer Blade. In the game's graphics settings it will only show the Integrated Intel Graphics, but it's obviously using the GTX 870m as the graphics are set medium-high and it runs at 40-55fps at 1080p. I'm sure it's just a bug that incorrectly shows which GPU is actually selected.
 
It's quite a common problem, not unique to ED. But when you unplug the power and it reverts to the Intel 4000HD, you really notice the performance drop!
 
Never had that issue on my laptop when unplugging the power, though I've made sure to set my GTX 870m as the default GPU for it (which ignores whether the laptop is plugged into power or not).
 
If you have a seperate gcard, why not just disable the onboard graphics?

If your machine boots up using the cgard only, ED will see it
 
If you have a seperate gcard, why not just disable the onboard graphics?

If your machine boots up using the cgard only, ED will see it

Not always possible, especially with laptops. I've got an MSI GT70, awesome laptop, runs everything I need at speed and at/near highest settings, but the power management is quite aggressive (and not particularly configurable). The integrated card is used at all times unless the NVIDIA card is specifically invoked and it won't boot straight to the NVidia card.
 
Last edited:
Surprised you just can't turn off the obsolete IntelHD chip in the BIOS and never have to deal with it again. Never had integrated graphics or a laptop, so I'm no expert on this issue, but have turned off many IG chips by using the BIOS for friends on their desktop PCs.
 
Surprised you just can't turn off the obsolete IntelHD chip in the BIOS and never have to deal with it again. Never had integrated graphics or a laptop, so I'm no expert on this issue, but have turned off many IG chips by using the BIOS for friends on their desktop PCs.

To be fair, the IntelHD chips are perfectly adequate for day to day tasks, plus they have much lower power draw...
 
NVIDIA control panel >> Program settings >> Find Elite Dangerous which is probably set to onboard card by default (For some random reason). Then select the 'High performance NVIDIA processor'.

Elite Dangerous is also included in the list of games that the GeForce experience program can run 'Optimum settings'.
 
Are you monitoring the usage of the GPU? My On my laptop the game only appears to recognize the integrated graphics but it is actually using the GPU.

Just a thought.
 
You don't say what card, but I'm running a laptop with NVidia 870m/Intel 4000HD, all you need to do is go into NVidia control panel, select ED and tell it to use the NVidia card.

It won't show the right name in the options menu but it is definitely using the right card.

I've got the same issue. I'm running the GeForce 735M. And ED is set to use the nVidia card, but I don't see the card in the game and the frame rate never gets above 17 on the LOW setting. I opened a ticket a couple of days ago, but haven't heard anything back.
 
It's quite a common problem, not unique to ED. But when you unplug the power and it reverts to the Intel 4000HD, you really notice the performance drop!

If after powering your system off its losing settings then you possibly need a new bios battery, and check the rest of your settings, back to default with definitely impact more than gfx card.

If I got the wrong end of the stick here just ignore me
 
Try this out:

Hias Guys, maybe i got THE solution.

My Specs: Win7x64 (EFI,SCM), Notebook MSI GS70 Pro, GTX870m, Intel HD 4600
My Prob: Only using integrated Intel HD GFX - no way to activate, switch to dedicated GFX

My solution - works without reboot (!):
After a deep scan - i used sysinternals Tools to understand when optimus is being invoked, and why it cannot start to activate the right GFX choosen in the nvidia control Center.
It is - as i thought - a really simple Problem in the registry.
Each time an appliction starts, nvidia Needs to be triggered to start correctly.
This is done by a registry entry : App_InitDlls
Here you can tell Windows what Needs to be triggered when an app starts.

x32bit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
x64bit: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows

There you find the link to the NVINIT.DLL or NVINITx.DLL which lets nvidia invoking the right GFX.
...alright...

But under the reg key RequireSignedAppInit_DLLs the System requires a signed DLL to be invoked/triggered - the value of the key is 1 (true).
After Setting this value to 0 (false) - my System runs perfectly!!

Solution:
set the following keys to 0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\RequireSignedAppInit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\RequireSignedAppInit

You do not Need to restart the System - you can test it directly!

It seems that Nvidea missed to sign These DLLs ... thats all.

Best regards,
BoboFox
 
Back
Top Bottom