Posts: 10.618
Threads: 57
Joined: May 2017
What detected cards does Hybrid list on startup?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.618
Threads: 57
Joined: May 2017
This happens if no graphic card entries could be found in your registry.
Hybrid looks under:
HKEY_LOCAL_MACHINE\SYSTE\\CurrentControlSet\Control\Video
and searches for 'Device Description', 'DeviceDesc' and 'DriverDesc' entries.
So either:
a. there really is no such entry,
b. something is preventing Hybrid from checking the registry,
would need a copy of the part of your registry to know more.
Cu Selur
Ps.: Only downside of ignoring this message is that Hybrid will remove support for 'VCEEncC'.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.618
Threads: 57
Joined: May 2017
You can export the 'Video'-folder, compress it and share it with me, so I can look into it.
Other than that making sure that you install the official AMD drivers might also fix the issue.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.618
Threads: 57
Joined: May 2017
Try disabling your Firewall / Anti Virus solution, when starting, looking at the registry entries there are a entries which Hybrid should find:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{90E70C91-17FA-11E8-8A31-3CA0677D6DA3}\Video]
"Service"="amdkmdap"
"DeviceDesc"="@oem5.inf,%amd6900.9%;AMD Radeon (TM) R7 M340"
"FeatureScore"=dword:000000d1
"Driver"="{4d36e968-e325-11ce-bfc1-08002be10318}\\0001"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{DBFA3DFB-DD66-11E7-854F-85178973D690}]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{DBFA3DFB-DD66-11E7-854F-85178973D690}\Video]
"Service"="amdkmdap"
"DeviceDesc"="@oem2.inf,%amd6900.17%;AMD Radeon (TM) R8 M445DX"
"FeatureScore"=dword:000000d1
"Driver"="{4d36e968-e325-11ce-bfc1-08002be10318}\\0000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{DBFA3E03-DD66-11E7-854F-85178973D690}]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{DBFA3E03-DD66-11E7-854F-85178973D690}\Video]
"Service"="amdkmdap"
"DeviceDesc"="@oem2.inf,%amd9874.47%;AMD Radeon(TM) R7 Graphics"
"FeatureScore"=dword:000000d1
"Driver"="{4d36e968-e325-11ce-bfc1-08002be10318}\\0001"
Hybrid requests all keys under 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video' named 'DeviceDesc'.
Will also create a test version which will output some additional stuff for debugging in case this is not related to a firewall or anti virus software.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.