erpdude8 Posted November 20, 2021 Posted November 20, 2021 speaking of 1607, 1607 LTSB 2016 is now in "extended" support as mainstream support for LTSB 2016 ended mid-October 2021.
halohalo Posted May 20, 2022 Author Posted May 20, 2022 I updated to 512.78. The DCH display driver package contains NVIDIA Control Panel application. To launch DCH version of NVIDIA Control Panel for the first time, Internet connection is required, and WU, Windows License Manager Service, and Microsoft Account Sign-in Assistant should be enabled. I don't know how to install standard NVIDIA Control Panel and Container along with DCH display driver. The standard NVIDIA Control Panel is still compatible with DCH driver, so users of non-DCH driver can launch standard NVIDIA Control Panel from Windows Control Panel.
halohalo Posted July 8, 2022 Author Posted July 8, 2022 If you want to install DCH driver on 1709, just modify the INF file.
hans_glans Posted July 8, 2022 Posted July 8, 2022 No, it goes back to the initial problem in this thread. 3070 is only supported from 1803 onwards, irrespective of the driver. I'm just wondering which hex value in nvlddmkm.sys has to be adjusted after modifying the INF file.
halohalo Posted July 8, 2022 Author Posted July 8, 2022 You have to debug the graphics driver and find out your answer. All I can say is that it is not as difficult as you think.
hans_glans Posted July 8, 2022 Posted July 8, 2022 But basically it is: - install driver with modified INF (-> error 43) - change respective OS hex value in nvlddmkm.sys correct?
hans_glans Posted July 8, 2022 Posted July 8, 2022 (edited) I think I got it but can't try myself. Just tell me if its correct please: For 472.12, we know the supported version is 17134 which is "42EE" in hex. After removing the OS requirement from the INF file and installing the resigned driver and getting error 43, we copy nvlddmkm.sys from the folder, and instead of "42EE" we put "3FAB" (16299), put the file back in and (possibly with test-signing and disabled integrity check) reboot. Correct? Edited July 8, 2022 by hans_glans
halohalo Posted July 8, 2022 Author Posted July 8, 2022 Unlike 20 series and 16 series, you've proved that 30 series require version 1803 instead of 1709. By starting kernel mode debugging, you can find the hex value and create your solution.
hans_glans Posted July 8, 2022 Posted July 8, 2022 With WinDbg or IDA? Is checking the highest winver in the INF file and replacing it's hex value in the sys file with one version earlier the correct approach?
Jaguarek62 Posted July 8, 2022 Posted July 8, 2022 3 hours ago, halohalo said: Unlike 20 series and 16 series, you've proved that 30 series require version 1803 instead of 1709. By starting kernel mode debugging, you can find the hex value and create your solution. this would work on 8.1 regarding the rtx 3000 series situation?
halohalo Posted July 8, 2022 Author Posted July 8, 2022 OS and driver are different, so the solution will be different.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now