Div Acer Manager Max is a feature-rich Linux GUI utility for Acer laptops powered by the incredible Linuwu Sense drivers. It replicates and expands on Acer’s NitroSense and PredatorSense capabilities on Linux with full fan control, performance modes, battery optimization, backlight settings, and more — all wrapped in a modern Avalonia-based UI.
Caution
Project is under active development.
⭐ Please star this repository to show support. It motivates me to make the project better for everyone
-
🔋 Performance / Thermal Profiles Eco, Silent, Balanced, Performance, Turbo — automatically adjusted based on AC/battery status (e.g., Turbo hidden when on battery or unsupported)
-
🌡 Fan Control Manual and Auto fan speed modes Manual disabled automatically when in Quiet profile
-
💡 LCD Override Setting Direct control over LCD power behavior
-
🎨 Keyboard Backlight Timeout Control Customize the keyboard backlight timeout
-
🔊 Boot Animation and Sound Toggle Enable/disable Acer's startup animations and sounds
-
💻 Live System Info Display Shows real-time performance profile, fan settings, calibration state, and more
-
🧠 Smart Daemon (Low Resource Use)
- Auto-detects feature support per device
- Communicates with GUI in real-time
- Lightweight: uses ~10MB RAM
- Can run independently of GUI
- Recursive restart to fix software issues similar to those on Windows
-
🖥️ Modern GUI
- Avalonia-based, clean and responsive
- Realtime Monitoring with Dashboard and accurate Tempreature Readings
- Dynamic UI hides unsupported features
- Real-time feedback from daemon
Check your deviced compatibility here: Compatibility List
Even if not here, DAMX will still work on most devices. Be sure to put a issue to request your model to be added in the compatiblity list if working.
You can install DAMX using either of the following methods:
-
Open a terminal window.
-
Run the following command:
curl -fsSL https://raw.githubusercontent.com/PXDiv/Div-Acer-Manager-Max/refs/heads/main/scripts/remoteSetup.sh -o /tmp/setup.sh && sudo bash /tmp/setup.sh
-
Follow the on-screen prompts.
-
Done!
If the remote installation fails for some reason or you've gone offline, follow these steps:
-
Download the latest release from the Releases section.
-
Extract the downloaded package.
-
Make the
setup.sh
script executable:chmod +x setup.sh
-
Run the script:
-
Right-click the setup file and choose “Run in Terminal”, or open a terminal in the folder and run:
./setup.sh
-
-
When prompted, choose an option from the menu:
1
→ Install2
→ Install without Drivers3
→ Uninstall4
→ Reinstall/Update
-
Reboot your system after the installation completes.
✅ That’s it—you’re all set!
You can check the logs at /var/log/DAMX_Daemon_Log.log
If you get UNKNOWN as Laptop type, try restarting (it happens somethings) But if it still happenes that might mean the Drivers Installation failed, Make sure you have the approprite kernel headers to compile the drivers.
Also, check out the FAQ page before opening any issues.
Please open a new issue or discussion and include the logs to get support and help the project grow if you need any info, report a bug or just give ideas for the future versions of DAMX
The custom drivers for this project Div-Linuwu Sense project is built entirely on top of the Linuwu Sense drivers — huge thanks to their developers for enabling hardware-level access on Acer laptops.
- Report bugs or request features via GitHub Issues
- Submit pull requests to improve code or UI
- Help test on different Acer laptop models
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.