Dell laptop display brightness problem
I am using Dell inspiron 15 and Ubuntu 13.04. I have hot keys on my keyboard to adjust display brightness and they work fine.But the problem is, as soon as I switch on the laptop the brightness is set to 100% . I have to reduce the brightness manually. Also the brightness decreases when the battery is low, when I charge my laptop. I am looking for the following:
- run the command "xbacklight -set 10" on booting the machine, to set the screen display brightness to 10% . How to execute this at startup?
- How to get complete control over brightness settings? like how much brightness should be there at startup, How much brightness should be there when battery is low and how much brightness should be there during charging.
- Is there any software/utility to sense lighting in room by using web-cam of laptop and adjust the brightness automatically. If no such thing is available, I would like to develop one. Please guide me how to start.
Thanks in advance :)
software-recommendation laptop dell brightness inspiron
add a comment |
I am using Dell inspiron 15 and Ubuntu 13.04. I have hot keys on my keyboard to adjust display brightness and they work fine.But the problem is, as soon as I switch on the laptop the brightness is set to 100% . I have to reduce the brightness manually. Also the brightness decreases when the battery is low, when I charge my laptop. I am looking for the following:
- run the command "xbacklight -set 10" on booting the machine, to set the screen display brightness to 10% . How to execute this at startup?
- How to get complete control over brightness settings? like how much brightness should be there at startup, How much brightness should be there when battery is low and how much brightness should be there during charging.
- Is there any software/utility to sense lighting in room by using web-cam of laptop and adjust the brightness automatically. If no such thing is available, I would like to develop one. Please guide me how to start.
Thanks in advance :)
software-recommendation laptop dell brightness inspiron
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04
add a comment |
I am using Dell inspiron 15 and Ubuntu 13.04. I have hot keys on my keyboard to adjust display brightness and they work fine.But the problem is, as soon as I switch on the laptop the brightness is set to 100% . I have to reduce the brightness manually. Also the brightness decreases when the battery is low, when I charge my laptop. I am looking for the following:
- run the command "xbacklight -set 10" on booting the machine, to set the screen display brightness to 10% . How to execute this at startup?
- How to get complete control over brightness settings? like how much brightness should be there at startup, How much brightness should be there when battery is low and how much brightness should be there during charging.
- Is there any software/utility to sense lighting in room by using web-cam of laptop and adjust the brightness automatically. If no such thing is available, I would like to develop one. Please guide me how to start.
Thanks in advance :)
software-recommendation laptop dell brightness inspiron
I am using Dell inspiron 15 and Ubuntu 13.04. I have hot keys on my keyboard to adjust display brightness and they work fine.But the problem is, as soon as I switch on the laptop the brightness is set to 100% . I have to reduce the brightness manually. Also the brightness decreases when the battery is low, when I charge my laptop. I am looking for the following:
- run the command "xbacklight -set 10" on booting the machine, to set the screen display brightness to 10% . How to execute this at startup?
- How to get complete control over brightness settings? like how much brightness should be there at startup, How much brightness should be there when battery is low and how much brightness should be there during charging.
- Is there any software/utility to sense lighting in room by using web-cam of laptop and adjust the brightness automatically. If no such thing is available, I would like to develop one. Please guide me how to start.
Thanks in advance :)
software-recommendation laptop dell brightness inspiron
software-recommendation laptop dell brightness inspiron
asked Jul 1 '13 at 6:57
Gowtham varmaGowtham varma
112
112
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04
add a comment |
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04
add a comment |
2 Answers
2
active
oldest
votes
Ctrl+alt+t to open terminal and type
gnome-session-properties
a dialog box will open-up , click on add paste your command and click on ok.
this will help you to execute commands at start-up
for change to be persistent try this https://askubuntu.com/a/151665/162137
I hope it helps!
add a comment |
I think that the specific answer you are looking for on making the brightness stick at startup is to open the dash, and type 'startup' -> the program you are looking for is 'startup applications'.
Create a new startup application that looks like this:
I found this on maketecheasier.com
add a comment |
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%2f314895%2fdell-laptop-display-brightness-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ctrl+alt+t to open terminal and type
gnome-session-properties
a dialog box will open-up , click on add paste your command and click on ok.
this will help you to execute commands at start-up
for change to be persistent try this https://askubuntu.com/a/151665/162137
I hope it helps!
add a comment |
Ctrl+alt+t to open terminal and type
gnome-session-properties
a dialog box will open-up , click on add paste your command and click on ok.
this will help you to execute commands at start-up
for change to be persistent try this https://askubuntu.com/a/151665/162137
I hope it helps!
add a comment |
Ctrl+alt+t to open terminal and type
gnome-session-properties
a dialog box will open-up , click on add paste your command and click on ok.
this will help you to execute commands at start-up
for change to be persistent try this https://askubuntu.com/a/151665/162137
I hope it helps!
Ctrl+alt+t to open terminal and type
gnome-session-properties
a dialog box will open-up , click on add paste your command and click on ok.
this will help you to execute commands at start-up
for change to be persistent try this https://askubuntu.com/a/151665/162137
I hope it helps!
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Jul 1 '13 at 7:19
Pulkit609Pulkit609
1791110
1791110
add a comment |
add a comment |
I think that the specific answer you are looking for on making the brightness stick at startup is to open the dash, and type 'startup' -> the program you are looking for is 'startup applications'.
Create a new startup application that looks like this:
I found this on maketecheasier.com
add a comment |
I think that the specific answer you are looking for on making the brightness stick at startup is to open the dash, and type 'startup' -> the program you are looking for is 'startup applications'.
Create a new startup application that looks like this:
I found this on maketecheasier.com
add a comment |
I think that the specific answer you are looking for on making the brightness stick at startup is to open the dash, and type 'startup' -> the program you are looking for is 'startup applications'.
Create a new startup application that looks like this:
I found this on maketecheasier.com
I think that the specific answer you are looking for on making the brightness stick at startup is to open the dash, and type 'startup' -> the program you are looking for is 'startup applications'.
Create a new startup application that looks like this:
I found this on maketecheasier.com
answered Jul 17 '14 at 4:34
Charles GreenCharles Green
13.5k73758
13.5k73758
add a comment |
add a comment |
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%2f314895%2fdell-laptop-display-brightness-problem%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
Take a look at my answer Here, see if it helps.
– Mitch♦
Jul 1 '13 at 7:04