NVSlimmer - NVIDIA driver slimming utility

Discussion in 'Videocards - NVIDIA GeForce Drivers Section' started by uKER, Sep 20, 2018.

  1. BetA

    BetA Ancient Guru

    Messages:
    4,537
    Likes Received:
    518
    GPU:
    G1-GTX980@1400Mhz

    hey,

    im not shure if this will help you with that but its very imformative and you might find some stuff regarding your questions :)

    ---> https://github.com/CHEF-KOCH/nVidia-modded-Inf


    lol, i just saw that he also added a link to your utillity haha... nice..(under -->
    nVidia-modded-Inf/Telemetry & Crap free/)


    i hope that helps, or at least gives you some more ideas :)

    greetings
     
    uKER likes this.
  2. AsiJu

    AsiJu Ancient Guru

    Messages:
    8,938
    Likes Received:
    3,466
    GPU:
    KFA2 4070Ti EXG.v2
    I'm not sure but if memory serves that information is given in the installation .inf (nv4disp.inf I think).

    In other words contained as text within the file. It's been a while since I've checked .infs manually so could be wrong.
     
    uKER likes this.
  3. MaxiJazz

    MaxiJazz Member

    Messages:
    23
    Likes Received:
    0
    GPU:
    Geforce GTX 1070
    Nope, doesn't work dude. After this "partical" install Experince not working with error "Something went wrong".
    So clearly need something "checked" from Miscellaneous. Tried check there NvContainer and Backend without luck.
    *Full install of driver make experience working.
     
  4. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,606
    Likes Received:
    13,615
    GPU:
    GF RTX 4070
    From PE header of sys-file? From VERSION_INFO resource of sys-file?

    What language do you use (out of curiosity)?
     

  5. RealNC

    RealNC Ancient Guru

    Messages:
    5,100
    Likes Received:
    3,377
    GPU:
    4070 Ti Super
    What does the NvContainer do anyway?
     
  6. cookieboyeli

    cookieboyeli Master Guru

    Messages:
    304
    Likes Received:
    47
    GPU:
    Gigabyte 1070 @2126
    Well it contains Nv of course.
     
  7. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,606
    Likes Received:
    13,615
    GPU:
    GF RTX 4070
    uKER likes this.
  8. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,606
    Likes Received:
    13,615
    GPU:
    GF RTX 4070
    You mean it contains "Nv" in its name?
     
    uKER likes this.
  9. uKER

    uKER Master Guru

    Messages:
    206
    Likes Received:
    234
    GPU:
    RTX 3070 Ti
    First of all, yeah, thanks to @BetA and @AsiJu who suggested looking into the .inf.
    Dumb me for not thinking of that.
    Awesome! ;)
    Well, stuff like this is bound to happen, and I'm counting on you guys to find out each module's dependencies.
    In your case, if it wasn't "NVIDIA backend" or "NV container", I'd try "WMI provider", "Updater core", or "AbHub".
    Maybe install with all of those and see if that works and then you can work from there.
    Nice one. Will see what I can get from there.
     
    Last edited: Sep 21, 2018
    BetA and AsiJu like this.
  10. Sabbath

    Sabbath Maha Guru

    Messages:
    1,219
    Likes Received:
    368
    GPU:
    RTX 2080 Super
    Hi uKER,
    Nice app you got there, should help a lot of people. I just used it twice PREFECT. :cool:
     
    uKER likes this.

  11. vbetts

    vbetts Don Vincenzo Staff Member

    Messages:
    15,140
    Likes Received:
    1,743
    GPU:
    GTX 1080 Ti
    Nice!

    Added to top sticky. :)
     
    BetA and uKER like this.
  12. uKER

    uKER Master Guru

    Messages:
    206
    Likes Received:
    234
    GPU:
    RTX 3070 Ti
    That would be cool, but I'm not seeing it stickied.
    Is it just me?
     
  13. vbetts

    vbetts Don Vincenzo Staff Member

    Messages:
    15,140
    Likes Received:
    1,743
    GPU:
    GTX 1080 Ti
    Blackfyre likes this.
  14. Txatxiquesi

    Txatxiquesi Guest

    Messages:
    9
    Likes Received:
    3
    GPU:
    Zotac 1080 Mini.
    Thanks for the app, very usefull ,i tested with the rquired molues + PhysX , and no problemas so far.
    Will be great if you can highlight the required modules, like on red color or the classic grey.
     
    uKER likes this.
  15. uKER

    uKER Master Guru

    Messages:
    206
    Likes Received:
    234
    GPU:
    RTX 3070 Ti
    Glad you find it useful.
    About the suggestion, I agree.
    Unfortunately, the treeview control I'm using (which I had to get to support tri-state checkboxes) is quite limited and buggy.
    Actually, a bug in the handling of checkbox clicking is what's keeping me from implementing the dependency checks.
    If anyone knows of a free .NET treeview control that supports tri-state checkboxes and text formatting, it'll be greatly welcome.
     

  16. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,606
    Likes Received:
    13,615
    GPU:
    GF RTX 4070
    WinForms? I guess in WPF you have much more control on control`s elements and behaviours.

    PS Have you source file with implementation of that buggy tree? I mean we can fix the bugs.
     
    Last edited: Sep 23, 2018
    uKER likes this.
  17. BarryB

    BarryB Guest

    Messages:
    1,163
    Likes Received:
    10
    GPU:
    Palit SJS 780 in SLI
    Can it stop Vulkan installing?
     
  18. uKER

    uKER Master Guru

    Messages:
    206
    Likes Received:
    234
    GPU:
    RTX 3070 Ti
    While I did some stuff in WPF at some point, I don't like the idea of switching to it since I'm not that used to it as I am to winforms.
    Never mind, I just got an apparently updated version of the tree and while it doesn't support text formatting, it does fix the event handling.
    Attempting to alter the text rendering I guess is beyond me.
    In case you wanna take a look at it, it's this one.
    https://www.codeproject.com/Articles/202435/Tri-State-Tree-View

    I guess not. It's installed as part of Display.Driver
    If anyone knows how to bypass it maybe I can patch it in.
     
    Last edited: Sep 23, 2018
  19. mbk1969

    mbk1969 Ancient Guru

    Messages:
    15,606
    Likes Received:
    13,615
    GPU:
    GF RTX 4070
    I will look at work. Since you have troubles with customizing I suspect that this "Tri-State-Tree-View" implementation hides these two properties of standard TreeNode:
    https://docs.microsoft.com/en-us/do...rms.treenode.nodefont?view=netframework-4.7.2
    https://docs.microsoft.com/en-us/do...ms.treenode.forecolor?view=netframework-4.7.2
    right?
     
    uKER likes this.
  20. drac

    drac Ancient Guru

    Messages:
    1,782
    Likes Received:
    38
    GPU:
    Gigabyte 3080 Ti
    An ocd dream lol, I like it!
     
    uKER likes this.

Share This Page