How to adjust screen backlight at full disk decryption step
I have a MacBook Pro 11,1 on which I dual-boot Ubuntu 18.04 with full-disk encryption. When prompted to enter my password at the decryption step the screen backlight is turned almost all the way down, so the text is practically unreadable. I did add the following to my /etc/rc.local
:
echo 1000 > /sys/class/backlight/intel_backlight/brightness
However this is not executed until after the decryption (makes sense to me).
Is it possible configure the brightness at the decryption prompt through some other configuration file?
boot encryption brightness macbook-pro
add a comment |
I have a MacBook Pro 11,1 on which I dual-boot Ubuntu 18.04 with full-disk encryption. When prompted to enter my password at the decryption step the screen backlight is turned almost all the way down, so the text is practically unreadable. I did add the following to my /etc/rc.local
:
echo 1000 > /sys/class/backlight/intel_backlight/brightness
However this is not executed until after the decryption (makes sense to me).
Is it possible configure the brightness at the decryption prompt through some other configuration file?
boot encryption brightness macbook-pro
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26
add a comment |
I have a MacBook Pro 11,1 on which I dual-boot Ubuntu 18.04 with full-disk encryption. When prompted to enter my password at the decryption step the screen backlight is turned almost all the way down, so the text is practically unreadable. I did add the following to my /etc/rc.local
:
echo 1000 > /sys/class/backlight/intel_backlight/brightness
However this is not executed until after the decryption (makes sense to me).
Is it possible configure the brightness at the decryption prompt through some other configuration file?
boot encryption brightness macbook-pro
I have a MacBook Pro 11,1 on which I dual-boot Ubuntu 18.04 with full-disk encryption. When prompted to enter my password at the decryption step the screen backlight is turned almost all the way down, so the text is practically unreadable. I did add the following to my /etc/rc.local
:
echo 1000 > /sys/class/backlight/intel_backlight/brightness
However this is not executed until after the decryption (makes sense to me).
Is it possible configure the brightness at the decryption prompt through some other configuration file?
boot encryption brightness macbook-pro
boot encryption brightness macbook-pro
asked Jan 7 at 15:30
AnthonyAnthony
5361315
5361315
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26
add a comment |
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107741%2fhow-to-adjust-screen-backlight-at-full-disk-decryption-step%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107741%2fhow-to-adjust-screen-backlight-at-full-disk-decryption-step%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what do you want to read ? the prompt is to type your password , right ? you don't need to see your password ?
– solsTiCe
Jan 7 at 16:21
The prompt is preceded by terminal output (I'm not using the splash screen). In either case, even when I used the splash, the same problem persisted: I could barely see what was on the screen. Of course I have an expectation of what should be there and what the boot process requires of me, but I'd like actually be able to read what it says. I'm not looking for additional security through literal obscurity.
– Anthony
Jan 7 at 20:26