-
Notifications
You must be signed in to change notification settings - Fork 75
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 Helios 300 PH315-52-748u to supported devices #1
Comments
Thank for the repor @RuiGuilherme, glad it worked I understand the problem with brightness, that's because the script is minimal and doesn't store\use the state. |
@RuiGuilherme I've added Turbo mode support as well, can you kindly please test the updated version? (at your own risk 😆 ) |
Nice! Apparently works fine and the fans use the maximum speed. Later I will check if the UnderVolt is being removed and the overclock is being applied. |
Strange because this notebook should have an undervolt of -0.125v; Maybe I'm going crazy? Using turbo mode: # sudo intel-undervolt read
CPU (0): -0.00 mV
GPU (1): -0.00 mV
CPU Cache (2): -0.00 mV
System Agent (3): -0.00 mV
Analog I/O (4): -0.00 mV Normal mode: # sudo intel-undervolt read
CPU (0): -0.00 mV
GPU (1): -0.00 mV
CPU Cache (2): -0.00 mV
System Agent (3): -0.00 mV
Analog I/O (4): -0.00 mV This application may not read my CPU status correctly as it hasn't been updated in two years: intel-undervolt |
Probably because it hasn't received the update. I think our CPU was build after the last commit of that repository. |
Hup! You are right. Just overclock GPU, but at the time I bought this notebook it came with Windows, and it had an undervolt on the i7 9750H and Turbo Mode "Disable" this undervolt. I don't remember the exact values because I bought this notebook in 2020, but I had used this thead to reverse the undervolt without using turbo mode. But it's like I said, maybe I'm going crazy haha Edit: |
Kernel: 5.12.9-arch1-1
OS: Arch Linux x86_64
Device: Acer Predator Helios 300 PH315-52-748u
I just had one issue:
If you set keyboard brightness using -b the mode will be set to 3 automatically. (Control brightness using Fn + F9/F10 solve this)
sudo dmidecode | grep "Product Name" -B 2 -A 4
sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.aml
dsdt.aml.zip (Github don't accept .aml file)
The text was updated successfully, but these errors were encountered: