Sync the Backlight of the Asus ScreenPad (secondary) display with the brightness of the Intel (primary) display.
This script installs a small background service that automatically keeps your Asus ScreenPad (Pro Duo Display) brightness in sync with your main screen's brightness.
git clone https://github.com/pgarsk/asus-zenbook-backlight-sync.git
cd asus-zenbook-backlight-sync
You need to run the script with root privileges because it installs a system service and needs access to backlight controls.
sudo ./install_screenpad_sync.sh
- Install: Sets up the sync service so it starts automatically and runs in the background.
- Uninstall: Removes the service and all installed files.
- Quit: Exits without making changes.
- After installation, your ScreenPad brightness will always match your main display.
- The service will start automatically on boot.
- Make sure you are running on an Asus Zenbook with a ScreenPad.
- You must run the script as root (use
sudo). - If you see errors about missing files, your device may not use the same backlight paths. This script expects:
/sys/class/backlight/intel_backlight//sys/class/backlight/asus_screenpad/
Run the script again and choose Uninstall.
Note: This script is provided as-is. Use at your own risk.