-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added auto footer scan for GTX 10XX, GTX 16XX and GTX 400 - 900 Series | Proxmox Example #11
base: master
Are you sure you want to change the base?
Conversation
…IO-Patcher Added auto footer scan.
Your PR mixes tabs and spaces, will never run (edit: On python3). |
Here is a fixed version which uses the same footer regex strings as the above. That being said, i have not tested it with any other graphics cards other than a 1660.
|
Thank you, in python2 the code has worked. Soon I will try your code with some vBIOS from all card generations. When all is working I will merge it into the pull request. |
blackening's version above works and looks good to me! The |
@arcnmx Nice, I updated the code. I will try to input some RTX 20XX vbios files when it's working I add it to the description. |
so we just extract the data between "55aa 76eb"(include) and "564e 0000 0000 0000 0000 0000 0000 0000"(exclude) from gpu-z vbios? |
Tested with Quadro P400/P620
Add support for Quadro PXXX
I believe the script provided by blackening will not work the the GTX 900 series, I just did a 980Ti the other day and that ROM had 188 characters for the footer regex, not the 124 that the 5, 6, and 7XX series uses. This is what I use for 900 series cards: Its also part of this dumb little GUI I made: |
Hello,
I added some lines to find the vBIOS footer for GTX 16XX and older cards.
I test it with a GTX 650 Ti and GTX 1650, please check the work for GTX 1050...