Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/20/13 in all areas

  1. I also tryed to replace the LCD after I read bjorm's thread and his photos from imageshack. It is the same as 2560P, and I'm so regret that destroyed the electrical cable. I have bought LP125WH2-SLT1, SLT1 pannel is thinner than SLB1/SLB2/SLB3. From bjorm's thread, I noticed that it must turn the PCB to back, so i bought the thinner SLT1 but failed to turn it back, the electrical cable is too short. Unluckly i destroyed the eletrical cable. If do not turn the PCB back and remove all cover's hooks, the low side is still not enough space to give the LCD connector link to panel.(see the red circle) If move the panel higher to give enough space to lower part, the panel will not fit the cover like bjorm's thread. And the other thing is how to fix the panel. The screw is not used to the IPS. It must try other way to fix it.
    2 points
  2. For those who don't like the restrictions Lenovo put on their system, here's a BIOS mod that will get you back at least some of the freedom you should have over your own hardware. Features: WLAN card whitelist removed, any (hardware-wise compatible) card should now work hidden BIOS menus unlocked VBIOS tweaked for more performance and better tuning possibilities Keep in mind that not necessarily all of the BIOS options available with this mod will be fully functional, so use the new available settings with care. If you're unsure about something don't change it and ask here, someone might be able to help. Available for v1.07 / v1.09 / v1.10 and v3.05. v2.04 and v2.07 added (only whitelist removal as for now) If you have a different BIOS (or more specific, a BIOS newer than 3.05) I will need a copy of it in order to make it work for your system. Instructions for flashing the modified BIOS v3.05: You need a USB stick prepared to run DOS, here is a guide you can follow in case you don't know how to do this: Guide by @StamatisX - thanks! >>> Before continuing make sure the AC adapter is connected to your laptop and your battery has at least 20% charge remaining. <<< (0) - NOTE: This step is Only necessary if your system isn't already using BIOS v3.05 Update to the official v3.05 BIOS provided by Lenovo . (1) - Create a backup of your own BIOS (now v3.05) by using Fptw64 tool. Extract the files and run the included .bat file from an admin command prompt. . (2) - Download Lenovo_Y510p-Y410p_[v3.05]_modified.zip and put the files of folder [1] to the root of your prepared USB DOS stick. Let the BiosFixer prepare your BIOS for flashing by drag and dropping your backup file on it. Put the created "v305mod.bin" file to the root of your USB DOS drive as well. . (3) - Now you need to downgrade the firmware back to v2.07 (Y510p-Y410p_v207_[stock].zip) in order to flash the mod. . (4) - Boot from your USB DOS drive, when you see the command prompt type BIOS and hit enter. Wait until the BIOS is flashed (you can safely ignore warnings about non-existing regions). . (5) - Once the BIOS flash completed with no errors, type EC and hit enter. Wait until the EC is flashed. Then reboot. . (6) - Go to the BIOS setup menu, load the default settings, apply and reboot. Done. In case you're using an ultra bay GPU follow the instructions in post #2 and flash the vbios.. NOTE: It's crucial that you flash both, BIOS and EC. Having different EC and BIOS versions can in certain situations lead to issues. IMPORTANT: If you want to go back to stock v3.05 you can do that easily by simply using the official update from Lenovo. That's it, nothing additional required in this case. Old instructions for users with v1.07 / v1.09 / v1.10 or v2.04 / v2.07 who for some reasons don't want to update to v3.05: Video walk-through of bios settings (thanks @allstone): My donation link in case you want to buy me a beer Download link for files referenced in this post:
    1 point
  3. Update: Moral Hazard used MESET.EXE on his clevo to force a dump and flash, but did not gain BCLK control. Update 2: SUCCESS by kasar on a Dell xps 15 (L502X) here! Unfortunately he needed to disable the ME region lock by desoldering and flashing the BIOS chip though. Update 3: SUCCESS by me on Clevo P150EM here! Mod relied on Clevo-only program to unlock ME region. Update 4: SUCCESS by Rhadamanthis on MSI gt780 dxr Update 5: SUCCESS by Akimox on HP 2570p here! At the hardware level, all 6 and likely 7 series laptops support overclocking. The problem is OEMs disable this ability except on laptops like the m18x. Clock configuration is NOT controlled by the BIOS. It is controlled by the Intel ME FW (management engine firmware), a BIOS extension. Only a few bits must be changed from a overclocking disabled ME FW to make it an overclocking enabled ME FW. Gigabyte accidentally leaked an intel utility that can read the ME FW, edit it, and write the new version back to the flash ROM, along with all the necessary documentation to make the correct changes. This flash ROM contains not only the ME FW, but the BIOS, flash descriptor, and 2 other regions called the GbE and PDR. There is one problem, which is that all laptop manufacturers (except ASUS) disable read/write access to the flash ROM. The read/write locks are contained in the flash descriptor. The security settings in the flash descriptor can be ignored by setting a special flag on BIOS startup known as the flash descriptor override, which enables read/write access to all regions. This override is used when you run a BIOS update. At this time there are methods to enable the flash descriptor override for HP and Clevo systems only. After setting the override and rebooting you can dump your whole flash image, edit the ME FW, rebuild the image, and flash. It is possible to flash either the ME FW region only, or the whole image. Obviously flashing the whole image is risky since you will also be flashing your BIOS, so I suggest just flashing the ME region. 6 series are more tolerable of corrupting the ME FW than 7 series. 7 series cannot run without a functional ME FW. 6 series can run without one as long as the BIOS detects that the ME FW is corrupt, and thus refuses to run its settings, however, the laptop can sill be bricked anyway if the BIOS thinks the ME FW is functional while it really is not, and attempts to run the inoperable clocking settings. Some of you may be aware of fwupdlcl.exe which can update the ME FW without enabling the flash descriptor override. This does not work for our purposes since it does not perform a full flash. It does not overwrite the hardware config portion of the ME FW, which is where clock configuration is done. However, if someone could figure out what this program does to write its partial image, it may be possible to use that knowledge to flash a full image. So here's the Intel Utilities and docs: 6 series chipset Link removed since the leaked FITC builds invalid images. Use the ME8 FPT and documentation for now. 7 series chipset: http://www.mediafire.com/?iwscmnadf5icnxq (thanks to kasar) MESET.exe to unlock Clevos: http://www.mediafire.com/?465pknsgc2z83s8 ME_Port by svet to unlock MSIs: https://www.dropbox.com/s/spmvxmz9pal1j6l/ME_Port.com BE CAREFUL WHEN USING FPTW64! It will happily overwrite your BIOS without any warning if you enter the wrong command. Even if you do things properly, still be prepared to have a dead ME FW and whatever the consequences of that may be. Although it is unlikely, trying to enable overclocking through my suggestions can kill your motherboard. There are a few combinations of mistakes that can be made which will most certainly do so. You have been warned, so don't blame me if you do. Also if you do, do NOT go RMA your laptop and make your manufacturer pay for what you caused. You took the risk, so you pay for the necessary repairs even if under warranty. If things go wrong I will do everything I can to help you recover, but please accept responsibility for trying this. Ok now that all that is out of the way so people can't justifiably yell at me. Back to how to try this. 1. Enable your flash descriptor override. Clevo users can use MESET.exe. MSI users can use ME_Port. HP users can use the keyboard sequence "WIN+left_arrow+right_arrow" during POST (got this info from Tech Inferno Fan). ASUS users don't have to do anything since they don't have the lock engaged. The rest of you guys are at this time out of luck. 2. So you'll first need to dump your ME FW image. This is done by running fptw64 in windows or fpt in DOS. It needs to be run in a cmd window with admin rights. The command to do so is "fptw64 -d imagename", where imagename is whatever name you want for your flash image dump. Prema found out that at least on Clevos, attempting to dump only the ME FW leaves out the clock control segment, so you need to dump the whole flash image. Note that you're also getting the flash descriptor when you dump everything, so you can edit it to not require the flash descriptor override to do any flash image reads and writes. 3. Now you need to change some bits to enable overclocking. By some, I mean you probably have to change quite a lot. The good news is that the settings on 6 and 7 series systems seem to be identical. When I edited my image, I followed the intel docs in the ME8 download. I've linked my original overclocked MW FW for comparison. You only need to make changes in the "ICC" section and subsections in FTIC. You can edit the ME FW as part of an entire flash image, or by itself. I edited it by itself, but have since then done several BIOS mods and flashing the whole image worked out fine. My modded P150/170EM ME FW: meoc.bin This image is just for reference to make sure you didn't miss anything. Don't just flash this ME FW. It might work, but there has been issues with flashing someone else's ME FW on HP and Dell systems and others may be affected. Dump and edit your own, or ask me to and I will if I have the time. Some manufacturers have additional changes. When it doubt read the manual or ask me if something should be changed or not. The Utility for editing the images is FTIC. This program has a GUI so it does not have to be run from cmd. Open your image and open the overclocking enabled image. Settings that are different from FTIC's generic 6 and 7 series file will be highlighted in yellow. What you need to edit is the ICC profiles under ICC Data. You can have up to 8 profiles. I think active profile changes depending on if you are say plugged in, on battery, on standby, temps are too high, etc. I don't really know how you identify which profile(s) much be changed, so I think you should just change all of them to make sure that if the flash works and you don't get overclocking, that you know you didn't miss something and that overclocking is impossible, so you don't waste time thinking about it and trying things. The number 1 thing to check that I found to make sure things don't go bad is your "clock source select" under "FCIM/BTM specific ICC registers". If it is 0x00011A33, then your laptop uses the PLL built into the PCH and you can keep going through trying this mod. It will be 0x00011A34 for enabling overclocking. If it is something else besides these 2, STOP NOW. This means that your PCH's PLL is not being used, and that instead an external PLL is feeding the PCH clocks to distribute. If you set your laptop to use the PCH's PLL, I think the PCH will get both clocks and you'll get a laptop with unintelligible clock signals. That would be bad. After making the changes you need to rebuild the ME FW image. You will then have a full image, and if you reopen this new image in FITC, FITC will create a new folder with the MW FW all by itself. You can use the full image or the MW FW image to flash. 4. Now the fun exciting part where we do the flash. I recommend doing it in DOS. The command to flash the ME FW only is "fpt -me -f filename", where filename is the name of your flash image. Don't forget the .bin extension. If you are flashing the entire ROM then you do need to leave out the "-me". If flashing the ME FW only and used the "build compact image" option in FITC, you should get a warning that the flash image is smaller than the total ME Region area that the flash descriptor says you can use, so the area after the file length will not be changed. This is OK and flash anyway. The image FTIC creates is not padded at the end, which causes the warning to occur. If you built a full image it is padded, so you don't get this warning. 5. You can now use Intel XTU to overclock. If you already installed it, you may have to reinstall it. BCLK can be changed in windows and takes effect immediately. Remember guys, this is risky stuff, especially if you have a 7 series laptop. If you're careful though everything should turn out fine.
    1 point
  4. Bingo, Komrades! I'm on it! Edit#1: It's going to take some time, I feel so dumb compared to those guys. Just to register I had to answer 4 questions on voltages, capacitors and chips, lol Edit#2: Interval between posts there is 1hour minimum - Insane!
    1 point
  5. Ok nvidia released the new 327.23 driver and i instaled it after modify the *.inf file so here is the modified inf file for the new driver . i cant upload inf file so here is how to modidy the file and here is what u have to replace :- replace these words with the same original words on the file [nv_CplInstaller_addreg] [nv_FTS_addreg] HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableFSN218,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1259,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1589,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1596,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1614,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1702,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1709,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1716,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1889,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1942,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1945,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\FTS",EnableSRS1961,%REG_DWORD%,1 HKLM,"Software\NVIDIA Corporation\Global\NVTweak",NvCplEnableSRS1564,%REG_DWORD%,1 [Manufacturer] %NVIDIA_A% = NVIDIA_SetA_Devices,NTamd64.6.0,NTamd64.6.1,NTamd64.6.2 [NVIDIA_SetA_Devices.NTamd64.6.0] %NVIDIA_DEV.0407.0573.1558% = Section001, PCI\VEN_10DE&DEV_0407&SUBSYS_05731558 %NVIDIA_DEV.0407.2200.1558% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_22001558 %NVIDIA_DEV.0407.2201.1558% = Section004, PCI\VEN_10DE&DEV_0407&SUBSYS_22011558 %NVIDIA_DEV.0409.0573.1558% = Section001, PCI\VEN_10DE&DEV_0409&SUBSYS_05731558 %NVIDIA_DEV.0409.0860.1558% = Section001, PCI\VEN_10DE&DEV_0409&SUBSYS_08601558 %NVIDIA_DEV.0409.0902.1558% = Section001, PCI\VEN_10DE&DEV_0409&SUBSYS_09021558 %NVIDIA_DEV.040D.0481.1558% = Section007, PCI\VEN_10DE&DEV_040D&SUBSYS_04811558 %NVIDIA_DEV.040D.0573.1558% = Section007, PCI\VEN_10DE&DEV_040D&SUBSYS_05731558 %NVIDIA_DEV.040D.0860.1558% = Section007, PCI\VEN_10DE&DEV_040D&SUBSYS_08601558 %NVIDIA_DEV.040D.0902.1558% = Section007, PCI\VEN_10DE&DEV_040D&SUBSYS_09021558 %NVIDIA_DEV.0428.0663.1558% = Section001, PCI\VEN_10DE&DEV_0428&SUBSYS_06631558 %NVIDIA_DEV.0428.0668.1558% = Section001, PCI\VEN_10DE&DEV_0428&SUBSYS_06681558 %NVIDIA_DEV.0608.0481.1558% = Section010, PCI\VEN_10DE&DEV_0608&SUBSYS_04811558 %NVIDIA_DEV.060A.0481.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_04811558 %NVIDIA_DEV.060A.0860.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_08601558 %NVIDIA_DEV.060A.0902.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_09021558 %NVIDIA_DEV.060A.0903.1558% = Section016, PCI\VEN_10DE&DEV_060A&SUBSYS_09031558 %NVIDIA_DEV.060A.7200.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_72001558 %NVIDIA_DEV.060A.8100.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_81001558 %NVIDIA_DEV.060A.8687.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_86871558 %NVIDIA_DEV.060A.8689.1558% = Section013, PCI\VEN_10DE&DEV_060A&SUBSYS_86891558 %NVIDIA_DEV.060A.9800.1558% = Section019, PCI\VEN_10DE&DEV_060A&SUBSYS_98001558 %NVIDIA_DEV.060B.0481.1558% = Section013, PCI\VEN_10DE&DEV_060B&SUBSYS_04811558 %NVIDIA_DEV.060B.0573.1558% = Section013, PCI\VEN_10DE&DEV_060B&SUBSYS_05731558 %NVIDIA_DEV.060B.0860.1558% = Section013, PCI\VEN_10DE&DEV_060B&SUBSYS_08601558 %NVIDIA_DEV.060B.0902.1558% = Section013, PCI\VEN_10DE&DEV_060B&SUBSYS_09021558 %NVIDIA_DEV.060C.0481.1558% = Section010, PCI\VEN_10DE&DEV_060C&SUBSYS_04811558 %NVIDIA_DEV.060C.0573.1558% = Section010, PCI\VEN_10DE&DEV_060C&SUBSYS_05731558 %NVIDIA_DEV.060C.0860.1558% = Section010, PCI\VEN_10DE&DEV_060C&SUBSYS_08601558 %NVIDIA_DEV.060C.0902.1558% = Section010, PCI\VEN_10DE&DEV_060C&SUBSYS_09021558 %NVIDIA_DEV.060F.0511.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_05111558 %NVIDIA_DEV.060F.0512.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_05121558 %NVIDIA_DEV.060F.0903.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_09031558 %NVIDIA_DEV.060F.7200.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_72001558 %NVIDIA_DEV.060F.8100.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_81001558 %NVIDIA_DEV.060F.8687.1558% = Section025, PCI\VEN_10DE&DEV_060F&SUBSYS_86871558 %NVIDIA_DEV.060F.8689.1558% = Section022, PCI\VEN_10DE&DEV_060F&SUBSYS_86891558 %NVIDIA_DEV.0617.0481.1558% = Section010, PCI\VEN_10DE&DEV_0617&SUBSYS_04811558 %NVIDIA_DEV.0617.0902.1558% = Section010, PCI\VEN_10DE&DEV_0617&SUBSYS_09021558 %NVIDIA_DEV.0618.0481.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_04811558 %NVIDIA_DEV.0618.0860.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_08601558 %NVIDIA_DEV.0618.0902.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_09021558 %NVIDIA_DEV.0618.0903.1558% = Section016, PCI\VEN_10DE&DEV_0618&SUBSYS_09031558 %NVIDIA_DEV.0618.8100.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_81001558 %NVIDIA_DEV.0618.8687.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_86871558 %NVIDIA_DEV.0618.8689.1558% = Section013, PCI\VEN_10DE&DEV_0618&SUBSYS_86891558 %NVIDIA_DEV.0618.9800.1558% = Section016, PCI\VEN_10DE&DEV_0618&SUBSYS_98001558 %NVIDIA_DEV.061D.0903.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_09031558 %NVIDIA_DEV.061D.5102.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_51021558 %NVIDIA_DEV.061D.7100.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_71001558 %NVIDIA_DEV.061D.7200.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_72001558 %NVIDIA_DEV.061D.8100.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_81001558 %NVIDIA_DEV.061D.8687.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_86871558 %NVIDIA_DEV.061D.8689.1558% = Section028, PCI\VEN_10DE&DEV_061D&SUBSYS_86891558 %NVIDIA_DEV.061E.0481.1558% = Section031, PCI\VEN_10DE&DEV_061E&SUBSYS_04811558 %NVIDIA_DEV.061E.0573.1558% = Section031, PCI\VEN_10DE&DEV_061E&SUBSYS_05731558 %NVIDIA_DEV.061E.0860.1558% = Section031, PCI\VEN_10DE&DEV_061E&SUBSYS_08601558 %NVIDIA_DEV.061E.0902.1558% = Section031, PCI\VEN_10DE&DEV_061E&SUBSYS_09021558 %NVIDIA_DEV.061F.0903.1558% = Section034, PCI\VEN_10DE&DEV_061F&SUBSYS_09031558 %NVIDIA_DEV.061F.7200.1558% = Section034, PCI\VEN_10DE&DEV_061F&SUBSYS_72001558 %NVIDIA_DEV.061F.8100.1558% = Section034, PCI\VEN_10DE&DEV_061F&SUBSYS_81001558 %NVIDIA_DEV.061F.8687.1558% = Section034, PCI\VEN_10DE&DEV_061F&SUBSYS_86871558 %NVIDIA_DEV.061F.8689.1558% = Section034, PCI\VEN_10DE&DEV_061F&SUBSYS_86891558 %NVIDIA_DEV.0628.0481.1558% = Section010, PCI\VEN_10DE&DEV_0628&SUBSYS_04811558 %NVIDIA_DEV.0628.0573.1558% = Section010, PCI\VEN_10DE&DEV_0628&SUBSYS_05731558 %NVIDIA_DEV.0628.0860.1558% = Section010, PCI\VEN_10DE&DEV_0628&SUBSYS_08601558 %NVIDIA_DEV.0628.0902.1558% = Section010, PCI\VEN_10DE&DEV_0628&SUBSYS_09021558 %NVIDIA_DEV.062A.0481.1558% = Section010, PCI\VEN_10DE&DEV_062A&SUBSYS_04811558 %NVIDIA_DEV.062B.0481.1558% = Section010, PCI\VEN_10DE&DEV_062B&SUBSYS_04811558 %NVIDIA_DEV.062B.0573.1558% = Section010, PCI\VEN_10DE&DEV_062B&SUBSYS_05731558 %NVIDIA_DEV.062B.0860.1558% = Section010, PCI\VEN_10DE&DEV_062B&SUBSYS_08601558 %NVIDIA_DEV.062B.0902.1558% = Section010, PCI\VEN_10DE&DEV_062B&SUBSYS_09021558 %NVIDIA_DEV.062C.0481.1558% = Section010, PCI\VEN_10DE&DEV_062C&SUBSYS_04811558 %NVIDIA_DEV.062C.0573.1558% = Section010, PCI\VEN_10DE&DEV_062C&SUBSYS_05731558 %NVIDIA_DEV.062C.0860.1558% = Section010, PCI\VEN_10DE&DEV_062C&SUBSYS_08601558 %NVIDIA_DEV.062C.0902.1558% = Section010, PCI\VEN_10DE&DEV_062C&SUBSYS_09021558 %NVIDIA_DEV.0631.0481.1558% = Section010, PCI\VEN_10DE&DEV_0631&SUBSYS_04811558 %NVIDIA_DEV.0631.0860.1558% = Section010, PCI\VEN_10DE&DEV_0631&SUBSYS_08601558 %NVIDIA_DEV.0631.0902.1558% = Section010, PCI\VEN_10DE&DEV_0631&SUBSYS_09021558 %NVIDIA_DEV.0631.0903.1558% = Section010, PCI\VEN_10DE&DEV_0631&SUBSYS_09031558 %NVIDIA_DEV.0631.9800.1558% = Section010, PCI\VEN_10DE&DEV_0631&SUBSYS_98001558 %NVIDIA_DEV.063A.0481.1558% = Section037, PCI\VEN_10DE&DEV_063A&SUBSYS_04811558 %NVIDIA_DEV.063A.0860.1558% = Section037, PCI\VEN_10DE&DEV_063A&SUBSYS_08601558 %NVIDIA_DEV.063A.0902.1558% = Section037, PCI\VEN_10DE&DEV_063A&SUBSYS_09021558 %NVIDIA_DEV.0648.0481.1558% = Section010, PCI\VEN_10DE&DEV_0648&SUBSYS_04811558 %NVIDIA_DEV.0648.0860.1558% = Section010, PCI\VEN_10DE&DEV_0648&SUBSYS_08601558 %NVIDIA_DEV.0649.0481.1558% = Section010, PCI\VEN_10DE&DEV_0649&SUBSYS_04811558 %NVIDIA_DEV.0649.0573.1558% = Section010, PCI\VEN_10DE&DEV_0649&SUBSYS_05731558 %NVIDIA_DEV.0649.0860.1558% = Section010, PCI\VEN_10DE&DEV_0649&SUBSYS_08601558 %NVIDIA_DEV.06CA.0903.1558% = Section040, PCI\VEN_10DE&DEV_06CA&SUBSYS_09031558 %NVIDIA_DEV.06CA.7200.1558% = Section040, PCI\VEN_10DE&DEV_06CA&SUBSYS_72001558 %NVIDIA_DEV.06CA.8100.1558% = Section040, PCI\VEN_10DE&DEV_06CA&SUBSYS_81001558 %NVIDIA_DEV.06CA.8687.1558% = Section040, PCI\VEN_10DE&DEV_06CA&SUBSYS_86871558 %NVIDIA_DEV.06CA.8689.1558% = Section040, PCI\VEN_10DE&DEV_06CA&SUBSYS_86891558 %NVIDIA_DEV.06E9.0802.1558% = Section010, PCI\VEN_10DE&DEV_06E9&SUBSYS_08021558 %NVIDIA_DEV.06E9.0805.1558% = Section010, PCI\VEN_10DE&DEV_06E9&SUBSYS_08051558 %NVIDIA_DEV.06E9.0806.1558% = Section010, PCI\VEN_10DE&DEV_06E9&SUBSYS_08061558 %NVIDIA_DEV.06EC.0802.1558% = Section010, PCI\VEN_10DE&DEV_06EC&SUBSYS_08021558 %NVIDIA_DEV.06EC.0806.1558% = Section010, PCI\VEN_10DE&DEV_06EC&SUBSYS_08061558 %NVIDIA_DEV.0A29.4101.1558% = Section046, PCI\VEN_10DE&DEV_0A29&SUBSYS_41011558 %NVIDIA_DEV.0A29.7110.1558% = Section046, PCI\VEN_10DE&DEV_0A29&SUBSYS_71101558 %NVIDIA_DEV.0A3C.0511.1558% = Section049, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05111558 %NVIDIA_DEV.0A3C.0512.1558% = Section049, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05121558 %NVIDIA_DEV.0A72.4101.1558% = Section046, PCI\VEN_10DE&DEV_0A72&SUBSYS_41011558 %NVIDIA_DEV.0A74.0808.1558% = Section052, PCI\VEN_10DE&DEV_0A74&SUBSYS_08081558 %NVIDIA_DEV.0A75.0808.1558% = Section052, PCI\VEN_10DE&DEV_0A75&SUBSYS_08081558 %NVIDIA_DEV.0CB0.8687.1558% = Section052, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86871558 %NVIDIA_DEV.0CB0.8689.1558% = Section052, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86891558 %NVIDIA_DEV.0CB1.8687.1558% = Section055, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86871558 %NVIDIA_DEV.0CB1.8689.1558% = Section052, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86891558 %NVIDIA_DEV.0DD1.5102.1558% = Section060, PCI\VEN_10DE&DEV_0DD1&SUBSYS_51021558 %NVIDIA_DEV.0DD1.7100.1558% = Section060, PCI\VEN_10DE&DEV_0DD1&SUBSYS_71001558 %NVIDIA_DEV.0DD1.7200.1558% = Section060, PCI\VEN_10DE&DEV_0DD1&SUBSYS_72001558 %NVIDIA_DEV.0DD1.8100.1558% = Section060, PCI\VEN_10DE&DEV_0DD1&SUBSYS_81001558 %NVIDIA_DEV.0DD1.8687.1558% = Section060, PCI\VEN_10DE&DEV_0DD1&SUBSYS_86871558 %NVIDIA_DEV.0DE9.2702.1558% = Section063, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27021558 %NVIDIA_DEV.0DE9.2703.1558% = Section063, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27031558 %NVIDIA_DEV.0DEA.2512.1558% = Section063, PCI\VEN_10DE&DEV_0DEA&SUBSYS_25121558 %NVIDIA_DEV.0DF0.5130.1558% = Section063, PCI\VEN_10DE&DEV_0DF0&SUBSYS_51301558 %NVIDIA_DEV.0DF0.7130.1558% = Section063, PCI\VEN_10DE&DEV_0DF0&SUBSYS_71301558 %NVIDIA_DEV.0DF4.5140.1558% = Section063, PCI\VEN_10DE&DEV_0DF4&SUBSYS_51401558 %NVIDIA_DEV.0DF4.7140.1558% = Section063, PCI\VEN_10DE&DEV_0DF4&SUBSYS_71401558 %NVIDIA_DEV.0E30.7100.1558% = Section060, PCI\VEN_10DE&DEV_0E30&SUBSYS_71001558 %NVIDIA_DEV.0E30.7200.1558% = Section060, PCI\VEN_10DE&DEV_0E30&SUBSYS_72001558 %NVIDIA_DEV.0E30.8687.1558% = Section064, PCI\VEN_10DE&DEV_0E30&SUBSYS_86871558 %NVIDIA_DEV.0E31.5102.1558% = Section060, PCI\VEN_10DE&DEV_0E31&SUBSYS_51021558 %NVIDIA_DEV.0E31.7100.1558% = Section067, PCI\VEN_10DE&DEV_0E31&SUBSYS_71001558 %NVIDIA_DEV.0E31.7200.1558% = Section070, PCI\VEN_10DE&DEV_0E31&SUBSYS_72001558 %NVIDIA_DEV.0FD1.1150.1558% = Section063, PCI\VEN_10DE&DEV_0FD1&SUBSYS_11501558 %NVIDIA_DEV.0FD1.1550.1558% = Section063, PCI\VEN_10DE&DEV_0FD1&SUBSYS_15501558 %NVIDIA_DEV.0FD2.2701.1558% = Section063, PCI\VEN_10DE&DEV_0FD2&SUBSYS_27011558 %NVIDIA_DEV.0FD4.3700.1558% = Section063, PCI\VEN_10DE&DEV_0FD4&SUBSYS_37001558 %NVIDIA_DEV.0FD4.5105.1558% = Section063, PCI\VEN_10DE&DEV_0FD4&SUBSYS_51051558 %NVIDIA_DEV.0FD4.7102.1558% = Section063, PCI\VEN_10DE&DEV_0FD4&SUBSYS_71021558 %NVIDIA_DEV.109A.0270.1558% = Section078, PCI\VEN_10DE&DEV_109A&SUBSYS_02701558 %NVIDIA_DEV.109A.5102.1558% = Section078, PCI\VEN_10DE&DEV_109A&SUBSYS_51021558 %NVIDIA_DEV.109A.7100.1558% = Section078, PCI\VEN_10DE&DEV_109A&SUBSYS_71001558 %NVIDIA_DEV.109A.7200.1558% = Section078, PCI\VEN_10DE&DEV_109A&SUBSYS_72001558 %NVIDIA_DEV.119F.043A.1028% = Section083, PCI\VEN_10DE&DEV_119F&SUBSYS_043A1028 %NVIDIA_DEV.119F.0490.1028% = Section086, PCI\VEN_10DE&DEV_119F&SUBSYS_04901028 %NVIDIA_DEV.119F.0551.1028% = Section083, PCI\VEN_10DE&DEV_119F&SUBSYS_05511028 %NVIDIA_DEV.119F.048F.1028% = Section086, PCI\VEN_10DE&DEV_119F&SUBSYS_048F1028 %NVIDIA_DEV.119F.0580.1028% = Section083, PCI\VEN_10DE&DEV_119F&SUBSYS_05801028 %NVIDIA_DEV.11A0.0270.1558% = Section083, PCI\VEN_10DE&DEV_11A0&SUBSYS_02701558 %NVIDIA_DEV.11A0.0271.1558% = Section086, PCI\VEN_10DE&DEV_11A0&SUBSYS_02711558 %NVIDIA_DEV.11A0.0371.1558% = Section083, PCI\VEN_10DE&DEV_11A0&SUBSYS_03711558 %NVIDIA_DEV.11A0.0372.1558% = Section086, PCI\VEN_10DE&DEV_11A0&SUBSYS_03721558 %NVIDIA_DEV.11A0.5105.1558% = Section063, PCI\VEN_10DE&DEV_11A0&SUBSYS_51051558 %NVIDIA_DEV.11A0.7102.1558% = Section063, PCI\VEN_10DE&DEV_11A0&SUBSYS_71021558 %NVIDIA_DEV.11A1.0270.1558% = Section083, PCI\VEN_10DE&DEV_11A1&SUBSYS_02701558 %NVIDIA_DEV.11A1.0271.1558% = Section086, PCI\VEN_10DE&DEV_11A1&SUBSYS_02711558 %NVIDIA_DEV.11A1.0371.1558% = Section083, PCI\VEN_10DE&DEV_11A1&SUBSYS_03711558 %NVIDIA_DEV.11A1.5105.1558% = Section063, PCI\VEN_10DE&DEV_11A1&SUBSYS_51051558 %NVIDIA_DEV.11A1.7102.1558% = Section063, PCI\VEN_10DE&DEV_11A1&SUBSYS_71021558 %NVIDIA_DEV.11BC.0270.1558% = Section078, PCI\VEN_10DE&DEV_11BC&SUBSYS_02701558 %NVIDIA_DEV.11BC.0371.1558% = Section078, PCI\VEN_10DE&DEV_11BC&SUBSYS_03711558 %NVIDIA_DEV.11E0.0270.1558% = Section083, PCI\VEN_10DE&DEV_11E0&SUBSYS_02701558 %NVIDIA_DEV.11E0.0271.1558% = Section086, PCI\VEN_10DE&DEV_11E0&SUBSYS_02711558 %NVIDIA_DEV.11E1.0376.1558% = Section083, PCI\VEN_10DE&DEV_11E1&SUBSYS_03761558 %NVIDIA_DEV.11E1.5106.1558% = Section063, PCI\VEN_10DE&DEV_11E1&SUBSYS_51061558 %NVIDIA_DEV.11E1.7104.1558% = Section063, PCI\VEN_10DE&DEV_11E1&SUBSYS_71041558 %NVIDIA_DEV.1211.0270.1558% = Section091, PCI\VEN_10DE&DEV_1211&SUBSYS_02701558 %NVIDIA_DEV.1211.0271.1558% = Section086, PCI\VEN_10DE&DEV_1211&SUBSYS_02711558 %NVIDIA_DEV.1211.5102.1558% = Section083, PCI\VEN_10DE&DEV_1211&SUBSYS_51021558 %NVIDIA_DEV.1211.7100.1558% = Section083, PCI\VEN_10DE&DEV_1211&SUBSYS_71001558 %NVIDIA_DEV.1211.7101.1558% = Section086, PCI\VEN_10DE&DEV_1211&SUBSYS_71011558 %NVIDIA_DEV.1211.7200.1558% = Section091, PCI\VEN_10DE&DEV_1211&SUBSYS_72001558 %NVIDIA_DEV.1212.0270.1558% = Section083, PCI\VEN_10DE&DEV_1212&SUBSYS_02701558 %NVIDIA_DEV.1212.0271.1558% = Section086, PCI\VEN_10DE&DEV_1212&SUBSYS_02711558 %NVIDIA_DEV.1212.5105.1558% = Section063, PCI\VEN_10DE&DEV_1212&SUBSYS_51051558 %NVIDIA_DEV.1212.7102.1558% = Section063, PCI\VEN_10DE&DEV_1212&SUBSYS_71021558 %NVIDIA_DEV.1213.0371.1558% = Section083, PCI\VEN_10DE&DEV_1213&SUBSYS_03711558 %NVIDIA_DEV.1213.5105.1558% = Section063, PCI\VEN_10DE&DEV_1213&SUBSYS_51051558 %NVIDIA_DEV.1213.7102.1558% = Section063, PCI\VEN_10DE&DEV_1213&SUBSYS_71021558 %NVIDIA_DEV.1213.8000.1558% = Section083, PCI\VEN_10DE&DEV_1213&SUBSYS_80001558 %NVIDIA_DEV.1251.5102.1558% = Section083, PCI\VEN_10DE&DEV_1251&SUBSYS_51021558 %NVIDIA_DEV.1251.7100.1558% = Section083, PCI\VEN_10DE&DEV_1251&SUBSYS_71001558 %NVIDIA_DEV.1251.7101.1558% = Section086, PCI\VEN_10DE&DEV_1251&SUBSYS_71011558 %NVIDIA_DEV.1251.7200.1558% = Section091, PCI\VEN_10DE&DEV_1251&SUBSYS_72001558 %NVIDIA_DEV.1251.8000.1558% = Section091, PCI\VEN_10DE&DEV_1251&SUBSYS_80001558 %NVIDIA_DEV.0862.9800.1558% = Section043, PCI\VEN_10DE&DEV_0862&SUBSYS_98001558 [signatureAttributes] nvapi.dll = SignatureAttributes.PETrust nvapi64.dll = SignatureAttributes.PETrust nvcuda.dll = SignatureAttributes.PETrust nvcuda32.dll = SignatureAttributes.PETrust nvd3d9wrap.dll = SignatureAttributes.PETrust nvd3d9wrapx.dll = SignatureAttributes.PETrust nvd3dum.dll = SignatureAttributes.PETrust nvd3dumx.dll = SignatureAttributes.PETrust nvdxgiwrap.dll = SignatureAttributes.PETrust nvdxgiwrapx.dll = SignatureAttributes.PETrust nvinit.dll = SignatureAttributes.PETrust nvinitx.dll = SignatureAttributes.PETrust nvoglshim32.dll = SignatureAttributes.PETrust nvoglshim64.dll = SignatureAttributes.PETrust nvopencl.dll = SignatureAttributes.PETrust nvopencl32.dll = SignatureAttributes.PETrust nvumdshim.dll = SignatureAttributes.PETrust nvumdshimx.dll = SignatureAttributes.PETrust nvwgf2um.dll = SignatureAttributes.PETrust nvwgf2umx.dll = SignatureAttributes.PETrust [NVIDIA_SetA_Devices.NTamd64.6.1] %NVIDIA_DEV.0407.0573.1558% = Section002, PCI\VEN_10DE&DEV_0407&SUBSYS_05731558 %NVIDIA_DEV.0407.2200.1558% = Section005, PCI\VEN_10DE&DEV_0407&SUBSYS_22001558 %NVIDIA_DEV.0407.2201.1558% = Section005, PCI\VEN_10DE&DEV_0407&SUBSYS_22011558 %NVIDIA_DEV.0409.0573.1558% = Section002, PCI\VEN_10DE&DEV_0409&SUBSYS_05731558 %NVIDIA_DEV.0409.0860.1558% = Section002, PCI\VEN_10DE&DEV_0409&SUBSYS_08601558 %NVIDIA_DEV.0409.0902.1558% = Section002, PCI\VEN_10DE&DEV_0409&SUBSYS_09021558 %NVIDIA_DEV.040D.0481.1558% = Section008, PCI\VEN_10DE&DEV_040D&SUBSYS_04811558 %NVIDIA_DEV.040D.0573.1558% = Section008, PCI\VEN_10DE&DEV_040D&SUBSYS_05731558 %NVIDIA_DEV.040D.0860.1558% = Section008, PCI\VEN_10DE&DEV_040D&SUBSYS_08601558 %NVIDIA_DEV.040D.0902.1558% = Section008, PCI\VEN_10DE&DEV_040D&SUBSYS_09021558 %NVIDIA_DEV.0428.0663.1558% = Section002, PCI\VEN_10DE&DEV_0428&SUBSYS_06631558 %NVIDIA_DEV.0428.0668.1558% = Section002, PCI\VEN_10DE&DEV_0428&SUBSYS_06681558 %NVIDIA_DEV.0608.0481.1558% = Section011, PCI\VEN_10DE&DEV_0608&SUBSYS_04811558 %NVIDIA_DEV.060A.0481.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_04811558 %NVIDIA_DEV.060A.0860.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_08601558 %NVIDIA_DEV.060A.0902.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_09021558 %NVIDIA_DEV.060A.0903.1558% = Section017, PCI\VEN_10DE&DEV_060A&SUBSYS_09031558 %NVIDIA_DEV.060A.7200.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_72001558 %NVIDIA_DEV.060A.8100.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_81001558 %NVIDIA_DEV.060A.8687.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_86871558 %NVIDIA_DEV.060A.8689.1558% = Section014, PCI\VEN_10DE&DEV_060A&SUBSYS_86891558 %NVIDIA_DEV.060A.9800.1558% = Section020, PCI\VEN_10DE&DEV_060A&SUBSYS_98001558 %NVIDIA_DEV.060B.0481.1558% = Section014, PCI\VEN_10DE&DEV_060B&SUBSYS_04811558 %NVIDIA_DEV.060B.0573.1558% = Section014, PCI\VEN_10DE&DEV_060B&SUBSYS_05731558 %NVIDIA_DEV.060B.0860.1558% = Section014, PCI\VEN_10DE&DEV_060B&SUBSYS_08601558 %NVIDIA_DEV.060B.0902.1558% = Section014, PCI\VEN_10DE&DEV_060B&SUBSYS_09021558 %NVIDIA_DEV.060C.0481.1558% = Section011, PCI\VEN_10DE&DEV_060C&SUBSYS_04811558 %NVIDIA_DEV.060C.0573.1558% = Section011, PCI\VEN_10DE&DEV_060C&SUBSYS_05731558 %NVIDIA_DEV.060C.0860.1558% = Section011, PCI\VEN_10DE&DEV_060C&SUBSYS_08601558 %NVIDIA_DEV.060C.0902.1558% = Section011, PCI\VEN_10DE&DEV_060C&SUBSYS_09021558 %NVIDIA_DEV.060F.0511.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_05111558 %NVIDIA_DEV.060F.0512.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_05121558 %NVIDIA_DEV.060F.0903.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_09031558 %NVIDIA_DEV.060F.7200.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_72001558 %NVIDIA_DEV.060F.8100.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_81001558 %NVIDIA_DEV.060F.8687.1558% = Section026, PCI\VEN_10DE&DEV_060F&SUBSYS_86871558 %NVIDIA_DEV.060F.8689.1558% = Section023, PCI\VEN_10DE&DEV_060F&SUBSYS_86891558 %NVIDIA_DEV.0617.0481.1558% = Section011, PCI\VEN_10DE&DEV_0617&SUBSYS_04811558 %NVIDIA_DEV.0617.0902.1558% = Section011, PCI\VEN_10DE&DEV_0617&SUBSYS_09021558 %NVIDIA_DEV.0618.0481.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_04811558 %NVIDIA_DEV.0618.0860.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_08601558 %NVIDIA_DEV.0618.0902.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_09021558 %NVIDIA_DEV.0618.0903.1558% = Section017, PCI\VEN_10DE&DEV_0618&SUBSYS_09031558 %NVIDIA_DEV.0618.8100.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_81001558 %NVIDIA_DEV.0618.8687.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_86871558 %NVIDIA_DEV.0618.8689.1558% = Section014, PCI\VEN_10DE&DEV_0618&SUBSYS_86891558 %NVIDIA_DEV.0618.9800.1558% = Section017, PCI\VEN_10DE&DEV_0618&SUBSYS_98001558 %NVIDIA_DEV.061D.0903.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_09031558 %NVIDIA_DEV.061D.5102.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_51021558 %NVIDIA_DEV.061D.7100.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_71001558 %NVIDIA_DEV.061D.7200.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_72001558 %NVIDIA_DEV.061D.8100.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_81001558 %NVIDIA_DEV.061D.8687.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_86871558 %NVIDIA_DEV.061D.8689.1558% = Section029, PCI\VEN_10DE&DEV_061D&SUBSYS_86891558 %NVIDIA_DEV.061E.0481.1558% = Section032, PCI\VEN_10DE&DEV_061E&SUBSYS_04811558 %NVIDIA_DEV.061E.0573.1558% = Section032, PCI\VEN_10DE&DEV_061E&SUBSYS_05731558 %NVIDIA_DEV.061E.0860.1558% = Section032, PCI\VEN_10DE&DEV_061E&SUBSYS_08601558 %NVIDIA_DEV.061E.0902.1558% = Section032, PCI\VEN_10DE&DEV_061E&SUBSYS_09021558 %NVIDIA_DEV.061F.0903.1558% = Section035, PCI\VEN_10DE&DEV_061F&SUBSYS_09031558 %NVIDIA_DEV.061F.7200.1558% = Section035, PCI\VEN_10DE&DEV_061F&SUBSYS_72001558 %NVIDIA_DEV.061F.8100.1558% = Section035, PCI\VEN_10DE&DEV_061F&SUBSYS_81001558 %NVIDIA_DEV.061F.8687.1558% = Section035, PCI\VEN_10DE&DEV_061F&SUBSYS_86871558 %NVIDIA_DEV.061F.8689.1558% = Section035, PCI\VEN_10DE&DEV_061F&SUBSYS_86891558 %NVIDIA_DEV.0628.0481.1558% = Section011, PCI\VEN_10DE&DEV_0628&SUBSYS_04811558 %NVIDIA_DEV.0628.0573.1558% = Section011, PCI\VEN_10DE&DEV_0628&SUBSYS_05731558 %NVIDIA_DEV.0628.0860.1558% = Section011, PCI\VEN_10DE&DEV_0628&SUBSYS_08601558 %NVIDIA_DEV.0628.0902.1558% = Section011, PCI\VEN_10DE&DEV_0628&SUBSYS_09021558 %NVIDIA_DEV.062A.0481.1558% = Section011, PCI\VEN_10DE&DEV_062A&SUBSYS_04811558 %NVIDIA_DEV.062B.0481.1558% = Section011, PCI\VEN_10DE&DEV_062B&SUBSYS_04811558 %NVIDIA_DEV.062B.0573.1558% = Section011, PCI\VEN_10DE&DEV_062B&SUBSYS_05731558 %NVIDIA_DEV.062B.0860.1558% = Section011, PCI\VEN_10DE&DEV_062B&SUBSYS_08601558 %NVIDIA_DEV.062B.0902.1558% = Section011, PCI\VEN_10DE&DEV_062B&SUBSYS_09021558 %NVIDIA_DEV.062C.0481.1558% = Section011, PCI\VEN_10DE&DEV_062C&SUBSYS_04811558 %NVIDIA_DEV.062C.0573.1558% = Section011, PCI\VEN_10DE&DEV_062C&SUBSYS_05731558 %NVIDIA_DEV.062C.0860.1558% = Section011, PCI\VEN_10DE&DEV_062C&SUBSYS_08601558 %NVIDIA_DEV.062C.0902.1558% = Section011, PCI\VEN_10DE&DEV_062C&SUBSYS_09021558 %NVIDIA_DEV.0631.0481.1558% = Section011, PCI\VEN_10DE&DEV_0631&SUBSYS_04811558 %NVIDIA_DEV.0631.0860.1558% = Section011, PCI\VEN_10DE&DEV_0631&SUBSYS_08601558 %NVIDIA_DEV.0631.0902.1558% = Section011, PCI\VEN_10DE&DEV_0631&SUBSYS_09021558 %NVIDIA_DEV.0631.0903.1558% = Section011, PCI\VEN_10DE&DEV_0631&SUBSYS_09031558 %NVIDIA_DEV.0631.9800.1558% = Section011, PCI\VEN_10DE&DEV_0631&SUBSYS_98001558 %NVIDIA_DEV.063A.0481.1558% = Section038, PCI\VEN_10DE&DEV_063A&SUBSYS_04811558 %NVIDIA_DEV.063A.0860.1558% = Section038, PCI\VEN_10DE&DEV_063A&SUBSYS_08601558 %NVIDIA_DEV.063A.0902.1558% = Section038, PCI\VEN_10DE&DEV_063A&SUBSYS_09021558 %NVIDIA_DEV.0648.0481.1558% = Section011, PCI\VEN_10DE&DEV_0648&SUBSYS_04811558 %NVIDIA_DEV.0648.0860.1558% = Section011, PCI\VEN_10DE&DEV_0648&SUBSYS_08601558 %NVIDIA_DEV.0649.0481.1558% = Section011, PCI\VEN_10DE&DEV_0649&SUBSYS_04811558 %NVIDIA_DEV.0649.0573.1558% = Section011, PCI\VEN_10DE&DEV_0649&SUBSYS_05731558 %NVIDIA_DEV.0649.0860.1558% = Section011, PCI\VEN_10DE&DEV_0649&SUBSYS_08601558 %NVIDIA_DEV.06CA.0903.1558% = Section041, PCI\VEN_10DE&DEV_06CA&SUBSYS_09031558 %NVIDIA_DEV.06CA.7200.1558% = Section041, PCI\VEN_10DE&DEV_06CA&SUBSYS_72001558 %NVIDIA_DEV.06CA.8100.1558% = Section041, PCI\VEN_10DE&DEV_06CA&SUBSYS_81001558 %NVIDIA_DEV.06CA.8687.1558% = Section041, PCI\VEN_10DE&DEV_06CA&SUBSYS_86871558 %NVIDIA_DEV.06CA.8689.1558% = Section041, PCI\VEN_10DE&DEV_06CA&SUBSYS_86891558 %NVIDIA_DEV.06E9.0802.1558% = Section011, PCI\VEN_10DE&DEV_06E9&SUBSYS_08021558 %NVIDIA_DEV.06E9.0805.1558% = Section011, PCI\VEN_10DE&DEV_06E9&SUBSYS_08051558 %NVIDIA_DEV.06E9.0806.1558% = Section011, PCI\VEN_10DE&DEV_06E9&SUBSYS_08061558 %NVIDIA_DEV.06EC.0802.1558% = Section011, PCI\VEN_10DE&DEV_06EC&SUBSYS_08021558 %NVIDIA_DEV.06EC.0806.1558% = Section011, PCI\VEN_10DE&DEV_06EC&SUBSYS_08061558 %NVIDIA_DEV.0A29.4101.1558% = Section047, PCI\VEN_10DE&DEV_0A29&SUBSYS_41011558 %NVIDIA_DEV.0A29.7110.1558% = Section047, PCI\VEN_10DE&DEV_0A29&SUBSYS_71101558 %NVIDIA_DEV.0A3C.0511.1558% = Section050, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05111558 %NVIDIA_DEV.0A3C.0512.1558% = Section050, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05121558 %NVIDIA_DEV.0A72.4101.1558% = Section047, PCI\VEN_10DE&DEV_0A72&SUBSYS_41011558 %NVIDIA_DEV.0A74.0808.1558% = Section053, PCI\VEN_10DE&DEV_0A74&SUBSYS_08081558 %NVIDIA_DEV.0A75.0808.1558% = Section053, PCI\VEN_10DE&DEV_0A75&SUBSYS_08081558 %NVIDIA_DEV.0CB0.8687.1558% = Section053, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86871558 %NVIDIA_DEV.0CB0.8689.1558% = Section053, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86891558 %NVIDIA_DEV.0CB1.8687.1558% = Section056, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86871558 %NVIDIA_DEV.0CB1.8689.1558% = Section053, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86891558 %NVIDIA_DEV.0DCE.1500.1558% = Section058, PCI\VEN_10DE&DEV_0DCE&SUBSYS_15001558 %NVIDIA_DEV.0DCE.1700.1558% = Section058, PCI\VEN_10DE&DEV_0DCE&SUBSYS_17001558 %NVIDIA_DEV.0DD1.5102.1558% = Section061, PCI\VEN_10DE&DEV_0DD1&SUBSYS_51021558 %NVIDIA_DEV.0DD1.7100.1558% = Section061, PCI\VEN_10DE&DEV_0DD1&SUBSYS_71001558 %NVIDIA_DEV.0DD1.7200.1558% = Section061, PCI\VEN_10DE&DEV_0DD1&SUBSYS_72001558 %NVIDIA_DEV.0DD1.8100.1558% = Section061, PCI\VEN_10DE&DEV_0DD1&SUBSYS_81001558 %NVIDIA_DEV.0DD1.8687.1558% = Section061, PCI\VEN_10DE&DEV_0DD1&SUBSYS_86871558 %NVIDIA_DEV.0DE3.2706.1558% = Section058, PCI\VEN_10DE&DEV_0DE3&SUBSYS_27061558 %NVIDIA_DEV.0DE9.2702.1558% = Section058, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27021558 %NVIDIA_DEV.0DE9.2703.1558% = Section058, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27031558 %NVIDIA_DEV.0DEA.2512.1558% = Section058, PCI\VEN_10DE&DEV_0DEA&SUBSYS_25121558 %NVIDIA_DEV.0DED.2500.1558% = Section058, PCI\VEN_10DE&DEV_0DED&SUBSYS_25001558 %NVIDIA_DEV.0DF0.5130.1558% = Section058, PCI\VEN_10DE&DEV_0DF0&SUBSYS_51301558 %NVIDIA_DEV.0DF0.7130.1558% = Section058, PCI\VEN_10DE&DEV_0DF0&SUBSYS_71301558 %NVIDIA_DEV.0DF4.2550.1558% = Section058, PCI\VEN_10DE&DEV_0DF4&SUBSYS_25501558 %NVIDIA_DEV.0DF4.5140.1558% = Section058, PCI\VEN_10DE&DEV_0DF4&SUBSYS_51401558 %NVIDIA_DEV.0DF4.7140.1558% = Section058, PCI\VEN_10DE&DEV_0DF4&SUBSYS_71401558 %NVIDIA_DEV.0E30.7100.1558% = Section061, PCI\VEN_10DE&DEV_0E30&SUBSYS_71001558 %NVIDIA_DEV.0E30.7200.1558% = Section061, PCI\VEN_10DE&DEV_0E30&SUBSYS_72001558 %NVIDIA_DEV.0E30.8687.1558% = Section065, PCI\VEN_10DE&DEV_0E30&SUBSYS_86871558 %NVIDIA_DEV.0E31.5102.1558% = Section061, PCI\VEN_10DE&DEV_0E31&SUBSYS_51021558 %NVIDIA_DEV.0E31.7100.1558% = Section068, PCI\VEN_10DE&DEV_0E31&SUBSYS_71001558 %NVIDIA_DEV.0E31.7200.1558% = Section071, PCI\VEN_10DE&DEV_0E31&SUBSYS_72001558 %NVIDIA_DEV.0FD1.1150.1558% = Section073, PCI\VEN_10DE&DEV_0FD1&SUBSYS_11501558 %NVIDIA_DEV.0FD1.1550.1558% = Section073, PCI\VEN_10DE&DEV_0FD1&SUBSYS_15501558 %NVIDIA_DEV.0FD2.2701.1558% = Section073, PCI\VEN_10DE&DEV_0FD2&SUBSYS_27011558 %NVIDIA_DEV.0FD4.3700.1558% = Section073, PCI\VEN_10DE&DEV_0FD4&SUBSYS_37001558 %NVIDIA_DEV.0FD4.5105.1558% = Section073, PCI\VEN_10DE&DEV_0FD4&SUBSYS_51051558 %NVIDIA_DEV.0FD4.7102.1558% = Section073, PCI\VEN_10DE&DEV_0FD4&SUBSYS_71021558 %NVIDIA_DEV.0FD9.2707.1558% = Section073, PCI\VEN_10DE&DEV_0FD9&SUBSYS_27071558 %NVIDIA_DEV.0FE4.0650.1558% = Section073, PCI\VEN_10DE&DEV_0FE4&SUBSYS_06501558 %NVIDIA_DEV.109A.0270.1558% = Section079, PCI\VEN_10DE&DEV_109A&SUBSYS_02701558 %NVIDIA_DEV.109A.5102.1558% = Section079, PCI\VEN_10DE&DEV_109A&SUBSYS_51021558 %NVIDIA_DEV.109A.5105.1558% = Section081, PCI\VEN_10DE&DEV_109A&SUBSYS_51051558 %NVIDIA_DEV.109A.7100.1558% = Section079, PCI\VEN_10DE&DEV_109A&SUBSYS_71001558 %NVIDIA_DEV.109A.7102.1558% = Section081, PCI\VEN_10DE&DEV_109A&SUBSYS_71021558 %NVIDIA_DEV.109A.7200.1558% = Section079, PCI\VEN_10DE&DEV_109A&SUBSYS_72001558 %NVIDIA_DEV.119F.043A.1028% = Section084, PCI\VEN_10DE&DEV_119F&SUBSYS_043A1028 %NVIDIA_DEV.119F.0490.1028% = Section087, PCI\VEN_10DE&DEV_119F&SUBSYS_04901028 %NVIDIA_DEV.119F.0551.1028% = Section084, PCI\VEN_10DE&DEV_119F&SUBSYS_05511028 %NVIDIA_DEV.119F.048F.1028% = Section087, PCI\VEN_10DE&DEV_119F&SUBSYS_048F1028 %NVIDIA_DEV.119F.0580.1028% = Section073, PCI\VEN_10DE&DEV_119F&SUBSYS_05801028 %NVIDIA_DEV.119F.7104.1558% = Section073, PCI\VEN_10DE&DEV_119F&SUBSYS_71041558 %NVIDIA_DEV.11A0.0270.1558% = Section084, PCI\VEN_10DE&DEV_11A0&SUBSYS_02701558 %NVIDIA_DEV.11A0.0271.1558% = Section087, PCI\VEN_10DE&DEV_11A0&SUBSYS_02711558 %NVIDIA_DEV.11A0.0371.1558% = Section084, PCI\VEN_10DE&DEV_11A0&SUBSYS_03711558 %NVIDIA_DEV.11A0.0372.1558% = Section087, PCI\VEN_10DE&DEV_11A0&SUBSYS_03721558 %NVIDIA_DEV.11A0.5105.1558% = Section073, PCI\VEN_10DE&DEV_11A0&SUBSYS_51051558 %NVIDIA_DEV.11A0.7102.1558% = Section073, PCI\VEN_10DE&DEV_11A0&SUBSYS_71021558 %NVIDIA_DEV.11A1.0270.1558% = Section084, PCI\VEN_10DE&DEV_11A1&SUBSYS_02701558 %NVIDIA_DEV.11A1.0271.1558% = Section087, PCI\VEN_10DE&DEV_11A1&SUBSYS_02711558 %NVIDIA_DEV.11A1.0371.1558% = Section084, PCI\VEN_10DE&DEV_11A1&SUBSYS_03711558 %NVIDIA_DEV.11A1.5105.1558% = Section073, PCI\VEN_10DE&DEV_11A1&SUBSYS_51051558 %NVIDIA_DEV.11A1.7102.1558% = Section073, PCI\VEN_10DE&DEV_11A1&SUBSYS_71021558 %NVIDIA_DEV.11A7.5105.1558% = Section073, PCI\VEN_10DE&DEV_11A7&SUBSYS_51051558 %NVIDIA_DEV.11A7.7102.1558% = Section073, PCI\VEN_10DE&DEV_11A7&SUBSYS_71021558 %NVIDIA_DEV.11BC.0270.1558% = Section089, PCI\VEN_10DE&DEV_11BC&SUBSYS_02701558 %NVIDIA_DEV.11BC.0371.1558% = Section089, PCI\VEN_10DE&DEV_11BC&SUBSYS_03711558 %NVIDIA_DEV.11BE.5105.1558% = Section076, PCI\VEN_10DE&DEV_11BE&SUBSYS_51051558 %NVIDIA_DEV.11BE.7102.1558% = Section076, PCI\VEN_10DE&DEV_11BE&SUBSYS_71021558 %NVIDIA_DEV.11E0.0270.1558% = Section084, PCI\VEN_10DE&DEV_11E0&SUBSYS_02701558 %NVIDIA_DEV.11E0.0271.1558% = Section087, PCI\VEN_10DE&DEV_11E0&SUBSYS_02711558 %NVIDIA_DEV.11E0.5106.1558% = Section073, PCI\VEN_10DE&DEV_11E0&SUBSYS_51061558 %NVIDIA_DEV.11E0.7104.1558% = Section073, PCI\VEN_10DE&DEV_11E0&SUBSYS_71041558 %NVIDIA_DEV.11E1.0376.1558% = Section084, PCI\VEN_10DE&DEV_11E1&SUBSYS_03761558 %NVIDIA_DEV.11E1.5106.1558% = Section073, PCI\VEN_10DE&DEV_11E1&SUBSYS_51061558 %NVIDIA_DEV.11E1.7104.1558% = Section073, PCI\VEN_10DE&DEV_11E1&SUBSYS_71041558 %NVIDIA_DEV.11E2.3537.1558% = Section073, PCI\VEN_10DE&DEV_11E2&SUBSYS_35371558 %NVIDIA_DEV.1211.0270.1558% = Section092, PCI\VEN_10DE&DEV_1211&SUBSYS_02701558 %NVIDIA_DEV.1211.0271.1558% = Section094, PCI\VEN_10DE&DEV_1211&SUBSYS_02711558 %NVIDIA_DEV.1211.5102.1558% = Section096, PCI\VEN_10DE&DEV_1211&SUBSYS_51021558 %NVIDIA_DEV.1211.7100.1558% = Section096, PCI\VEN_10DE&DEV_1211&SUBSYS_71001558 %NVIDIA_DEV.1211.7101.1558% = Section094, PCI\VEN_10DE&DEV_1211&SUBSYS_71011558 %NVIDIA_DEV.1211.7200.1558% = Section092, PCI\VEN_10DE&DEV_1211&SUBSYS_72001558 %NVIDIA_DEV.1212.0270.1558% = Section096, PCI\VEN_10DE&DEV_1212&SUBSYS_02701558 %NVIDIA_DEV.1212.0271.1558% = Section094, PCI\VEN_10DE&DEV_1212&SUBSYS_02711558 %NVIDIA_DEV.1212.5105.1558% = Section058, PCI\VEN_10DE&DEV_1212&SUBSYS_51051558 %NVIDIA_DEV.1212.7102.1558% = Section058, PCI\VEN_10DE&DEV_1212&SUBSYS_71021558 %NVIDIA_DEV.1213.0371.1558% = Section096, PCI\VEN_10DE&DEV_1213&SUBSYS_03711558 %NVIDIA_DEV.1213.5105.1558% = Section058, PCI\VEN_10DE&DEV_1213&SUBSYS_51051558 %NVIDIA_DEV.1213.7102.1558% = Section058, PCI\VEN_10DE&DEV_1213&SUBSYS_71021558 %NVIDIA_DEV.1213.8000.1558% = Section096, PCI\VEN_10DE&DEV_1213&SUBSYS_80001558 %NVIDIA_DEV.1251.5102.1558% = Section096, PCI\VEN_10DE&DEV_1251&SUBSYS_51021558 %NVIDIA_DEV.1251.7100.1558% = Section096, PCI\VEN_10DE&DEV_1251&SUBSYS_71001558 %NVIDIA_DEV.1251.7101.1558% = Section094, PCI\VEN_10DE&DEV_1251&SUBSYS_71011558 %NVIDIA_DEV.1251.7200.1558% = Section092, PCI\VEN_10DE&DEV_1251&SUBSYS_72001558 %NVIDIA_DEV.1251.8000.1558% = Section092, PCI\VEN_10DE&DEV_1251&SUBSYS_80001558 %NVIDIA_DEV.1292.6500.1558% = Section073, PCI\VEN_10DE&DEV_1292&SUBSYS_65001558 %NVIDIA_DEV.0862.9800.1558% = Section044, PCI\VEN_10DE&DEV_0862&SUBSYS_98001558 [signatureAttributes.PETrust] PETrust = true [NVIDIA_SetA_Devices.NTamd64.6.2] %NVIDIA_DEV.0407.0573.1558% = Section003, PCI\VEN_10DE&DEV_0407&SUBSYS_05731558 %NVIDIA_DEV.0407.2200.1558% = Section006, PCI\VEN_10DE&DEV_0407&SUBSYS_22001558 %NVIDIA_DEV.0407.2201.1558% = Section006, PCI\VEN_10DE&DEV_0407&SUBSYS_22011558 %NVIDIA_DEV.0409.0573.1558% = Section003, PCI\VEN_10DE&DEV_0409&SUBSYS_05731558 %NVIDIA_DEV.0409.0860.1558% = Section003, PCI\VEN_10DE&DEV_0409&SUBSYS_08601558 %NVIDIA_DEV.0409.0902.1558% = Section003, PCI\VEN_10DE&DEV_0409&SUBSYS_09021558 %NVIDIA_DEV.040D.0481.1558% = Section009, PCI\VEN_10DE&DEV_040D&SUBSYS_04811558 %NVIDIA_DEV.040D.0573.1558% = Section009, PCI\VEN_10DE&DEV_040D&SUBSYS_05731558 %NVIDIA_DEV.040D.0860.1558% = Section009, PCI\VEN_10DE&DEV_040D&SUBSYS_08601558 %NVIDIA_DEV.040D.0902.1558% = Section009, PCI\VEN_10DE&DEV_040D&SUBSYS_09021558 %NVIDIA_DEV.0428.0663.1558% = Section003, PCI\VEN_10DE&DEV_0428&SUBSYS_06631558 %NVIDIA_DEV.0428.0668.1558% = Section003, PCI\VEN_10DE&DEV_0428&SUBSYS_06681558 %NVIDIA_DEV.0608.0481.1558% = Section012, PCI\VEN_10DE&DEV_0608&SUBSYS_04811558 %NVIDIA_DEV.060A.0481.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_04811558 %NVIDIA_DEV.060A.0860.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_08601558 %NVIDIA_DEV.060A.0902.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_09021558 %NVIDIA_DEV.060A.0903.1558% = Section018, PCI\VEN_10DE&DEV_060A&SUBSYS_09031558 %NVIDIA_DEV.060A.7200.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_72001558 %NVIDIA_DEV.060A.8100.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_81001558 %NVIDIA_DEV.060A.8687.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_86871558 %NVIDIA_DEV.060A.8689.1558% = Section015, PCI\VEN_10DE&DEV_060A&SUBSYS_86891558 %NVIDIA_DEV.060A.9800.1558% = Section021, PCI\VEN_10DE&DEV_060A&SUBSYS_98001558 %NVIDIA_DEV.060B.0481.1558% = Section015, PCI\VEN_10DE&DEV_060B&SUBSYS_04811558 %NVIDIA_DEV.060B.0573.1558% = Section015, PCI\VEN_10DE&DEV_060B&SUBSYS_05731558 %NVIDIA_DEV.060B.0860.1558% = Section015, PCI\VEN_10DE&DEV_060B&SUBSYS_08601558 %NVIDIA_DEV.060B.0902.1558% = Section015, PCI\VEN_10DE&DEV_060B&SUBSYS_09021558 %NVIDIA_DEV.060C.0481.1558% = Section012, PCI\VEN_10DE&DEV_060C&SUBSYS_04811558 %NVIDIA_DEV.060C.0573.1558% = Section012, PCI\VEN_10DE&DEV_060C&SUBSYS_05731558 %NVIDIA_DEV.060C.0860.1558% = Section012, PCI\VEN_10DE&DEV_060C&SUBSYS_08601558 %NVIDIA_DEV.060C.0902.1558% = Section012, PCI\VEN_10DE&DEV_060C&SUBSYS_09021558 %NVIDIA_DEV.060F.0511.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_05111558 %NVIDIA_DEV.060F.0512.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_05121558 %NVIDIA_DEV.060F.0903.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_09031558 %NVIDIA_DEV.060F.7200.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_72001558 %NVIDIA_DEV.060F.8100.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_81001558 %NVIDIA_DEV.060F.8687.1558% = Section027, PCI\VEN_10DE&DEV_060F&SUBSYS_86871558 %NVIDIA_DEV.060F.8689.1558% = Section024, PCI\VEN_10DE&DEV_060F&SUBSYS_86891558 %NVIDIA_DEV.0617.0481.1558% = Section012, PCI\VEN_10DE&DEV_0617&SUBSYS_04811558 %NVIDIA_DEV.0617.0902.1558% = Section012, PCI\VEN_10DE&DEV_0617&SUBSYS_09021558 %NVIDIA_DEV.0618.0481.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_04811558 %NVIDIA_DEV.0618.0860.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_08601558 %NVIDIA_DEV.0618.0902.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_09021558 %NVIDIA_DEV.0618.0903.1558% = Section018, PCI\VEN_10DE&DEV_0618&SUBSYS_09031558 %NVIDIA_DEV.0618.8100.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_81001558 %NVIDIA_DEV.0618.8687.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_86871558 %NVIDIA_DEV.0618.8689.1558% = Section015, PCI\VEN_10DE&DEV_0618&SUBSYS_86891558 %NVIDIA_DEV.0618.9800.1558% = Section018, PCI\VEN_10DE&DEV_0618&SUBSYS_98001558 %NVIDIA_DEV.061D.0903.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_09031558 %NVIDIA_DEV.061D.5102.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_51021558 %NVIDIA_DEV.061D.7100.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_71001558 %NVIDIA_DEV.061D.7200.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_72001558 %NVIDIA_DEV.061D.8100.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_81001558 %NVIDIA_DEV.061D.8687.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_86871558 %NVIDIA_DEV.061D.8689.1558% = Section030, PCI\VEN_10DE&DEV_061D&SUBSYS_86891558 %NVIDIA_DEV.061E.0481.1558% = Section033, PCI\VEN_10DE&DEV_061E&SUBSYS_04811558 %NVIDIA_DEV.061E.0573.1558% = Section033, PCI\VEN_10DE&DEV_061E&SUBSYS_05731558 %NVIDIA_DEV.061E.0860.1558% = Section033, PCI\VEN_10DE&DEV_061E&SUBSYS_08601558 %NVIDIA_DEV.061E.0902.1558% = Section033, PCI\VEN_10DE&DEV_061E&SUBSYS_09021558 %NVIDIA_DEV.061F.0903.1558% = Section036, PCI\VEN_10DE&DEV_061F&SUBSYS_09031558 %NVIDIA_DEV.061F.7200.1558% = Section036, PCI\VEN_10DE&DEV_061F&SUBSYS_72001558 %NVIDIA_DEV.061F.8100.1558% = Section036, PCI\VEN_10DE&DEV_061F&SUBSYS_81001558 %NVIDIA_DEV.061F.8687.1558% = Section036, PCI\VEN_10DE&DEV_061F&SUBSYS_86871558 %NVIDIA_DEV.061F.8689.1558% = Section036, PCI\VEN_10DE&DEV_061F&SUBSYS_86891558 %NVIDIA_DEV.0628.0481.1558% = Section012, PCI\VEN_10DE&DEV_0628&SUBSYS_04811558 %NVIDIA_DEV.0628.0573.1558% = Section012, PCI\VEN_10DE&DEV_0628&SUBSYS_05731558 %NVIDIA_DEV.0628.0860.1558% = Section012, PCI\VEN_10DE&DEV_0628&SUBSYS_08601558 %NVIDIA_DEV.0628.0902.1558% = Section012, PCI\VEN_10DE&DEV_0628&SUBSYS_09021558 %NVIDIA_DEV.062A.0481.1558% = Section012, PCI\VEN_10DE&DEV_062A&SUBSYS_04811558 %NVIDIA_DEV.062B.0481.1558% = Section012, PCI\VEN_10DE&DEV_062B&SUBSYS_04811558 %NVIDIA_DEV.062B.0573.1558% = Section012, PCI\VEN_10DE&DEV_062B&SUBSYS_05731558 %NVIDIA_DEV.062B.0860.1558% = Section012, PCI\VEN_10DE&DEV_062B&SUBSYS_08601558 %NVIDIA_DEV.062B.0902.1558% = Section012, PCI\VEN_10DE&DEV_062B&SUBSYS_09021558 %NVIDIA_DEV.062C.0481.1558% = Section012, PCI\VEN_10DE&DEV_062C&SUBSYS_04811558 %NVIDIA_DEV.062C.0573.1558% = Section012, PCI\VEN_10DE&DEV_062C&SUBSYS_05731558 %NVIDIA_DEV.062C.0860.1558% = Section012, PCI\VEN_10DE&DEV_062C&SUBSYS_08601558 %NVIDIA_DEV.062C.0902.1558% = Section012, PCI\VEN_10DE&DEV_062C&SUBSYS_09021558 %NVIDIA_DEV.0631.0481.1558% = Section012, PCI\VEN_10DE&DEV_0631&SUBSYS_04811558 %NVIDIA_DEV.0631.0860.1558% = Section012, PCI\VEN_10DE&DEV_0631&SUBSYS_08601558 %NVIDIA_DEV.0631.0902.1558% = Section012, PCI\VEN_10DE&DEV_0631&SUBSYS_09021558 %NVIDIA_DEV.0631.0903.1558% = Section012, PCI\VEN_10DE&DEV_0631&SUBSYS_09031558 %NVIDIA_DEV.0631.9800.1558% = Section012, PCI\VEN_10DE&DEV_0631&SUBSYS_98001558 %NVIDIA_DEV.063A.0481.1558% = Section039, PCI\VEN_10DE&DEV_063A&SUBSYS_04811558 %NVIDIA_DEV.063A.0860.1558% = Section039, PCI\VEN_10DE&DEV_063A&SUBSYS_08601558 %NVIDIA_DEV.063A.0902.1558% = Section039, PCI\VEN_10DE&DEV_063A&SUBSYS_09021558 %NVIDIA_DEV.0648.0481.1558% = Section012, PCI\VEN_10DE&DEV_0648&SUBSYS_04811558 %NVIDIA_DEV.0648.0860.1558% = Section012, PCI\VEN_10DE&DEV_0648&SUBSYS_08601558 %NVIDIA_DEV.0649.0481.1558% = Section012, PCI\VEN_10DE&DEV_0649&SUBSYS_04811558 %NVIDIA_DEV.0649.0573.1558% = Section012, PCI\VEN_10DE&DEV_0649&SUBSYS_05731558 %NVIDIA_DEV.0649.0860.1558% = Section012, PCI\VEN_10DE&DEV_0649&SUBSYS_08601558 %NVIDIA_DEV.06CA.0903.1558% = Section042, PCI\VEN_10DE&DEV_06CA&SUBSYS_09031558 %NVIDIA_DEV.06CA.7200.1558% = Section042, PCI\VEN_10DE&DEV_06CA&SUBSYS_72001558 %NVIDIA_DEV.06CA.8100.1558% = Section042, PCI\VEN_10DE&DEV_06CA&SUBSYS_81001558 %NVIDIA_DEV.06CA.8687.1558% = Section042, PCI\VEN_10DE&DEV_06CA&SUBSYS_86871558 %NVIDIA_DEV.06CA.8689.1558% = Section042, PCI\VEN_10DE&DEV_06CA&SUBSYS_86891558 %NVIDIA_DEV.06E9.0802.1558% = Section012, PCI\VEN_10DE&DEV_06E9&SUBSYS_08021558 %NVIDIA_DEV.06E9.0805.1558% = Section012, PCI\VEN_10DE&DEV_06E9&SUBSYS_08051558 %NVIDIA_DEV.06E9.0806.1558% = Section012, PCI\VEN_10DE&DEV_06E9&SUBSYS_08061558 %NVIDIA_DEV.06EC.0802.1558% = Section012, PCI\VEN_10DE&DEV_06EC&SUBSYS_08021558 %NVIDIA_DEV.06EC.0806.1558% = Section012, PCI\VEN_10DE&DEV_06EC&SUBSYS_08061558 %NVIDIA_DEV.0A29.4101.1558% = Section048, PCI\VEN_10DE&DEV_0A29&SUBSYS_41011558 %NVIDIA_DEV.0A29.7110.1558% = Section048, PCI\VEN_10DE&DEV_0A29&SUBSYS_71101558 %NVIDIA_DEV.0A3C.0511.1558% = Section051, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05111558 %NVIDIA_DEV.0A3C.0512.1558% = Section051, PCI\VEN_10DE&DEV_0A3C&SUBSYS_05121558 %NVIDIA_DEV.0A72.4101.1558% = Section048, PCI\VEN_10DE&DEV_0A72&SUBSYS_41011558 %NVIDIA_DEV.0A74.0808.1558% = Section054, PCI\VEN_10DE&DEV_0A74&SUBSYS_08081558 %NVIDIA_DEV.0A75.0808.1558% = Section054, PCI\VEN_10DE&DEV_0A75&SUBSYS_08081558 %NVIDIA_DEV.0CB0.8687.1558% = Section054, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86871558 %NVIDIA_DEV.0CB0.8689.1558% = Section054, PCI\VEN_10DE&DEV_0CB0&SUBSYS_86891558 %NVIDIA_DEV.0CB1.8687.1558% = Section057, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86871558 %NVIDIA_DEV.0CB1.8689.1558% = Section054, PCI\VEN_10DE&DEV_0CB1&SUBSYS_86891558 %NVIDIA_DEV.0DCE.1500.1558% = Section059, PCI\VEN_10DE&DEV_0DCE&SUBSYS_15001558 %NVIDIA_DEV.0DCE.1700.1558% = Section059, PCI\VEN_10DE&DEV_0DCE&SUBSYS_17001558 %NVIDIA_DEV.0DD1.5102.1558% = Section062, PCI\VEN_10DE&DEV_0DD1&SUBSYS_51021558 %NVIDIA_DEV.0DD1.7100.1558% = Section062, PCI\VEN_10DE&DEV_0DD1&SUBSYS_71001558 %NVIDIA_DEV.0DD1.7200.1558% = Section062, PCI\VEN_10DE&DEV_0DD1&SUBSYS_72001558 %NVIDIA_DEV.0DD1.8100.1558% = Section062, PCI\VEN_10DE&DEV_0DD1&SUBSYS_81001558 %NVIDIA_DEV.0DD1.8687.1558% = Section062, PCI\VEN_10DE&DEV_0DD1&SUBSYS_86871558 %NVIDIA_DEV.0DE3.2706.1558% = Section059, PCI\VEN_10DE&DEV_0DE3&SUBSYS_27061558 %NVIDIA_DEV.0DE9.2702.1558% = Section059, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27021558 %NVIDIA_DEV.0DE9.2703.1558% = Section059, PCI\VEN_10DE&DEV_0DE9&SUBSYS_27031558 %NVIDIA_DEV.0DEA.2512.1558% = Section059, PCI\VEN_10DE&DEV_0DEA&SUBSYS_25121558 %NVIDIA_DEV.0DED.2500.1558% = Section059, PCI\VEN_10DE&DEV_0DED&SUBSYS_25001558 %NVIDIA_DEV.0DF0.5130.1558% = Section059, PCI\VEN_10DE&DEV_0DF0&SUBSYS_51301558 %NVIDIA_DEV.0DF0.7130.1558% = Section059, PCI\VEN_10DE&DEV_0DF0&SUBSYS_71301558 %NVIDIA_DEV.0DF4.2550.1558% = Section059, PCI\VEN_10DE&DEV_0DF4&SUBSYS_25501558 %NVIDIA_DEV.0DF4.5140.1558% = Section059, PCI\VEN_10DE&DEV_0DF4&SUBSYS_51401558 %NVIDIA_DEV.0DF4.7140.1558% = Section059, PCI\VEN_10DE&DEV_0DF4&SUBSYS_71401558 %NVIDIA_DEV.0E30.7100.1558% = Section062, PCI\VEN_10DE&DEV_0E30&SUBSYS_71001558 %NVIDIA_DEV.0E30.7200.1558% = Section062, PCI\VEN_10DE&DEV_0E30&SUBSYS_72001558 %NVIDIA_DEV.0E30.8687.1558% = Section066, PCI\VEN_10DE&DEV_0E30&SUBSYS_86871558 %NVIDIA_DEV.0E31.5102.1558% = Section062, PCI\VEN_10DE&DEV_0E31&SUBSYS_51021558 %NVIDIA_DEV.0E31.7100.1558% = Section069, PCI\VEN_10DE&DEV_0E31&SUBSYS_71001558 %NVIDIA_DEV.0E31.7200.1558% = Section072, PCI\VEN_10DE&DEV_0E31&SUBSYS_72001558 %NVIDIA_DEV.0FD1.1150.1558% = Section074, PCI\VEN_10DE&DEV_0FD1&SUBSYS_11501558 %NVIDIA_DEV.0FD1.1550.1558% = Section074, PCI\VEN_10DE&DEV_0FD1&SUBSYS_15501558 %NVIDIA_DEV.0FD2.2701.1558% = Section074, PCI\VEN_10DE&DEV_0FD2&SUBSYS_27011558 %NVIDIA_DEV.0FD4.3700.1558% = Section074, PCI\VEN_10DE&DEV_0FD4&SUBSYS_37001558 %NVIDIA_DEV.0FD4.5105.1558% = Section074, PCI\VEN_10DE&DEV_0FD4&SUBSYS_51051558 %NVIDIA_DEV.0FD4.7102.1558% = Section074, PCI\VEN_10DE&DEV_0FD4&SUBSYS_71021558 %NVIDIA_DEV.0FD9.2707.1558% = Section074, PCI\VEN_10DE&DEV_0FD9&SUBSYS_27071558 %NVIDIA_DEV.0FE4.0650.1558% = Section074, PCI\VEN_10DE&DEV_0FE4&SUBSYS_06501558 %NVIDIA_DEV.109A.0270.1558% = Section080, PCI\VEN_10DE&DEV_109A&SUBSYS_02701558 %NVIDIA_DEV.109A.5102.1558% = Section080, PCI\VEN_10DE&DEV_109A&SUBSYS_51021558 %NVIDIA_DEV.109A.5105.1558% = Section082, PCI\VEN_10DE&DEV_109A&SUBSYS_51051558 %NVIDIA_DEV.109A.7100.1558% = Section080, PCI\VEN_10DE&DEV_109A&SUBSYS_71001558 %NVIDIA_DEV.109A.7102.1558% = Section082, PCI\VEN_10DE&DEV_109A&SUBSYS_71021558 %NVIDIA_DEV.109A.7200.1558% = Section080, PCI\VEN_10DE&DEV_109A&SUBSYS_72001558 %NVIDIA_DEV.119F.043A.1028% = Section085, PCI\VEN_10DE&DEV_119F&SUBSYS_043A1028 %NVIDIA_DEV.119F.0490.1028% = Section088, PCI\VEN_10DE&DEV_119F&SUBSYS_04901028 %NVIDIA_DEV.119F.0551.1028% = Section085, PCI\VEN_10DE&DEV_119F&SUBSYS_05511028 %NVIDIA_DEV.119F.048F.1028% = Section088, PCI\VEN_10DE&DEV_119F&SUBSYS_048F1028 %NVIDIA_DEV.119F.0580.1028% = Section074, PCI\VEN_10DE&DEV_119F&SUBSYS_05801028 %NVIDIA_DEV.119F.7104.1558% = Section074, PCI\VEN_10DE&DEV_119F&SUBSYS_71041558 %NVIDIA_DEV.11A0.0270.1558% = Section085, PCI\VEN_10DE&DEV_11A0&SUBSYS_02701558 %NVIDIA_DEV.11A0.0271.1558% = Section088, PCI\VEN_10DE&DEV_11A0&SUBSYS_02711558 %NVIDIA_DEV.11A0.0371.1558% = Section085, PCI\VEN_10DE&DEV_11A0&SUBSYS_03711558 %NVIDIA_DEV.11A0.0372.1558% = Section088, PCI\VEN_10DE&DEV_11A0&SUBSYS_03721558 %NVIDIA_DEV.11A0.5105.1558% = Section074, PCI\VEN_10DE&DEV_11A0&SUBSYS_51051558 %NVIDIA_DEV.11A0.7102.1558% = Section074, PCI\VEN_10DE&DEV_11A0&SUBSYS_71021558 %NVIDIA_DEV.11A1.0270.1558% = Section085, PCI\VEN_10DE&DEV_11A1&SUBSYS_02701558 %NVIDIA_DEV.11A1.0271.1558% = Section088, PCI\VEN_10DE&DEV_11A1&SUBSYS_02711558 %NVIDIA_DEV.11A1.0371.1558% = Section085, PCI\VEN_10DE&DEV_11A1&SUBSYS_03711558 %NVIDIA_DEV.11A1.5105.1558% = Section074, PCI\VEN_10DE&DEV_11A1&SUBSYS_51051558 %NVIDIA_DEV.11A1.7102.1558% = Section074, PCI\VEN_10DE&DEV_11A1&SUBSYS_71021558 %NVIDIA_DEV.11A7.5105.1558% = Section074, PCI\VEN_10DE&DEV_11A7&SUBSYS_51051558 %NVIDIA_DEV.11A7.7102.1558% = Section074, PCI\VEN_10DE&DEV_11A7&SUBSYS_71021558 %NVIDIA_DEV.11BC.0270.1558% = Section090, PCI\VEN_10DE&DEV_11BC&SUBSYS_02701558 %NVIDIA_DEV.11BC.0371.1558% = Section090, PCI\VEN_10DE&DEV_11BC&SUBSYS_03711558 %NVIDIA_DEV.11BE.5105.1558% = Section077, PCI\VEN_10DE&DEV_11BE&SUBSYS_51051558 %NVIDIA_DEV.11BE.7102.1558% = Section077, PCI\VEN_10DE&DEV_11BE&SUBSYS_71021558 %NVIDIA_DEV.11E0.0270.1558% = Section085, PCI\VEN_10DE&DEV_11E0&SUBSYS_02701558 %NVIDIA_DEV.11E0.0271.1558% = Section088, PCI\VEN_10DE&DEV_11E0&SUBSYS_02711558 %NVIDIA_DEV.11E0.5106.1558% = Section074, PCI\VEN_10DE&DEV_11E0&SUBSYS_51061558 %NVIDIA_DEV.11E0.7104.1558% = Section074, PCI\VEN_10DE&DEV_11E0&SUBSYS_71041558 %NVIDIA_DEV.11E1.0376.1558% = Section085, PCI\VEN_10DE&DEV_11E1&SUBSYS_03761558 %NVIDIA_DEV.11E1.5106.1558% = Section074, PCI\VEN_10DE&DEV_11E1&SUBSYS_51061558 %NVIDIA_DEV.11E1.7104.1558% = Section074, PCI\VEN_10DE&DEV_11E1&SUBSYS_71041558 %NVIDIA_DEV.11E2.3537.1558% = Section074, PCI\VEN_10DE&DEV_11E2&SUBSYS_35371558 %NVIDIA_DEV.1211.0270.1558% = Section093, PCI\VEN_10DE&DEV_1211&SUBSYS_02701558 %NVIDIA_DEV.1211.0271.1558% = Section095, PCI\VEN_10DE&DEV_1211&SUBSYS_02711558 %NVIDIA_DEV.1211.5102.1558% = Section097, PCI\VEN_10DE&DEV_1211&SUBSYS_51021558 %NVIDIA_DEV.1211.7100.1558% = Section097, PCI\VEN_10DE&DEV_1211&SUBSYS_71001558 %NVIDIA_DEV.1211.7101.1558% = Section095, PCI\VEN_10DE&DEV_1211&SUBSYS_71011558 %NVIDIA_DEV.1211.7200.1558% = Section093, PCI\VEN_10DE&DEV_1211&SUBSYS_72001558 %NVIDIA_DEV.1212.0270.1558% = Section097, PCI\VEN_10DE&DEV_1212&SUBSYS_02701558 %NVIDIA_DEV.1212.0271.1558% = Section095, PCI\VEN_10DE&DEV_1212&SUBSYS_02711558 %NVIDIA_DEV.1212.5105.1558% = Section059, PCI\VEN_10DE&DEV_1212&SUBSYS_51051558 %NVIDIA_DEV.1212.7102.1558% = Section059, PCI\VEN_10DE&DEV_1212&SUBSYS_71021558 %NVIDIA_DEV.1213.0371.1558% = Section097, PCI\VEN_10DE&DEV_1213&SUBSYS_03711558 %NVIDIA_DEV.1213.5105.1558% = Section059, PCI\VEN_10DE&DEV_1213&SUBSYS_51051558 %NVIDIA_DEV.1213.7102.1558% = Section059, PCI\VEN_10DE&DEV_1213&SUBSYS_71021558 %NVIDIA_DEV.1213.8000.1558% = Section097, PCI\VEN_10DE&DEV_1213&SUBSYS_80001558 %NVIDIA_DEV.1251.5102.1558% = Section097, PCI\VEN_10DE&DEV_1251&SUBSYS_51021558 %NVIDIA_DEV.1251.7100.1558% = Section097, PCI\VEN_10DE&DEV_1251&SUBSYS_71001558 %NVIDIA_DEV.1251.7101.1558% = Section095, PCI\VEN_10DE&DEV_1251&SUBSYS_71011558 %NVIDIA_DEV.1251.7200.1558% = Section093, PCI\VEN_10DE&DEV_1251&SUBSYS_72001558 %NVIDIA_DEV.1251.8000.1558% = Section093, PCI\VEN_10DE&DEV_1251&SUBSYS_80001558 %NVIDIA_DEV.1292.6500.1558% = Section074, PCI\VEN_10DE&DEV_1292&SUBSYS_65001558 %NVIDIA_DEV.0862.9800.1558% = Section045, PCI\VEN_10DE&DEV_0862&SUBSYS_98001558
    1 point
  6. Thanks so much! I played crysis 3 @900/1250 and it temperature was 78~79 and before was 85. Here is so hot, in Brazil, and I bought a cooler to use under de VGA so I will wait for it. Thanks again! Sent from my iPad using Tapatalk
    1 point
  7. Try reinstalling IOCBIOS, Programs and Features>uninstall Watchdog Timer Driver>Open device manager>show hidden devices>uninstall IOCBIOS>reboot>folder options show hidden folders>C:\ProgramData\Intel\IOCBIOS folder>run setup.exe> Watchdog Timer Driver-IccWdtDriver>setup.exe>reboot. Better backup those drivers folders before uninstalling, you also can find XTU drivers under C:\Program Files (x86)\Intel\Extreme Tuning Utility\Drivers, check logs C:\Intel\Logs.
    1 point
  8. Suicidal Tendencies....Never use furmark with mobile cards you're lucky Nvidia protected all cards from such a great idea, you just got the card replaced.....
    1 point
  9. I did a few benches at different clocks to mimic other CPUs in an attempt to compare power consumption and temps. Very interesting results: i7-3840QM@8x1400mhz - i5-3360m level of performance: Notice the max power draw and temps! i7-3840QM@8x2800Mhz - i7-3632QM level of performance: Same thing here. It's ironic that a high end quad is actually far more efficient than 35W duals and quads when running at their levels.
    1 point
  10. Here's a link to the thread that saved me. http://forum.techinferno.com/alienware-m18x-aw-18/1981-how-recover-bad-flash-alienware-m18x-r2.html
    1 point
  11. First, big thanks to Khenglish for modding the ME FW for me! I didn't think there would be any chance of overclocking my machine (HP Elitebook 2570p) but I was wrong! Here's the detailed info on how to flash and were to get the modded BIOS. So after flashing I still couldn't see the reference clock slider in XTU. So, I reinstalled it a few times and eventually used one of the older versions. Dunno what exactly did the trick, maybe an older version, a number of reinstalls but it got unlocked in the end! Previously the CPU was locked at 38-39W and 3.4ghz on all cores, but as you can see from the screenshot below it can now hold 3.55Ghz @40W and 104.8BCLK!!! Now, if only there was a way of further unlocking the BIOS to get some more juice for the CPU, I'm sure it would be able to go all the way up and beyond 4ghz. I'll need to work on the cooling system next to prepare for the possibility
    1 point


  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.