I created a live Clonezilla from the zip file and it boots perfectly. I dropped to a shell and viewed /etc/systemd/logind.conf but I didn't see an option for enabling screen dim/sleep. I saw HandleLidSwitch but I thought if I enable that it might just put the laptop to sleep if I close the lid. If it would only put the display to sleep that would be great.
Any help would be appreciated! I have a Dell Inspiron 7610 and none of the screen controls work in Clonezilla.
Thanks!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When running Clonezilla job, we set:
setterm --blank 0 --powersave off
You might be able to overwrite this in another console. Not sure.
In the future, we'd better to have a boot parameter to control this. E.g.,
ocs_screen_blank="no"
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In testing Clonezilla live >= 3.1.1-5 or 20230608-*, if ocs_screen_blank="no" is assigned in the boot parameters, the screen won't blank. https://clonezilla.org/downloads.php
Please give it a try if you can, and let us know the results. Thanks.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a live Clonezilla from the zip file and it boots perfectly. I dropped to a shell and viewed /etc/systemd/logind.conf but I didn't see an option for enabling screen dim/sleep. I saw HandleLidSwitch but I thought if I enable that it might just put the laptop to sleep if I close the lid. If it would only put the display to sleep that would be great.
Any help would be appreciated! I have a Dell Inspiron 7610 and none of the screen controls work in Clonezilla.
Thanks!!!
When running Clonezilla job, we set:
setterm --blank 0 --powersave off
You might be able to overwrite this in another console. Not sure.
In the future, we'd better to have a boot parameter to control this. E.g.,
ocs_screen_blank="no"
Steven
BTW, the reason we force to have screen not sleeping is that you might not be aware it's cloning, then just turn it off...
Steven
In testing Clonezilla live >= 3.1.1-5 or 20230608-*, if ocs_screen_blank="no" is assigned in the boot parameters, the screen won't blank.
https://clonezilla.org/downloads.php
Please give it a try if you can, and let us know the results. Thanks.
Steven