nagisa / msi-rgb

Linux utility for controlling RGB header on select MSI motherboards
ISC License
418 stars 40 forks source link

What i've noticed surrounding support of newer MSI boards #77

Open Overc1ocker opened 5 years ago

Overc1ocker commented 5 years ago

-MSI currently has four utilities out that can control certain motherboard's rgb functions

-Nagisa has reverse engineered the way the MSI gaming app controls motherboard rgb, which supports Intel: X99 / Z270 / H270 / B250 / H110 Series and AMD: X370 / B350 / A320 Series

-So that leaves three more utilities that we need to reverse engineer if we want to get support working on all MSI boards, since each tool potentially controls the boards differently.

-MSI mystic light: Intel: X299 / Z390 / Z370 / H370 / B360 / H310 Series AMD: X399 / X470 / B450 Series (this one might control via SMbus because these boards have the same super io chip, but don't seem to work with this tool. The rgb controller chips on these boards are all different as well.)

-Ambient link (only supports MSI laptops, probably not important to reverse engineer)

-MSI Dragon Center: Intel Z390 Series, MEG X299 CREATION, and ALL AMD x570 boards (All boards listed as supported with dragon center suspiciously use a NUVOTON NCT6797 super io chip, so this tool might write to the super io chip, just as the gaming app does. It also could write to the RGB controller, as all these boards seem to have a NUC126NE4AE RGB controller chip.)

Update: MSI gaming center contains a "UC_mystic_light.dll" which could contain the info we need.

nagisa commented 5 years ago

Good info. I was aware of the split between the "old" RGB and the "Mystic Light" RGB, but this is the first time I hear about "Dragon Center".

Overc1ocker commented 5 years ago

What do you think about the uc mystic light dll

nagisa commented 5 years ago

Last time I looked at it, I found that all of the tools actually use the same driver interface which is essentially a backdoor into ring-0 to operate. To really figure out for what reason things work, you want to look at how those tools communicate with the driver and what the driver is doing first.

zelante commented 5 years ago

-Nagisa has reverse engineered the way the MSI gaming app controls motherboard rgb, which supports Intel: X99 / Z270 / H270 / B250 / H110 Series and AMD: X370 / B350 / A320 Series

I have msi x99a gaming pro carbone. It's NCT6792D. What I should change to support this chip? https://www.overclockers.ua/motherboard/msi-x99s-gaming-7/18-big-msi-x99s-gaming-7.jpg

EIUgrad06 commented 4 years ago

-MSI mystic light: Intel: X299 / Z390 / Z370 / H370 / B360 / H310 Series AMD: X399 / X470 / B450 Series (this one might control via SMbus because these boards have the same super io chip, but don't seem to work with this tool. The rgb controller chips on these boards are all different as well.)

I currently have an MSI X470 Gaming Pro Carbon and have tried your code with no effect. Is there any way that a workaround can be made for these boards? Or would you have to start a new fork?

nagisa commented 4 years ago

I do not anticipate working on it myself. Cheap used boards are nonexistent and I don't otherwise have access to them for so Thai can debug.

I don't anticipate using MSI products in the future either. So yeah your best bet to get support for your board is to do the work yourself.

On Wed, 18 Dec 2019, 06:40 EIUgrad06, notifications@github.com wrote:

-MSI mystic light: Intel: X299 / Z390 / Z370 / H370 / B360 / H310 Series AMD: X399 / X470 / B450 Series (this one might control via SMbus because these boards have the same super io chip, but don't seem to work with this tool. The rgb controller chips on these boards are all different as well.)

I currently have an MSI X470 Gaming Pro Carbon and have tried your code with no effect. Is there any way that a workaround can be made for these boards? Or would you have to start a new fork?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nagisa/msi-rgb/issues/77?email_source=notifications&email_token=AAFFZUSWMK4RPAGJPEHIIPLQZGSTHA5CNFSM4ITIDEX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHE2S3Q#issuecomment-566864238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFFZUQ43JGQZQOUTKD63VLQZGSTHANCNFSM4ITIDEXQ .

T-bond commented 4 years ago

I made a PR to OpenRGB today, which works with my MPG x570 Gaming Plus. It needs a lot of work, but I think it is a good start.

https://gitlab.com/CalcProgrammer1/OpenRGB/-/merge_requests/21

mirh commented 4 years ago

Ambient link seems just a feature under the mystic light brand/app.

Laptops don't sound like anything too fancy. https://github.com/michalgregor/msi-gt72s-keyboard https://github.com/CosmicSubspace/MSI-Keyboard-Lights https://github.com/Askannz/msi-perkeyrgb

JohnnyLAmpAz commented 4 years ago

I would like to get the battery charge threshold limiting feature on linux for my laptop. Does it require to be reverse-engineered? Is that even possible?

I'm sorry if this is not the right place to ask