Menu

OLED question

2024-08-21
2024-08-21
  • killermantv

    killermantv - 2024-08-21

    Hello,

    Is it possible to dim screen and/or change color scheme so that only text is visible during operation?

    I have oled notebook and that bright blue with white text and 100% brightness is not good for my display, so it is possible to change color scheme, dim level?

    Thanks

     
  • trfl

    trfl - 2024-08-21

    your best option is probably to select "Expert" instead of "Beginner", and then enable -nogui in the advanced options menu -- that'll disable the colorful text-UI during the imaging.

    changing the brightness is also possible, but that is hardware-specific, so the following may not work on your laptop:
    1. press ALT and the Right arrow-key to leave the clonezilla UI and hop into a new shell
    2. wait for a sec; you will get a prompt (user@foo:~$) eventually
    3. run command sudo su
    4. run command cat /sys/class/backlight/*/max_brightness to see what the max brightness is for your display
    5. set a lower brightness (maybe half of the max value) like this: echo 128 >/sys/class/backlight/*/brightness
    6. go back to clonezilla with ALT and Left

     
    👍
    1

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.