Jump to content
LaptopVideo2Go Forums

How to identify Intel GPU named only "Intel HD Graphics"


StefanG3D

Recommended Posts

You need to read out the "device ID"

 

Official tool: Intel GPU detect

Only as source code available. If you don't know how to build it, use any other GPU tool and study this list:

https://raw.githubusercontent.com/GameTechDev/gpudetect/master/IntelGfx.cfg

The code name above your device ID gives you an idea which graphics driver to install now or in future.

Here is a list of code names and matching generation numbers seen in announcements of new drivers.

 

Other tools:

Intel System Support Utility , detailed view, display, PNP device ID

GPU-Z

GPUCapsViewer

DXDIAG.EXE report, line  Device Key: Enum\PCI\VEN_8086&DEV_xxx

 

stefan016-20170603.png

stefan015-20170603.png

rz5.png

Link to comment
Share on other sites

On 3.6.2017 at 7:16 AM, StefanG3D said:

...

Official tool: Intel GPU detect

Only as source code available. If you don't know how to build it, use any other GPU tool and study this list:

...

 

Nice tool.

Here are two example results.

1) Haswell Mobile:

Quote

PS E:\Downloads\gpudetect\x64\Release> .\GPUDetect_2015.exe
CPU Brand: Intel(R) Core(TM) i7-4712MQ CPU @ 2.30GHz
i7 Brand Found
Primary Graphics Device
-----------------------
Vendor( 0x8086 ) : Device ( 0x416 )
Video Memory: 2048 MB
Graphics Brand: Intel(R) HD Graphics 4600
Default Presets = Low

Supports Intel Iris Graphics extensions:
        pixel sychronization
        instant access of graphics memory

Intel Device Info Version  2 (24 bytes)
GT Generation:             Haswell (0xe)
GPU Max Frequency:         1150 mhz
GPU Min Frequency:         200 mhz
EU Count:                  20
Package TDP:               37 watts
Max Fill Rate:             1 pixel/clk

Press any key to exit...


2) Skylake Mobile:

Quote

CPU Brand: Intel(R) Celeron(R) CPU 3955U @ 2.00GHz
Celeron Brand Found
Primary Graphics Device
-----------------------
Vendor( 0x8086 ) : Device ( 0x1906 )
Video Memory: 3594 MB
Graphics Brand: Intel(R) HD Graphics 510
IntelGfx.cfg not found! Presets undefined.
Default Presets = Low

Supports Intel Iris Graphics extensions:
        pixel sychronization
        instant access of graphics memory

Intel Device Info Version  2 (24 bytes)
GT Generation:             Skylake (0x12)
GPU Max Frequency:         900 mhz
GPU Min Frequency:         300 mhz
EU Count:                  12
Package TDP:               15 watts
Max Fill Rate:             8 pixel/clk

Press any key to exit...


Best regards,
Andi

Link to comment
Share on other sites

  • 2 months later...

For some reason Intel didn't want my "Gemini Leak" :3_grin:

Coffee Lake support added

copied from DriverVer=08/02/2017,22.20.16.4758

 

+; Coffee Lake
+0x8086, 0x3E90, Medium; Intel(R) UHD Graphics 610
+0x8086, 0x3E92, Medium; Intel(R) UHD Graphics 630
+0x8086, 0x3E93, Medium; Intel(R) UHD Graphics 610
+0x8086, 0x3E91, Medium; Intel(R) UHD Graphics 630
Link to comment
Share on other sites

You spoilt their 'surprise' 

No free coffee for you I'm afraid

Link to comment
Share on other sites

  • 1 month later...

Some "grande coffees" for the thirsty people :2_grimacing:

 

 

more Coffeelake incl. Iris/GT3
copied from DriverVer=07/13/2017,22.20.16.4738

0x8086, 0x3E96, Medium; Intel Coffee Lake UHD Graphics
0x8086, 0x3E9B, Medium; Intel Coffee Lake UHD Graphics
0x8086, 0x3E94, Medium; Intel Coffee Lake UHD Graphics
0x8086, 0x3EA5, High;  Intel Coffee Lake UHD Graphics
0x8086, 0x3EA6, High;  Intel Coffee Lake UHD Graphics
0x8086, 0x3EA7, High;  Intel Coffee Lake UHD Graphics
0x8086, 0x3EA8, High;  Intel Coffee Lake UHD Graphics

 

Link to comment
Share on other sites

Are there any Decaf CPU's out there ?

Link to comment
Share on other sites

×
×
  • Create New...