• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Fix for Intel HD Graphics detection

Joined
Nov 3, 2013
Messages
20 (0.00/day)
Hi,
over at HWBot we heavy rely on GPU-Z as correct source of information, so users enter the right categorys.
To make things easier for all (users, moderators) it would be very nice to add some informations.

1) We need to find a way to separate between:
HD Graphics (Sandy Bridge) and HD Graphics 2000
HD Graphics (Ivy Bridge) and HD Graphics 2500
Currently there is only HD Graphics displayed and thats probably because they share the same deviceID. I think this could be done by also checking deviceID of the cpu.

2) It would be nice to add "Mobile" to the device name for the gpu's of notebook cpu's
I know these are not official product names but there are even unique device ids and it would be extremely useful.

Code:
#define PCI_CHIP_SANDYBRIDGE_M_GT1	0x0106
#define PCI_CHIP_SANDYBRIDGE_M_GT2	0x0116
#define PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS	0x0126
#define PCI_CHIP_IVYBRIDGE_M_GT1	0x0156
#define PCI_CHIP_IVYBRIDGE_M_GT2	0x0166
#define PCI_CHIP_HASWELL_M_GT1		0x0406
#define PCI_CHIP_HASWELL_M_GT2		0x0416
#define PCI_CHIP_HASWELL_M_GT3		0x0426

3) Add more info to the Core name:
right now there are GT1, GT2, GT3 for Sandy Bridge, Ivy Bridge, Haswell together, but there are of course heavy differences between those
So it would make sence to have something like "GT1 Sandy Bridge", "GT1 Ivy Bridge", "GT1 Haswell" and so on
 
probably need to aim this in PM form to admin and gpuz writer wizzard on here :)
 
W1z is probably working on it. It's not often issues with his programs last very long. He is however extremely busy and sometimes may forget to respond even though he's working on the issue. Shoot him another PM if you're concerned or there hasn't been a change in the next updated version.

:toast:

If there's a way it can be done I'm sure W1z is working on it! :D
 
I'm thinking about 3. still undecided
 
Back
Top