JafarAkhondali / acer-predator-turbo-and-rgb-keyboard-linux-module

Linux kernel module to support Turbo mode and RGB Keyboard for Acer Predator notebook series
GNU General Public License v3.0
369 stars 69 forks source link

PT515-52 - RGB doesn't work #62

Open Confuze opened 2 years ago

Confuze commented 2 years ago

I installed it using the method for Arch linux. Turbo works perfectly fine, but rgb doesn't do anything at all. I think this is related to my model, so is there a way to disable the rgb entirely? Because right now the keys just flash different colors randomly.

Thanks for maintaining this project, the turbo feature works well, so I'm very grateful anyways.

$ sudo dmidecode | grep "Product Name" -B 2 -A 4
System Information
    Manufacturer: Acer
    Product Name: Predator PT515-52
    Version: V1.10
    Serial Number: NHQ6XEV002019018496600
    UUID: 3bf346b3-912e-11ea-9ef0-4f6f3ed53850
    Wake-up Type: Power Switch
--
Base Board Information
    Manufacturer: CML
    Product Name: Spyder_CMS
    Version: V1.10
    Serial Number: NBQ6X11002019000366600
    Asset Tag:                       
    Features:
$ sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.aml
(doesn't output anything at all)
mmsaeed509 commented 2 years ago

PT515-52 model not tested

module files located in /opt/turbo-fan/, there is a python script facer_rgb.py that controls RGB

facer_rgb.py -m 0 -z 1 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 2 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 3 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 4 -cR 4 -cB 181 -cG 172 -b 100

set RGB to the default colors

Confuze commented 2 years ago

PT515-52 model not tested

module files located in /opt/turbo-fan/, there is a python script facer_rgb.py that controls RGB

facer_rgb.py -m 0 -z 1 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 2 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 3 -cR 4 -cB 181 -cG 172 -b 100
facer_rgb.py -m 0 -z 4 -cR 4 -cB 181 -cG 172 -b 100

set RGB to the default colors

Yeah, but as I mentioned before the script doesn't do anything