-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Info] Sapphire Pulse Vega 56 Stock Clocks #6
Comments
This will be for setting per-card defaults. I'll use this as the baseline for vega56. Thanks for the request. |
Hi @Enverex Can you run the following for me and see what you get? I'm trying to see if there is a good way to detect the cards. Thanks! :)
|
Sure.
|
@Enverex Ok, well, those all match my vega64 card, with the exception of the Can you try this and see what returns? Thanks for the help! |
Probably exactly what you were expecting unfortunately...
|
Yes, indeed... I'm going to have to figure out a differentiating way to distinguish the cards on Linux... I'm open to ideas lol It's the same:
|
I'm not sure anything of use is exposed to Linux to identify different brands to be honest. hwinfo says:
Nothing seems to be specific to this brand as opposed to Vega 56's in general. |
Can you run the following and paste the output? Thanks again :) I'm getting a line that might be specific to the card I have... I'm betting you return
|
Looks like there is something this time...
|
This is giving a bit different info, I'm diffing ours to see if there is something viable to look at... Out of curiosity, have you flashed the Vega64 bios on this card? One more to run, if you can? |
I think we might have something... Look at the
Mine is It honestly wouldn't surprise me if it was, I mean they do that with Threadripper and Epyc. Disabling some of the cores/dies. |
This horrible concoction seems to get that subsystem ID...
This is a little simpler and seems to work as well:
This gives some of the info as well, but might be easier to parse:
Can you dump the results of this as well? |
Neither of those two return anything for me. I think it's your "grep AMD" breaking it as my subsystem line doesn't contain AMD. The dmesg Vega line was:
XRandR gives:
|
Thanks for all the help! Does this one work for you? It looks like I can use the |
Nope (neither work for me, first gives nothing, second says "modesetting"). Wouldn't be a good idea to use that anyway as "print $14" is incredibly specific and will only work on your string (as it takes the 14th thing on the row, which will be different each time depending on the vendor's name). This should work universally:
Does the lspci output, looks for a line with "Subsystem:" on it followed by " Vega " and then prints the last thing on the line (which should always be the Vendor:Device ID pair). |
Ha, I totally forgot about $NF. Thanks! :) It works fine BTW |
So I was looking at the docs, it looks like all the |
@Enverex I think I might've found a better way to get this, so it will work on all cards, not just Vega's. Can you give me the following?
|
That gives...
So it looks like it's subsystem_vendor and subsystem_device that you want. |
Yep, that's what I just wanted to verify! Thanks 👍 |
As requested, here are the stock clocks and voltages for the Sapphire Pulse Vega 56 (http://www.sapphiretech.com/productdetial.asp?pid=19E343EE-46D4-45E8-9E3E-1693AB30DF14&lang=eng).
The text was updated successfully, but these errors were encountered: