Skip to content

Enable enhanced screen brightness levels on the reMarkable Paper Pro

License

Notifications You must be signed in to change notification settings

unreMarkableLabs/reLuminate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


reLuminate

rmPP Discord

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!

reMarkable Software Version Compatibility

  • ✅ All software versions

Installation

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.

Install

  1. Download install-reLuminate.sh

  2. Copy install-reLuminate.sh to reMarkable tablet

    scp install-reLuminate.sh root@10.11.99.1:~
    
  3. ssh to reMarkable tablet

    ssh root@10.11.99.1
    
  4. Install reLuminate

    bash install-reLuminate.sh install
    

Remove

  1. Uninstall reLuminate

    bash install-reLuminate.sh remove
    

Usage

To enable reLuminate service (done automatically on install), run:

systemctl enable reLuminate --now

To disable reLuminate service, run:

systemctl disable reLuminate --now

How Does It Work?

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

Support

If this project made your life a little easier, consider supporting!

Buy Me A Coffee

Reference Articles/Posts

https://www.reddit.com/r/RemarkableTablet/comments/1g0x5tm/about_5_times_brighter_front_light_available_in/

https://raqami.io/tips-tricks/remarkable-paper-pro-hack-for-brighter-frontlight-tutorial/

https://www.reddit.com/r/RemarkableTablet/comments/1g09l0p/comment/lr7ximy/?share_id=aQgCCoBfX9XT25axEWlbw&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=1