Page 1 of 1

How to select the used GPU

Posted: Fri Jul 15, 2016 8:11 am
by spitzna
Hello,

The Lightning Chart select always the slow OnBard Intel HDGraphics GPU as render device.

What must i do that the chart uses the GTX980 graphics Card for rendering.

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 8:55 am
by ArctionPasi
Hi,

Right-click on your desktop and select "NVIDIA control panel".

You should find a place where to control the applications that use Nvidia for rendering. Set "NVidia high-performance graphics" as global setting. Reboot is typically needed.

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 9:12 am
by spitzna
Hi,

ok this work on my computer. Thanks, it's now usable speed.

But is there a way to select the renderdevice in Code e.g. ChartRenderOptions?
When our software is used by customers (they have no knowledge about configuring computers - they are mathematicians and physicians)

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 9:40 am
by ArctionPasi
There's unfortunately no way for us to select that programmatically. LC renders with hardware it's given to, by the system.

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 11:55 am
by spitzna
Hi,

Ok, but I can't believe. Maybe it's not implemented yet.

For our current usage is no Problem. I've added a note to our software specification,
that all OnBoard grafic cards has to been disabled when user needs full performance.

To help you choose which adapter to use to create a Direct3D device:
https://msdn.microsoft.com/en-us/librar ... s.85).aspx

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 12:18 pm
by ArctionPasi
Thanks for pointing us to correct direction. According to that MS page, it should be possible in DX11. In DX9, not.

We will do further research on this and if possible, add functionality to prefer high-performance GPU when ever available.

Re: How to select the used GPU

Posted: Fri Jul 15, 2016 12:44 pm
by spitzna
No Problem. Have a nice weekend!