How to prevent Ubuntu from changing screen brightness?
I have recently installed 12.04 on ASUS-K53SV-V300. I can change the brightness on start-up with:
echo 0 > /sys/class/backlight/acpi_video0/brightness >> /etc/rc.local
or manually by Fn key.
But, whenever Ubuntu dim my screen brightness to save power or wake-up from suspend or inactive for 20-30 seconds, brightness reset to high (my problem get much more when on battery).
How can I disable screen brightness service to prevent it from changing my brightness? What service work on screen brightness? If I disable this service, can I manually set brightness by command?
find a replacement to work on brightness instead of default power manager.
brightness
add a comment |
I have recently installed 12.04 on ASUS-K53SV-V300. I can change the brightness on start-up with:
echo 0 > /sys/class/backlight/acpi_video0/brightness >> /etc/rc.local
or manually by Fn key.
But, whenever Ubuntu dim my screen brightness to save power or wake-up from suspend or inactive for 20-30 seconds, brightness reset to high (my problem get much more when on battery).
How can I disable screen brightness service to prevent it from changing my brightness? What service work on screen brightness? If I disable this service, can I manually set brightness by command?
find a replacement to work on brightness instead of default power manager.
brightness
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09
add a comment |
I have recently installed 12.04 on ASUS-K53SV-V300. I can change the brightness on start-up with:
echo 0 > /sys/class/backlight/acpi_video0/brightness >> /etc/rc.local
or manually by Fn key.
But, whenever Ubuntu dim my screen brightness to save power or wake-up from suspend or inactive for 20-30 seconds, brightness reset to high (my problem get much more when on battery).
How can I disable screen brightness service to prevent it from changing my brightness? What service work on screen brightness? If I disable this service, can I manually set brightness by command?
find a replacement to work on brightness instead of default power manager.
brightness
I have recently installed 12.04 on ASUS-K53SV-V300. I can change the brightness on start-up with:
echo 0 > /sys/class/backlight/acpi_video0/brightness >> /etc/rc.local
or manually by Fn key.
But, whenever Ubuntu dim my screen brightness to save power or wake-up from suspend or inactive for 20-30 seconds, brightness reset to high (my problem get much more when on battery).
How can I disable screen brightness service to prevent it from changing my brightness? What service work on screen brightness? If I disable this service, can I manually set brightness by command?
find a replacement to work on brightness instead of default power manager.
brightness
brightness
edited Aug 28 '12 at 8:55
asked Aug 28 '12 at 2:06
cholazer
2613
2613
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09
add a comment |
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09
add a comment |
3 Answers
3
active
oldest
votes
You can turn off brightness adjustments to save power in System Settings->Brightness and Lock
.
add a comment |
In case you don't want your screen to turn off or dim at all, I recommend the tool Caffeine.
sudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
If you turn on Caffeine, it will prevent your screen from dimming and switching of. That tool always worked for me.
add a comment |
I have read the core codes of the tool caffeine which written by Python mentioned above and I found the command
$ xset -dpms; xset s off
seems useful.
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%2f181204%2fhow-to-prevent-ubuntu-from-changing-screen-brightness%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can turn off brightness adjustments to save power in System Settings->Brightness and Lock
.
add a comment |
You can turn off brightness adjustments to save power in System Settings->Brightness and Lock
.
add a comment |
You can turn off brightness adjustments to save power in System Settings->Brightness and Lock
.
You can turn off brightness adjustments to save power in System Settings->Brightness and Lock
.
edited Nov 15 '12 at 20:30
Community♦
1
1
answered Aug 29 '12 at 8:44
Steve Kroon
6471826
6471826
add a comment |
add a comment |
In case you don't want your screen to turn off or dim at all, I recommend the tool Caffeine.
sudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
If you turn on Caffeine, it will prevent your screen from dimming and switching of. That tool always worked for me.
add a comment |
In case you don't want your screen to turn off or dim at all, I recommend the tool Caffeine.
sudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
If you turn on Caffeine, it will prevent your screen from dimming and switching of. That tool always worked for me.
add a comment |
In case you don't want your screen to turn off or dim at all, I recommend the tool Caffeine.
sudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
If you turn on Caffeine, it will prevent your screen from dimming and switching of. That tool always worked for me.
In case you don't want your screen to turn off or dim at all, I recommend the tool Caffeine.
sudo apt-add-repository ppa:caffeine-developers/ppa
sudo apt-get update && sudo apt-get install caffeine
If you turn on Caffeine, it will prevent your screen from dimming and switching of. That tool always worked for me.
answered Feb 10 '13 at 9:01
suchmaske
312
312
add a comment |
add a comment |
I have read the core codes of the tool caffeine which written by Python mentioned above and I found the command
$ xset -dpms; xset s off
seems useful.
add a comment |
I have read the core codes of the tool caffeine which written by Python mentioned above and I found the command
$ xset -dpms; xset s off
seems useful.
add a comment |
I have read the core codes of the tool caffeine which written by Python mentioned above and I found the command
$ xset -dpms; xset s off
seems useful.
I have read the core codes of the tool caffeine which written by Python mentioned above and I found the command
$ xset -dpms; xset s off
seems useful.
edited Nov 29 at 15:10
Mr Shunz
2,1901922
2,1901922
answered Oct 11 '14 at 9:54
Just Do It
112
112
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f181204%2fhow-to-prevent-ubuntu-from-changing-screen-brightness%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
askubuntu.com/questions/149054/…
– rɑːdʒɑ
Aug 28 '12 at 2:09