You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running sudo alienfx should recognize my FX controller.
2. Actual behavior.
You are running alienfx under Python-Version: 3.10.5 (main, Aug 1 2022, 07:53:20) [GCC 12.1.0]
ERROR:root:No Alien FX controller, defined by a supported model, found!
would you like to perform a zonescan? (y/n):
3. Steps to reproduce the problem.
Install AlienFX on a clean EndeavourOS installation and try to run it.
4. Specifications like the version of the project, install method, operating system, and hardware.
Project Version: 2.3.4-1
Operating System: EndeavourOS
Hardware Version: Alienware Area-51 R2
5. Additional info.
python-setuptools wasn't pulled as a dependency and had to be installed manually.
I had performed a zonescan but after getting the controller address and working zones, I have no idea how to get it working.
These are your zonecodes for current controller ("0x187c / 0x0526"):
right pannel up: 0x0001
right pannel left: 0x0002
right pannel right: 0x0004
left pannel up: 0x0020
left pannel left: 0x0040
left pannel right: 0x0080
alien head: 0x0400
front left: 0x0800
front right: 0x1000
the current controller address matches the address from alienfx/core/controller_area51_r2.py
But the zone codes are different.
I've modified the alienfx/core/controller_area51_r2.py file to match the zone codes, added new zones in alienfx/core/controller.py to better distinguish between all the led zones. (since it's a desktop, zone names like "Left Keyboard" are confusing and unhelpful)
Additionally I've modified the /alienfx/data/themes/default.json file to get the new zones to initialize successfully. I guess I should not save it as a default but a preset made specifically for area51, right?
I think all of this is worth making a pull request but I'm still having a minor problem with this setup.
Every morphing animation seems to have very limited brightness range.
Alien Head seems to have only 8 brightness states (from the off state to full brightness) and other zones seem to have only 14 brightness states.
This makes any color change / fade to black animation really rough.
Is there anything I could try to smooth it out?
1. Expected behavior.
sudo alienfx
should recognize my FX controller.2. Actual behavior.
3. Steps to reproduce the problem.
4. Specifications like the version of the project, install method, operating system, and hardware.
5. Additional info.
python-setuptools
wasn't pulled as a dependency and had to be installed manually.alienfx/core/controller_area51_r2.py
But the zone codes are different.
sudo lsusb -v
The text was updated successfully, but these errors were encountered: