This might be because of the old drivers or you might need to disable the on-chip GPU.
If the cards are not being detected try adding them manually.
Here is an example of config.xml with radeons. Just try to edit it manually.
Here is the example of a config for a radeon card. just create config.xml in notepad and clone the GPU options part 6 times
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema">
<PrimaryConnection>
<ConnectionAddress>grin-eu.sparkpool.com</ConnectionAddress>
<ConnectionPort>6666</ConnectionPort>
<Ssl>false</Ssl>
<Login>email@email.com/myrig1</Login>
<Password>111</Password>
</PrimaryConnection>
<SecondaryConnection>
<ConnectionAddress>backup_pooladdress</ConnectionAddress>
<ConnectionPort>13416</ConnectionPort>
<Ssl>false</Ssl>
<Login>login</Login>
<Password>password</Password>
</SecondaryConnection>
<LogOptions>
<FileMinimumLogLevel>WARNING</FileMinimumLogLevel>
<ConsoleMinimumLogLevel>INFO</ConsoleMinimumLogLevel>
</LogOptions>
<CPUOffloadValue>0</CPUOffloadValue>
<GPUOptions>
<GPUOption>
<GPUName>Ellesmere</GPUName>
<GPUType>AMD</GPUType>
<DeviceID>0</DeviceID>
<PlatformID>0</PlatformID>
<Enabled>true</Enabled>
</GPUOption>
</GPUOptions>
</Config>