Enable systemd-baclight@intel_backlight instead of systemd-backlight@acpi_video0 Announcing...
Why is there no army of Iron-Mans in the MCU?
I'm thinking of a number
Estimated State payment too big --> money back; + 2018 Tax Reform
Direct Experience of Meditation
How should I respond to a player wanting to catch a sword between their hands?
Stop battery usage [Ubuntu 18]
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Estimate capacitor parameters
Unable to start mainnet node docker container
Jazz greats knew nothing of modes. Why are they used to improvise on standards?
What do you call the holes in a flute?
Windows 10: How to Lock (not sleep) laptop on lid close?
Problem when applying foreach loop
What are the performance impacts of 'functional' Rust?
Blender game recording at the wrong time
How many things? AとBがふたつ
Limit for e and 1/e
Can a monk deflect thrown melee weapons?
Need a suitable toxic chemical for a murder plot in my novel
What is the largest species of polychaete?
What can I do if my MacBook isn’t charging but already ran out?
How can I make names more distinctive without making them longer?
Mortgage adviser recommends a longer term than necessary combined with overpayments
3 doors, three guards, one stone
Enable systemd-baclight@intel_backlight instead of systemd-backlight@acpi_video0
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionsystemd timer needs to run ExecStop at shutdown/rebootEnable systemd service file?systemd : write a .service daemon for setting up swap and fs in zramMonitoring systemd service activation timessystemd: gracefully fail backup when external disk not plugged inusing systemd timers instead of cronSystemd unit activate vs enableEnable systemd services without systemctlSystemd irregular timing issueHow does systemctl suspend work?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have 2 files in /sys/class/backlight/
- acpi_video0
and intel_backlight
. intel_backlight
is the one which controls my screen brightness (echo/cat), however acpi_video0
is the default.
By default the service systemd-backlight@acpi_video0.service
is enabled which should save/restore brightness at shutdown/startup, but it doesn't work since it points to the wrong file.
When trying to enable systemd-backlight@intel_backlight.service
instead, but I get this message:
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
How do I fix this?
arch-linux systemd
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have 2 files in /sys/class/backlight/
- acpi_video0
and intel_backlight
. intel_backlight
is the one which controls my screen brightness (echo/cat), however acpi_video0
is the default.
By default the service systemd-backlight@acpi_video0.service
is enabled which should save/restore brightness at shutdown/startup, but it doesn't work since it points to the wrong file.
When trying to enable systemd-backlight@intel_backlight.service
instead, but I get this message:
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
How do I fix this?
arch-linux systemd
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Side question: Is it normal to have two files in/sys/class/backlight/
?
– orschiro
Apr 3 '14 at 6:47
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07
add a comment |
I have 2 files in /sys/class/backlight/
- acpi_video0
and intel_backlight
. intel_backlight
is the one which controls my screen brightness (echo/cat), however acpi_video0
is the default.
By default the service systemd-backlight@acpi_video0.service
is enabled which should save/restore brightness at shutdown/startup, but it doesn't work since it points to the wrong file.
When trying to enable systemd-backlight@intel_backlight.service
instead, but I get this message:
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
How do I fix this?
arch-linux systemd
I have 2 files in /sys/class/backlight/
- acpi_video0
and intel_backlight
. intel_backlight
is the one which controls my screen brightness (echo/cat), however acpi_video0
is the default.
By default the service systemd-backlight@acpi_video0.service
is enabled which should save/restore brightness at shutdown/startup, but it doesn't work since it points to the wrong file.
When trying to enable systemd-backlight@intel_backlight.service
instead, but I get this message:
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
How do I fix this?
arch-linux systemd
arch-linux systemd
asked Jan 25 '14 at 15:57
Babken VardanyanBabken Vardanyan
525715
525715
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Side question: Is it normal to have two files in/sys/class/backlight/
?
– orschiro
Apr 3 '14 at 6:47
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07
add a comment |
Side question: Is it normal to have two files in/sys/class/backlight/
?
– orschiro
Apr 3 '14 at 6:47
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07
Side question: Is it normal to have two files in
/sys/class/backlight/
?– orschiro
Apr 3 '14 at 6:47
Side question: Is it normal to have two files in
/sys/class/backlight/
?– orschiro
Apr 3 '14 at 6:47
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07
add a comment |
1 Answer
1
active
oldest
votes
It may be that you're just missing the backlight:
part of the command:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
You may also need to escape the :
, i.e.:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
Since you have two folders in /sys/class/backlight/, you probably have two graphics cards. The Arch wiki suggests adding one of the following kernel parameters in your bootloader:
acpi_backlight=video
acpi_backlight=vendor
acpi_backlight=native
acpi_backlight=none
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f110890%2fenable-systemd-baclightintel-backlight-instead-of-systemd-backlightacpi-video0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It may be that you're just missing the backlight:
part of the command:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
You may also need to escape the :
, i.e.:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
Since you have two folders in /sys/class/backlight/, you probably have two graphics cards. The Arch wiki suggests adding one of the following kernel parameters in your bootloader:
acpi_backlight=video
acpi_backlight=vendor
acpi_backlight=native
acpi_backlight=none
add a comment |
It may be that you're just missing the backlight:
part of the command:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
You may also need to escape the :
, i.e.:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
Since you have two folders in /sys/class/backlight/, you probably have two graphics cards. The Arch wiki suggests adding one of the following kernel parameters in your bootloader:
acpi_backlight=video
acpi_backlight=vendor
acpi_backlight=native
acpi_backlight=none
add a comment |
It may be that you're just missing the backlight:
part of the command:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
You may also need to escape the :
, i.e.:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
Since you have two folders in /sys/class/backlight/, you probably have two graphics cards. The Arch wiki suggests adding one of the following kernel parameters in your bootloader:
acpi_backlight=video
acpi_backlight=vendor
acpi_backlight=native
acpi_backlight=none
It may be that you're just missing the backlight:
part of the command:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
You may also need to escape the :
, i.e.:
# systemctl enable systemd-backlight@backlight:intel_backlight.service
Since you have two folders in /sys/class/backlight/, you probably have two graphics cards. The Arch wiki suggests adding one of the following kernel parameters in your bootloader:
acpi_backlight=video
acpi_backlight=vendor
acpi_backlight=native
acpi_backlight=none
answered Nov 1 '15 at 20:21
David KennedyDavid Kennedy
96581738
96581738
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f110890%2fenable-systemd-baclightintel-backlight-instead-of-systemd-backlightacpi-video0%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
Side question: Is it normal to have two files in
/sys/class/backlight/
?– orschiro
Apr 3 '14 at 6:47
Don't know if it's normal but I have 2 dirs there on my laptop on default install.
– Babken Vardanyan
Apr 3 '14 at 10:07