Skip to content
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

add alienware M15R3 config #22

Merged
merged 4 commits into from
Feb 1, 2022
Merged

add alienware M15R3 config #22

merged 4 commits into from
Feb 1, 2022

Conversation

samuaz
Copy link
Contributor

@samuaz samuaz commented Oct 19, 2021

This is a config for alienware M15R3 I9+NVIDIA RTX 2080 working pretty nice!

i need some review for this part:

	"RegisterWriteConfigurations": [
	   {
		"WriteMode": "Set",
		"WriteOccasion": "OnWriteFanSpeed",
		"Register": 0x17,
		"Value": 10,
		"ResetRequired": true,
		"ResetValue": 10,
		"ResetWriteMode": "Set",
		"Description": "CPU FAN"
	   },
	   {
		"WriteMode": "Set",
		"WriteOccasion": "OnWriteFanSpeed",
		"Register": 0x18,
		"Value": 10,
		"ResetRequired": true,
		"ResetValue": 10,
		"ResetWriteMode": "Set",
		"Description": "GPU FAN"
	   }
	]
   }

not sure what are the expected registers there

Alienware registers
0x17 -> CPU fan read/write
0x18 -> GPU fan read/write

so I just put in registers the same as the TemperatureThresholds

@samuaz samuaz merged commit 52cca43 into nbfc-linux:main Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant