trackmastersteve / alienfx

AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
GNU General Public License v3.0
288 stars 69 forks source link

Alienfx CLI instructions #51

Closed ntej closed 3 years ago

ntej commented 6 years ago

@trackmastersteve where can I find the information on how to use the CLI? Can't find any alienFX main page as mentioned in instructions

trackmastersteve commented 6 years ago

you can run $ alienfx --help or just $ alienfx -h to see all the commands you can run from the CLI.

trackmastersteve commented 6 years ago

you can also run $ man alienfx to see the man page for it.

ntej commented 6 years ago

@trackmastersteve thank you. Mine is Alienware 15 R3 running Ubuntu 18.04.1 LTS. When I try to set colors using GUI program it's not working but CLI program is working fine for all except trackpad.

trackmastersteve commented 6 years ago

Have you tried creating a controller file alienfx/core/controller_m15xr3.py with the correct zone codes for your zones? Please see CONTRIBUTING.md for instructions on how to do so. I don't currently see one in the list. So if you are able to create one that works, please submit a pull request and I'll be happy to add it.

ntej commented 6 years ago

@trackmastersteve for sure, I will try it and raise a pull request if it works!