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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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:~$
) eventually3. run command
sudo su
4. run command
cat /sys/class/backlight/*/max_brightness
to see what the max brightness is for your display5. 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