-
Notifications
You must be signed in to change notification settings - Fork 40
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
MSI B450 Tomahawk Max #108
Comments
Some extra info: Found |
OK some more info: The bitstream seems to be inverted... I tested this by putting a quick hack into the code so it excepted the following: This turned off the blinking, but it looks like fade-in is still on as it goes from White to Green back to white gradually (with no blink !). P.S. Sorry I didn't see the open issues #106 and #107 - These are all duplicates 🤔 |
I guess |
Did you tried |
yes and this works fine, so: sudo ./target/release/msi-rgb 00000000 00000000 FFFFFFFF -ir -ig -ib -b 1 Its like the fade bits need inverting - possibly 🤔 P.S. forget my experiment above with blinking with value 7 - blinking 0 is correct for off |
Here's some debug is this helps: sudo ./target/release/msi-rgb FFFFFFFF FFFFFFFF FFFFFFFF -ir -ig -ib -b 0 --verbose |
Actually the pulse flag has some effect. With pulse on the leds are off permanently: With pulse off, standard blue pulsing in and out (not blinking) |
If it's at all helpful - I just installed today on my B450 Tomahawk Max and I'm seeing the same results as described above ... even if this message serves no purpose other than to let you know you're not crazy. |
Yes thanks, always good to know I am not crazy 😉
Paul Chaffey
+49 1746 741179
…On Sat, 25 Apr 2020, 07:54 Robert Partridge, ***@***.***> wrote:
If it's at all helpful - I just installed today on my B450 Tomahawk Max
and I'm seeing the same results as described above ... even if this message
serves no purpose other than to let you know you're not crazy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#108 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APE5S4MXI4RCOZJSRYQVTVLROJ3HRANCNFSM4MGRCCQQ>
.
|
I can confirm this is the case for the B450 Tomahawk non-Max |
Looking at #73 and #87... this looks similar. Notably, Results from #73 (comment) match what happens on my B450 Tomahawk Max. There seems to be some relevant information in #102 as well (basically, try booting into Windows and disabling LEDs, then controlling w/ msi-rgb). |
Okay, so as far as I can tell, there's 2 things going on here:
I have a feeling that the latter is caused by running
|
I can confirm the same issue on my B450 Tomahawk Max. |
It seems like a solution was found in the discussion for #92: msi-rgb 0 0 0 -ig -ib # gives red Just inverting two values causes it to set max for the other and doesn't then pulse." |
I can confirm that this works on my B450 Tomohawk Max. Inverting Red & Green as suggested gave me a stead Blue without Pulse. |
Let's get this into the README. Anyone up for filing a PR? |
I can do that in the next several days. |
Also experiencing these issues with the b450 tomahawk max, thanks for the informative discussion! I'm looking to see where in the code I could look to figure out if there's a way for me to create a custom "profile" that unfudges the rgb values for this card. Do you have any suggestions as to where I should dig? |
Hello, Well the code is doing something, but the colors are messed up.
I think this motherboard uses a slightly different chip to control RGB on the Motherboard.
I am happy to debug and get this working - also, I will get the exact chip set used and try to find a datasheet as I guess the registers to program this device are slightly different.
The text was updated successfully, but these errors were encountered: