How to Enable Brightness Buttons when acpi_osi of Grub not enough in 16.04 of Zenbook?












3















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





  1. 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="


  2. Run update-grub


  3. 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


fig 1fig 2fig 3



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










share|improve this question

























  • 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
















3















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





  1. 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="


  2. Run update-grub


  3. 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


fig 1fig 2fig 3



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










share|improve this question

























  • 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














3












3








3


1






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





  1. 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="


  2. Run update-grub


  3. 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


fig 1fig 2fig 3



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










share|improve this question
















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





  1. 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="


  2. Run update-grub


  3. 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


fig 1fig 2fig 3



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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



















  • 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

















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










1 Answer
1






active

oldest

votes


















3
















  1. Add the option acpi_osi without value in the parameter GRUB_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="



  2. 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


  3. Run sudo update-grub.



Output: brightness control works as expected now.






share|improve this answer





















  • 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






  • 1





    This solved the issue on my X550LA. Cheers!

    – Bradyn Claycomb
    Apr 26 '17 at 18:38











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
});


}
});














draft saved

draft discarded


















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









3
















  1. Add the option acpi_osi without value in the parameter GRUB_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="



  2. 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


  3. Run sudo update-grub.



Output: brightness control works as expected now.






share|improve this answer





















  • 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






  • 1





    This solved the issue on my X550LA. Cheers!

    – Bradyn Claycomb
    Apr 26 '17 at 18:38
















3
















  1. Add the option acpi_osi without value in the parameter GRUB_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="



  2. 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


  3. Run sudo update-grub.



Output: brightness control works as expected now.






share|improve this answer





















  • 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






  • 1





    This solved the issue on my X550LA. Cheers!

    – Bradyn Claycomb
    Apr 26 '17 at 18:38














3












3








3









  1. Add the option acpi_osi without value in the parameter GRUB_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="



  2. 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


  3. Run sudo update-grub.



Output: brightness control works as expected now.






share|improve this answer

















  1. Add the option acpi_osi without value in the parameter GRUB_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="



  2. 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


  3. Run sudo update-grub.



Output: brightness control works as expected now.







share|improve this answer














share|improve this answer



share|improve this answer








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 by acpi_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





    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





    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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?