Wiki Home Windows boot issues Intel graphics card conflict

Intel graphics card conflict

Suppose that the Intel graphics card type on your clients are different (PC01 is Intel A, PC02 is Intel B), when you install or update the graphics card driver on PC01, PC02 gets a blue screen, and these two types of Intel graphics card always conflict.

This is because Intel A and Intel B are both from Intel, their "*.sys" and service name are the same, when you install or update Intel A, it will overwrite the "*.sys" and ".inf" files of Intel B. We revised one of the Intel graphics card drivers, modified its ".inf" file and renamed its "*.sys" file name to prevent Intel A and Intel B conflict. Now, you can download the revised Intel VGA driver from http://www.ccboot.com/download/intel-vga-2exx-fix.zip, http://www.ccboot.com/download/intel-vga-01xx-fixa.zip and http://www.ccboot.com/download/intel-vga-015x-fixb.zip

Note: If your Intel graphics card type is not included in our fixed divers, you can modify the ".sys" and ".inf" files yourself according to the following steps.

We take VEN_8086&DEV_0102 and VEN_8086&DEV_0152 for example. You can download them from http://www.lacroixrouge-brest.fr/pci_ven_8086&dev_0102.rar and http://www.lacroixrouge-brest.fr/pci_ven_8086&dev_0152.rar.

  1. Extract "pci_ven_8086&dev_0102.rar" file, open the extracted folder, and find the ".inf" file (Figure 1). (Note: Normally, we just need to modify the lower version graphics card's ".sys" and ".inf" files.)

Figure 1

  1. Open the ".inf" file with Notepad, find texts which end with ".sys" (there are three ".sys" texts, they are, "igdkmd64.sys", "ServiceBinary = %12%\igdkmd64.sys" and "igdkmd64.sys") (Figure 2).

Figure 2

  1. Modify these three ".sys" texts. For example, add "_fix" before ".sys" (Figure 3; Figure 4; Figure 5). Then save this ".inf" file.

Figure 3

Figure 4

Figure 5

  1. Find "igdkmd64.sys" in the extracted folder, and rename it as "igdkmd64_fix.sys" (Figure 6).

Figure 6

  1. Open the ".inf" file again, find "AddService" (there are four "AddService"), and add "_fix" after "AddService = igfx" (Figure 1-7). Finally, save the ".inf" file.

Figure 7

  1. On the "Device Manage", install the new revised graphics card driver.

Notes: If you have 3 types of vga drivers that conflict with each other, you can modify the first vga drivers as "_fix", and modify the second vga drivers as "_fixa".