How to Enable Brightness Buttons when acpi_osi of Grub not enough in 16.04 of Zenbook?
Situation: to use F5 and F6 for decrease and increase of brightness, respectively, in Asus Zenbook UX303UA, when I can change brightness in System Preferences, and acpi_osi=
is not sufficient in GRUB_CMDLINE_LINUX_DEFAULT
of /etc/default/grub
.
Related: (See Brightness hotkey doesn't work on laptop asus k501ux [Ubuntu 16.04.1] and Screen brightness keys not working (fn + f5/f6)) where the latter is sufficient.
Ubuntu's docs says, but it is outdated and does not particularly include 16.04
NOTE: As of BIOS update 214 "Support Windows8 brightness control" is
added. This means that the brightness buttons won't work in Ubuntu any
longer. Brightness workaround 2 in the Zenbook Prime wiki works fine
for changing brightness.
Here some Bash scripts about the setup but their bindings are false for the different system.
Doing xev
, pressing F5 and F6, and studying the outputs which shows that the actions are doing nothing (0 bytes
transmitted), showing UEFI firmware problem (Pilot6)
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483030, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483120, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483312, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483387, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Unsuccessful output
Do
Add the option
acpi_osi
without value in your/etc/default/grub
file like this
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Run
update-grub
- Restart
Output: Fn+F5 and Fn+F6 does not work as expected: shows the sign of changes in brightness at the top-right corner but not actually affect the brightness at all.
- Fig. 1 Brightness set to minimum
- Fig. 2 Brightness increased without a change in the brightness
- Fig. 3 Brightness changes now accordingly in System Preferences
Bios upgrade?
I extended this issue in a new thread here.
I did not need to upgrade finally the bios because it was the latest (2 month old laptop 4th September 2016).
Hardware: Asus Zenbook UX303UA R4028T, UX305
OS: Ubuntu 16.04 64 bit, 14.04
Documentation: Ubuntu's docs about Asus Zenbook, Asus Zenbook Prime docs not apparently relevant
Related: How can I change brightness on Zenbook UX305 with media-buttons?
Differential solution: ALS sensor with non-apt-get software etc here
laptop asus media-buttons
|
show 3 more comments
Situation: to use F5 and F6 for decrease and increase of brightness, respectively, in Asus Zenbook UX303UA, when I can change brightness in System Preferences, and acpi_osi=
is not sufficient in GRUB_CMDLINE_LINUX_DEFAULT
of /etc/default/grub
.
Related: (See Brightness hotkey doesn't work on laptop asus k501ux [Ubuntu 16.04.1] and Screen brightness keys not working (fn + f5/f6)) where the latter is sufficient.
Ubuntu's docs says, but it is outdated and does not particularly include 16.04
NOTE: As of BIOS update 214 "Support Windows8 brightness control" is
added. This means that the brightness buttons won't work in Ubuntu any
longer. Brightness workaround 2 in the Zenbook Prime wiki works fine
for changing brightness.
Here some Bash scripts about the setup but their bindings are false for the different system.
Doing xev
, pressing F5 and F6, and studying the outputs which shows that the actions are doing nothing (0 bytes
transmitted), showing UEFI firmware problem (Pilot6)
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483030, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483120, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483312, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483387, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Unsuccessful output
Do
Add the option
acpi_osi
without value in your/etc/default/grub
file like this
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Run
update-grub
- Restart
Output: Fn+F5 and Fn+F6 does not work as expected: shows the sign of changes in brightness at the top-right corner but not actually affect the brightness at all.
- Fig. 1 Brightness set to minimum
- Fig. 2 Brightness increased without a change in the brightness
- Fig. 3 Brightness changes now accordingly in System Preferences
Bios upgrade?
I extended this issue in a new thread here.
I did not need to upgrade finally the bios because it was the latest (2 month old laptop 4th September 2016).
Hardware: Asus Zenbook UX303UA R4028T, UX305
OS: Ubuntu 16.04 64 bit, 14.04
Documentation: Ubuntu's docs about Asus Zenbook, Asus Zenbook Prime docs not apparently relevant
Related: How can I change brightness on Zenbook UX305 with media-buttons?
Differential solution: ALS sensor with non-apt-get software etc here
laptop asus media-buttons
Did you try theacpi_osi=
solution?
– Pilot6
Aug 24 '16 at 14:45
Can you change brightness from System Settings?acpi_osi=
works for me in 16.04.
– Pilot6
Aug 24 '16 at 14:53
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
1
You need to check if pressing these keys generate evens. You can check byxev
.
– Pilot6
Aug 24 '16 at 15:07
1
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33
|
show 3 more comments
Situation: to use F5 and F6 for decrease and increase of brightness, respectively, in Asus Zenbook UX303UA, when I can change brightness in System Preferences, and acpi_osi=
is not sufficient in GRUB_CMDLINE_LINUX_DEFAULT
of /etc/default/grub
.
Related: (See Brightness hotkey doesn't work on laptop asus k501ux [Ubuntu 16.04.1] and Screen brightness keys not working (fn + f5/f6)) where the latter is sufficient.
Ubuntu's docs says, but it is outdated and does not particularly include 16.04
NOTE: As of BIOS update 214 "Support Windows8 brightness control" is
added. This means that the brightness buttons won't work in Ubuntu any
longer. Brightness workaround 2 in the Zenbook Prime wiki works fine
for changing brightness.
Here some Bash scripts about the setup but their bindings are false for the different system.
Doing xev
, pressing F5 and F6, and studying the outputs which shows that the actions are doing nothing (0 bytes
transmitted), showing UEFI firmware problem (Pilot6)
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483030, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483120, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483312, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483387, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Unsuccessful output
Do
Add the option
acpi_osi
without value in your/etc/default/grub
file like this
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Run
update-grub
- Restart
Output: Fn+F5 and Fn+F6 does not work as expected: shows the sign of changes in brightness at the top-right corner but not actually affect the brightness at all.
- Fig. 1 Brightness set to minimum
- Fig. 2 Brightness increased without a change in the brightness
- Fig. 3 Brightness changes now accordingly in System Preferences
Bios upgrade?
I extended this issue in a new thread here.
I did not need to upgrade finally the bios because it was the latest (2 month old laptop 4th September 2016).
Hardware: Asus Zenbook UX303UA R4028T, UX305
OS: Ubuntu 16.04 64 bit, 14.04
Documentation: Ubuntu's docs about Asus Zenbook, Asus Zenbook Prime docs not apparently relevant
Related: How can I change brightness on Zenbook UX305 with media-buttons?
Differential solution: ALS sensor with non-apt-get software etc here
laptop asus media-buttons
Situation: to use F5 and F6 for decrease and increase of brightness, respectively, in Asus Zenbook UX303UA, when I can change brightness in System Preferences, and acpi_osi=
is not sufficient in GRUB_CMDLINE_LINUX_DEFAULT
of /etc/default/grub
.
Related: (See Brightness hotkey doesn't work on laptop asus k501ux [Ubuntu 16.04.1] and Screen brightness keys not working (fn + f5/f6)) where the latter is sufficient.
Ubuntu's docs says, but it is outdated and does not particularly include 16.04
NOTE: As of BIOS update 214 "Support Windows8 brightness control" is
added. This means that the brightness buttons won't work in Ubuntu any
longer. Brightness workaround 2 in the Zenbook Prime wiki works fine
for changing brightness.
Here some Bash scripts about the setup but their bindings are false for the different system.
Doing xev
, pressing F5 and F6, and studying the outputs which shows that the actions are doing nothing (0 bytes
transmitted), showing UEFI firmware problem (Pilot6)
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483030, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483120, (-1385,943), root:(303,995),
state 0x0, keycode 71 (keysym 0xffc2, F5), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483312, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3a00001,
root 0xb5, subw 0x0, time 16483387, (-1385,943), root:(303,995),
state 0x0, keycode 72 (keysym 0xffc3, F6), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Unsuccessful output
Do
Add the option
acpi_osi
without value in your/etc/default/grub
file like this
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Run
update-grub
- Restart
Output: Fn+F5 and Fn+F6 does not work as expected: shows the sign of changes in brightness at the top-right corner but not actually affect the brightness at all.
- Fig. 1 Brightness set to minimum
- Fig. 2 Brightness increased without a change in the brightness
- Fig. 3 Brightness changes now accordingly in System Preferences
Bios upgrade?
I extended this issue in a new thread here.
I did not need to upgrade finally the bios because it was the latest (2 month old laptop 4th September 2016).
Hardware: Asus Zenbook UX303UA R4028T, UX305
OS: Ubuntu 16.04 64 bit, 14.04
Documentation: Ubuntu's docs about Asus Zenbook, Asus Zenbook Prime docs not apparently relevant
Related: How can I change brightness on Zenbook UX305 with media-buttons?
Differential solution: ALS sensor with non-apt-get software etc here
laptop asus media-buttons
laptop asus media-buttons
edited Jan 23 at 2:27
Pablo Bianchi
2,89521535
2,89521535
asked Aug 24 '16 at 14:43
Léo Léopold Hertz 준영Léo Léopold Hertz 준영
1,7361349124
1,7361349124
Did you try theacpi_osi=
solution?
– Pilot6
Aug 24 '16 at 14:45
Can you change brightness from System Settings?acpi_osi=
works for me in 16.04.
– Pilot6
Aug 24 '16 at 14:53
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
1
You need to check if pressing these keys generate evens. You can check byxev
.
– Pilot6
Aug 24 '16 at 15:07
1
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33
|
show 3 more comments
Did you try theacpi_osi=
solution?
– Pilot6
Aug 24 '16 at 14:45
Can you change brightness from System Settings?acpi_osi=
works for me in 16.04.
– Pilot6
Aug 24 '16 at 14:53
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
1
You need to check if pressing these keys generate evens. You can check byxev
.
– Pilot6
Aug 24 '16 at 15:07
1
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33
Did you try the
acpi_osi=
solution?– Pilot6
Aug 24 '16 at 14:45
Did you try the
acpi_osi=
solution?– Pilot6
Aug 24 '16 at 14:45
Can you change brightness from System Settings?
acpi_osi=
works for me in 16.04.– Pilot6
Aug 24 '16 at 14:53
Can you change brightness from System Settings?
acpi_osi=
works for me in 16.04.– Pilot6
Aug 24 '16 at 14:53
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
1
1
You need to check if pressing these keys generate evens. You can check by
xev
.– Pilot6
Aug 24 '16 at 15:07
You need to check if pressing these keys generate evens. You can check by
xev
.– Pilot6
Aug 24 '16 at 15:07
1
1
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33
|
show 3 more comments
1 Answer
1
active
oldest
votes
Add the option
acpi_osi
without value in the parameterGRUB_CMDLINE_LINUX_DEFAULT
of your/etc/default/grub
file, like in the body
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Edit
/usr/share/X11/xorg.conf.d/20-intel.conf
and add the following there
# http://askubuntu.com/a/536618/25388
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Run
sudo update-grub
.
Output: brightness control works as expected now.
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed byacpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.
– Pilot6
Aug 25 '16 at 9:06
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
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%2f816264%2fhow-to-enable-brightness-buttons-when-acpi-osi-of-grub-not-enough-in-16-04-of-ze%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
Add the option
acpi_osi
without value in the parameterGRUB_CMDLINE_LINUX_DEFAULT
of your/etc/default/grub
file, like in the body
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Edit
/usr/share/X11/xorg.conf.d/20-intel.conf
and add the following there
# http://askubuntu.com/a/536618/25388
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Run
sudo update-grub
.
Output: brightness control works as expected now.
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed byacpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.
– Pilot6
Aug 25 '16 at 9:06
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
add a comment |
Add the option
acpi_osi
without value in the parameterGRUB_CMDLINE_LINUX_DEFAULT
of your/etc/default/grub
file, like in the body
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Edit
/usr/share/X11/xorg.conf.d/20-intel.conf
and add the following there
# http://askubuntu.com/a/536618/25388
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Run
sudo update-grub
.
Output: brightness control works as expected now.
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed byacpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.
– Pilot6
Aug 25 '16 at 9:06
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
add a comment |
Add the option
acpi_osi
without value in the parameterGRUB_CMDLINE_LINUX_DEFAULT
of your/etc/default/grub
file, like in the body
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Edit
/usr/share/X11/xorg.conf.d/20-intel.conf
and add the following there
# http://askubuntu.com/a/536618/25388
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Run
sudo update-grub
.
Output: brightness control works as expected now.
Add the option
acpi_osi
without value in the parameterGRUB_CMDLINE_LINUX_DEFAULT
of your/etc/default/grub
file, like in the body
# guillaume-desclaux https://ubuntuforums.org/showthread.php?t=2243162
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
Edit
/usr/share/X11/xorg.conf.d/20-intel.conf
and add the following there
# http://askubuntu.com/a/536618/25388
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
Run
sudo update-grub
.
Output: brightness control works as expected now.
answered Aug 25 '16 at 9:01
community wiki
Léo Léopold Hertz 준영
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed byacpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.
– Pilot6
Aug 25 '16 at 9:06
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
add a comment |
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed byacpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.
– Pilot6
Aug 25 '16 at 9:06
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
1
1
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed by
acpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.– Pilot6
Aug 25 '16 at 9:06
That is what I did in my Asus laptop. I thought that you tried that already. There were a lot of questions about that. There are 2 issues: 1. The buttons do not generate events. It can be fixed by
acpi_osi=
. 2. They control a wrong interface. That is fixed by the conf file.– Pilot6
Aug 25 '16 at 9:06
1
1
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
This solved the issue on my X550LA. Cheers!
– Bradyn Claycomb
Apr 26 '17 at 18:38
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%2f816264%2fhow-to-enable-brightness-buttons-when-acpi-osi-of-grub-not-enough-in-16-04-of-ze%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
Did you try the
acpi_osi=
solution?– Pilot6
Aug 24 '16 at 14:45
Can you change brightness from System Settings?
acpi_osi=
works for me in 16.04.– Pilot6
Aug 24 '16 at 14:53
You need to see if these keys generate events.
– Pilot6
Aug 24 '16 at 14:54
1
You need to check if pressing these keys generate evens. You can check by
xev
.– Pilot6
Aug 24 '16 at 15:07
1
This is a problem related to the UEFi firmware. I don't know how to solve it.
– Pilot6
Aug 24 '16 at 19:33