NVIDIA Profile Inspector 2.4.0.4

Discussion in 'Videocards - NVIDIA GeForce Drivers Section' started by Ital, Mar 16, 2019.

  1. Ital

    Ital Master Guru

    Messages:
    202
    Likes Received:
    86
    GPU:
    ZOTAC GTX 1080 AMP
    UPDATE March 27th 2023

    New Nvidia Profile Inspector version 2.4.0.4 is available.

    Link: https://github.com/Orbmu2k/nvidiaProfileInspector/releases/tag/2.4.0.4

    Changes:
    • improved dpi scaling for input dialog
    • possible fix for corrupted profile inspector config load error
    • improved backward compatibility
    • possible fix for restore profile dont work as expected
    • possible fix for mysteric "BINARY" load error
     
    Last edited: Mar 27, 2023
    OnnA, dexterav, SatsuiNoHado and 13 others like this.
  2. Memorian

    Memorian Ancient Guru

    Messages:
    4,014
    Likes Received:
    881
    GPU:
    RTX 4090
    AF HQ fix is gone.
     
  3. Ital

    Ital Master Guru

    Messages:
    202
    Likes Received:
    86
    GPU:
    ZOTAC GTX 1080 AMP
    It's called Texture filtering - Quality substitution now due to the updated settings constants to R418.
     
  4. Memorian

    Memorian Ancient Guru

    Messages:
    4,014
    Likes Received:
    881
    GPU:
    RTX 4090
    Yeap. Just noticed.

    [​IMG]
     

  5. Astyanax

    Astyanax Ancient Guru

    Messages:
    16,998
    Likes Received:
    7,339
    GPU:
    GTX 1080ti
    All this setting does is work around a Engine side issue where HQ texture filtering causes artifacts by forcing the setting back to Quality.
     
  6. Ital

    Ital Master Guru

    Messages:
    202
    Likes Received:
    86
    GPU:
    ZOTAC GTX 1080 AMP
    rewt and -Tj- like this.
  7. Mahershala

    Mahershala Member

    Messages:
    28
    Likes Received:
    4
    GPU:
    1070gtx
    what is wrong with these new versions, the frame limiter just dosent work, neither v1 or v2. still using 2.1.3.3 and this one works as it should with no tearing
     
  8. dexterav

    dexterav Master Guru

    Messages:
    207
    Likes Received:
    50
    GPU:
    Asus TUF 4090 OC
    for me working flawleslly
     
  9. Mahershala

    Mahershala Member

    Messages:
    28
    Likes Received:
    4
    GPU:
    1070gtx
    then i dont know why its not working, all of them dont work since he added a separete category for frame limit mode, it does limit the frames but there is tearing in every mode
     
  10. -Tj-

    -Tj- Ancient Guru

    Messages:
    18,095
    Likes Received:
    2,601
    GPU:
    3080TI iChill Black
    tearing will happen, use normal vsync or fast sync on top of fps limiter.



    btw

    all works fine here and resizing window is fixed too, so :thumbsup:
     

  11. Mahershala

    Mahershala Member

    Messages:
    28
    Likes Received:
    4
    GPU:
    1070gtx
    why would i use normal vsync on top? that just adds latency. i use 2.1.3.3 and i dont have a single tear with either v1 or v2 if set properly, same settings with newer profile inspector is tearing all over the place
     
  12. dr_rus

    dr_rus Ancient Guru

    Messages:
    3,876
    Likes Received:
    1,014
    GPU:
    RTX 4090
    Any fps limiter has nothing to do with tearing.
     
    Smough, Terepin and cryohellinc like this.
  13. Mahershala

    Mahershala Member

    Messages:
    28
    Likes Received:
    4
    GPU:
    1070gtx
    i know but for some reason i dont have any with the older versions

    you should test yourself with the old version and see if you have any tearing, most games prefere +1 or +2 fps above refreash rate with v1, other games like battlefield v2
     
    Last edited: Apr 22, 2019
  14. Cave Waverider

    Cave Waverider Ancient Guru

    Messages:
    1,876
    Likes Received:
    662
    GPU:
    ASUS RTX 4090 TUF
    FYI, in Nvidia Profile Inspector, the new Low Latency Mode flag introduced in the latest Nvidia drivers is 0x0005F543 in the Unknown section. Settings are 0 = off, 1 = On, 2 = Ultra. In addition, setting this flag to 1 and 2 appear to require setting Maximum pre-rendered frames to 1.
     
    Last edited: Sep 3, 2019
    rewt likes this.
  15. rewt

    rewt Guest

    Messages:
    1,279
    Likes Received:
    15
    GPU:
    Yes
    ^ Indeed and I ran nvidiaProfileInspector.exe -createCSN and added the following to the resulting file, putting "Low Latency Mode (NVCP)" right above Max pre-rendered frames in the Sync and Refresh section.

    Update: I think it's the "FRL Low Latency" setting that actually engages ultra low latency mode. The setting with the hex ID 0x0005F543 may just hold the state of the NVidia Control Panel (NVCP) setting.

    Code:
    <CustomSetting>
          <UserfriendlyName>Low Latency Mode (NVCP)</UserfriendlyName>
          <HexSettingID>0x0005F543</HexSettingID>
         <GroupName>2 - Sync and Refresh</GroupName>
          <SettingValues>
            <CustomSettingValue>
              <UserfriendlyName>Off</UserfriendlyName>
              <HexValue>0x00000000</HexValue>
            </CustomSettingValue>
            <CustomSettingValue>
              <UserfriendlyName>On</UserfriendlyName>
              <HexValue>0x00000001</HexValue>
            </CustomSettingValue>
            <CustomSettingValue>
              <UserfriendlyName>Ultra</UserfriendlyName>
              <HexValue>0x00000002</HexValue>
            </CustomSettingValue>
          </SettingValues>
          <SettingMasks />
    </CustomSetting>
    
    Thanks for this topic, I wasn't aware newer versions existed.
     
    Last edited: Sep 20, 2019
    Cave Waverider likes this.

  16. EdKiefer

    EdKiefer Ancient Guru

    Messages:
    3,125
    Likes Received:
    394
    GPU:
    ASUS TUF 3060ti
    Does Inspector let you set low latency off with Max pre-render frames =2 then?
    working 2 value.
     
  17. rewt

    rewt Guest

    Messages:
    1,279
    Likes Received:
    15
    GPU:
    Yes
    2 frames works for me, and the hex ID setting didn't seem to matter, as the latency was higher than 1 frame.
     
    Last edited: Sep 20, 2019
    EdKiefer likes this.
  18. rewt

    rewt Guest

    Messages:
    1,279
    Likes Received:
    15
    GPU:
    Yes
    Today I ran some experiments and came to the conclusion that the new hex ID setting 0x0005F543 is not what actually engages ultra low latency mode. It's the "FRL Low Latency" setting when set to 1, as well as "Maximum pre-rendered frames" set to 1 at the same time.

    "FRL Low Latency" set to 0 enables the use of "Maximum pre-rendered frames" as we had always used it in the past. We can force 1, 2, 3, 4 or whatever.

    I updated my previous posts to reflect this information. Sorry for the double post, but I couldn't figure out how to delete my posts and thought this information could warrant a bump.
     
    Last edited: Sep 20, 2019
  19. Phil Tuncap

    Phil Tuncap Active Member

    Messages:
    82
    Likes Received:
    4
    GPU:
    GTX 970 4096mb
    I don't think I overlooked this but who knows...is there not a way to enable DSR through the profile inspector?
     
  20. MrBonk

    MrBonk Guest

    Messages:
    3,385
    Likes Received:
    283
    GPU:
    Gigabyte 3080 Ti
    No there is not. You have to use NVCP or DSRTool
     

Share This Page