reLuminate is a service to enable enhanced screen brightness levels beyond the factory limits on the reMarkable Paper Pro. This change persists across system boots.
Caution
This hack is provided 'as-is' and without warranty. We assume no liability for any damage resulting from hardware modifications. This project is neither affiliated with nor endorsed by reMarkable AS. Modifying your device may void your warranty and official support may refuse to help you. Proceed at your own risk!
- ✅ All software versions
To start, enable developer mode and gain ssh
access to your tablet. The install instructions assume you are sshing over USB where the tablet will show up at 10.11.99.1
. If you are sshing wirelessly, substitute the correct IP address.
Warning
Enabling developer mode will wipe your tablet.
-
Download
install-reLuminate.sh
-
Copy
install-reLuminate.sh
to reMarkable tabletscp install-reLuminate.sh root@10.11.99.1:~
-
ssh to reMarkable tablet
ssh root@10.11.99.1
-
Install reLuminate
bash install-reLuminate.sh install
-
Uninstall reLuminate
bash install-reLuminate.sh remove
systemctl enable reLuminate --now
systemctl disable reLuminate --now
During boot, the service will enable the linear_mapping mode and set the screen brightness to max. Now the brightness slider will have access to higher brightness levels.
echo yes > /sys/class/backlight/rm_frontlight/linear_mapping
cat /sys/class/backlight/rm_frontlight/max_brightness > /sys/class/backlight/rm_frontlight/brightness
If this project made your life a little easier, consider supporting!
https://raqami.io/tips-tricks/remarkable-paper-pro-hack-for-brighter-frontlight-tutorial/