[SOLVED] ASUS Screen Brightness Not Working

I have been trying for a few hours to get my screen brightness to work properly. I'm on an ASUS Zenbook Prime UX31A with kernel 3.9.6-1. I'm using efibootmgr to boot.
According to the wiki page and numerous posts, I need to use the acpi_osi="!Windows 2012" boot parameter. When I set it using efibootmgr, the keyboard backlight keys work (Fn+F[34]), but the screen brightness keys (Fn+F[56]) do not work. I have tried the following in efibootmgr:
# efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=Linux add_efi_memmap
# efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=intel add_efi_memmap
# efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u initrd=EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi= add_efi_memmap
and a few others. The particularly peculiar thing is when I use a UEFI shell to boot with my script:
echo -on
\EFI\arch\vmlinuz-arch.efi root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 add_efi_memmap efi_no_storage_paranoia initrd=EFI/arch/initramfs-arch.img elevator=noop acpi_osi="!Windows 2012"
it works fine (both keyboard backlight and screen brightness).
What am I doing wrong? My hunch is that I'm doing something wrong with the formatting of acpi_osi="!Windows 2012" but I'm pretty sure I've tried every combination of different quotes and escaping different things. It's also worth nothing that the "!" gets interpreted by bash in some of these permutations making efibootmgr not actually run.
Last edited by tobit (2013-06-30 02:37:30)

WonderWoofy wrote:
Because you are entering it in a shell, you need to escape some of the things in the acpi_osi="!Windows 2012" string.  So for example, the double quotes are intended to be entered exactly as is in the resulting efibootmgr entry, so these should be esacped since they would otherwise have a special meaning in the command line.  The same is true for the exclamation point.  So I think you would have to do:
efibootmgr -c -w -d /dev/sda -p 1 -L "Arch Linux" -l '\EFI\arch\vmlinuz-arch.efi' -u "initrd=/EFI/arch/initramfs-arch.img root=UUID=d0b32080-84f0-4c6b-933b-f62b880afc09 ro rootfstype=ext4 efi_no_storage_paranoia elevator=noop acpi_osi=\"\!Windows 2012\" add_efi_memmap"
BTW, this is just a copy/paste of one of the entries above (slightly fixed).  I added a '/' to your initrd entry, as it is supposed to be an absolute path, not a relative one.
Edit: I too started out with a direct efibootmgr entry when getting to know UEFI.  But I think that a better solution is to use a boot manager.  I like gummiboot, but I also keep rEFInd set up as well.  By doing this, if you ever want to chane something on your kernel command line, you can just edit the config before reboot.  But I think that were it is really useful is if you need to modify the kernel command line before you boot, as it is not possible with a direct efibootmgr entry.  If you want to make it seem seamless, just set the timeout to zero in efibootmgr, and then if you want to get to the menu, you just hold the spacebar while booting. 
The reason I wanted to use a direct efibootmgr entry was because I thought it would be faster.  But because gummiboot and systemd will actually give you the time it takes to boot which includes the time in the firmware (POST) as well as the time it takes to get through the boot manager, I have actually found that my system takes a whole 14ms from the end of POST to starting to load the kernel.
Edit2: BTW, I also quoted the entire srting of arguments on the kernel command line, which it need in order to be fed to the '-u' option as a single string.
I'm afraid that still doesn't work. I've tried similar things and tried that specifically.  In case you're wondering, the command you listed gives me the following output:
$ sudo efibootmgr -v
BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000
Boot0000* Arch Linux HD(1,800,96000,bee2185e-de97-4dc0-9614-830639991bc3)File(\EFI\arch\vmlinuz-arch.efi)i.n.i.t.r.d.=./.E.F.I./.a.r.c.h./.i.n.i.t.r.a.m.f.s.-.a.r.c.h...i.m.g. .r.o.o.t.=.U.U.I.D.=.d.0.b.3.2.0.8.0.-.8.4.f.0.-.4.c.6.b.-.9.3.3.b.-.f.6.2.b.8.8.0.a.f.c.0.9. .r.o. .r.o.o.t.f.s.t.y.p.e.=.e.x.t.4. .e.f.i._.n.o._.s.t.o.r.a.g.e._.p.a.r.a.n.o.i.a. .e.l.e.v.a.t.o.r.=.n.o.o.p. .a.c.p.i._.o.s.i.=.".\.!.W.i.n.d.o.w.s. .2.0.1.2.". .a.d.d._.e.f.i._.m.e.m.m.a.p...
I also tried putting the -u argument in single quotes so that I don't have to escape the double quotes or the !. That also didn't work. Thanks for your suggestions, I'd be happy to try more, I've tried a lot already to no avail :-(
count0 wrote:On my Asus X201E, the screen brightness keys only work when I add "acpi_osi=" to my kernel parameters, with no arguments. You could try that.
That's the third option I say that I tried in my original post.

Similar Messages

  • [SOLVED] DPMS screen off not working with xorg 1.16.0, gnome 3

    After the update of xorg into 1.16.0-2, screen is not turned off by DPMS in GNOME.
    I also tried an manual command:
    $ xset dpms force off
    but it's not working.
    In other WM, this command is working.
    With xorg 1.15.2 and gnome 3, there is not this problem.
    When I entered the command, the screen turned off for a couple of seconds and turned back on.
    Last edited by esrevinu (2014-07-22 23:35:07)

    Updating xf86-video-intel to 2.99.912-4 solved the problem.
    Thanks.

  • [Problem Solved] On screen display not working on T60

    I replace my xp with a Vista Business.
    All the drivers are installed. But the on screen display is not working well. Nothing display when I press the volume up/down/mute button. However, other buttons like Fn+F3, Fn+F5 do display on screen.
    Anyone  knows how to solve this?
    Thanks a lot. 
    Message Edited by szsy on 10-02-2008 08:11 PM
    Solved!
    Go to Solution.

    problem solved.
    looks like I need to install a  Lenovo System Interface Driver. This is just for ATI graphic card users and nVidia users don't need it.
    Thanks a lot. 

  • Screen brightness not working after updating windows 10

    My Lenovo g50-70 laptop screen brightness button not working and I also not able to adjust brightness of my laptop.it is fixed at maximum level after updating windows 10. Find a solution for this problem.

    I have the same problem with my HP Pavilion 17-e073ed notebook. As far as I can tell everything seems to be working again BUT the brightness function keys.
    I tried downloading a few of the quick key drivers but they're still not working.

  • T440 Display Brightness Not Working

    After the first time I put my piece of crap T440 to sleep, the keyboard keys for changing screen brightness stop working - no effect, & no on-screen desplay. Given the generally horrible feature set of this machine, I am not too surprised. I downloade & installed the power management program, the pm driver, the on-screen display driver, and a box of chocolates. Anybody got any ideas?
    Solved!
    Go to Solution.

    Known Windows 7 issue: https://support.microsoft.com/kb/2752407
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • I need to turn off 'find my iPhone' so that I am able to restore my phone but my screen is not working. I logged into my iCloud but was not able to turn it from here. How do I do this?!

    My iPhone 4 screen stopped working. The phone is still on but the screen is not working at all, it is juts black. I was told restoring my phone might solve this problem so i plugged it into iTunes. When I click on the restore iPhone button a message popped up saying I needed to turn off 'find my iPhone' in phone settings for the restore to be go ahead. Problem is I cant access my phone!
    I went onto my cloud account to see if i could do it from here but it doesn't seem to be doing anything. Any ideas?

    From your iCloud account, you can go to Find My Phone and remove the iPhone from your devices list which will release it, or you could do a remote erase of the iPhone from iCloud.

  • I just took my new MacBook Pro out of the box and the screen will not work. Display is, black no life to the screen at all

    So I just ordered my first Mac book Pro. I took it out of the box and hit the power button to do the start up and the screen will not work at all. I shut the computer off and back on again. I plugged it in and unplugged it. I've done everything I can think of and the screen still stays blank with no life at all

    Is the battery charged? Press the little button on the left edge, near the front. If no green dots, no charge.
    Does it charge? When you connect the MagSafe charger, does the pilot light on the plug light up?
    Does it actually start? Should sound a chime after you press the power button on the top/right corner. If it chimes, does the Caps Lock pilot light when you press it?
    If it starts and Caps Lock does flash on and off, have you tried pressing the screen brightness control for awhile? F2 turns up the brightness, may be turned fully down.

  • Auto brightness not working on iPhone 5?

    On the iPhone 5 - In the settings, when flicking the auto brightness on/off the screen shows no change in brightness - whether in a completely dark room or with the lights on etc. My iPhone 4 has been updated to IOS6 and seems to be working normally (brightness auto adjusts in all situations).
    Anyone else have this problem of the auto brightness not working?

    There is nothing wrong with the auto brightness.
    When you have auto brightness enabled the slider works as the minimum brightness setting with auto brightness.
    If you have the slider too high the brightness cant reduce because youre not letting it.
    Set your brightness at about 25% and you'll see what I mean.

  • My USB port (closest to the screen) is not working? And what is an IR Receiver in my USB port?

    Hi everyone,
         I recently found out that my USB port, closest to my screen, is not working. Before I called Apple Care for help, I performed a PRAM and a SMC RESET, which unfortunately did not work. I called Apple Care and they help me troubleshoot simple resets such as, shutdowns and restarts. The representative I spoke with conluded that the physical hardware has an issue and must be brought to the Apple Store for a diagnosis. I called the Apple Store to at least budget the fee for getting a USB port fixed and it's about $300.00. I never dropped my macbook or had any sort tactile encounterment with hard surfaces by dropping or hitting. I don't understand how my macbook pro would be physically damaged. I then thought maybe my software was out of date (right now I am running 10.9 Mavericks) or I forgot to do the minor software updates, but I was at a lost again because my macbook is up-to-date. I searched for further help and found a way to monitor what's plugged into my usb ports. (I read in the apple forums that a girl had nothing in her usb ports, but upon looking at the System Information> Hardware> USB, that the macbook recognizes that there are drives in the ports) I looked at my ports; one is being used by wirless mouse (the port that works) and the other (the port that doesnt work) is being used by an "IR RECEIVER". Now, is the IR Receiver actually using that port and that's why my macbook cannot recognize other devices inserted into that port? Or is the IR RECEIVER suppose to be in that port and that the hardware for that port is simply damaged (which would mean I need $300.00 to get that fixed)? I know this is a lot, but someone help me?
    (PORT THAT WORKS)
    USB Hi-Speed Bus:
      Host Controller Location:          Built-in USB
      Host Controller Driver:          AppleUSBEHCI
      PCI Device ID:          0x1c2d
      PCI Revision ID:          0x0005
      PCI Vendor ID:          0x8086
      Bus Number:          0xfa
    FaceTime HD Camera (Built-in):
      Product ID:          0x8509
      Vendor ID:          0x05ac  (Apple Inc.)
      Version:           5.16
      Serial Number:          DJHBAJ06VRDH7FL0
      Speed:          Up to 480 Mb/sec
      Manufacturer:          Apple Inc.
      Location ID:          0xfa200000 / 3
      Current Available (mA):          500
      Current Required (mA):          500
    Hub:
      Product ID:          0x2513
      Vendor ID:          0x0424  (SMSC)
      Version:           b.b3
      Speed:          Up to 480 Mb/sec
      Location ID:          0xfa100000 / 2
      Current Available (mA):          500
      Current Required (mA):          2
    Microsoft® Nano Transceiver v2.0:
      Product ID:          0x0745
      Vendor ID:          0x045e  (Microsoft Corporation)
      Version:           6.34
      Speed:          Up to 12 Mb/sec
      Manufacturer:          Microsoft
      Location ID:          0xfa130000 / 6
      Current Available (mA):          500
      Current Required (mA):          100
    Apple Internal Keyboard / Trackpad:
      Product ID:          0x0252
      Vendor ID:          0x05ac  (Apple Inc.)
      Version:           1.18
      Speed:          Up to 12 Mb/sec
      Manufacturer:          Apple Inc.
      Location ID:          0xfa120000 / 5
      Current Available (mA):          500
      Current Required (mA):          40
    BRCM2070 Hub:
      Product ID:          0x4500
      Vendor ID:          0x0a5c  (Broadcom Corp.)
      Version:           1.00
      Speed:          Up to 12 Mb/sec
      Manufacturer:          Apple Inc.
      Location ID:          0xfa110000 / 4
      Current Available (mA):          500
      Current Required (mA):          94
    Bluetooth USB Host Controller:
      Product ID:          0x821a
      Vendor ID:          0x05ac  (Apple Inc.)
      Version:           0.42
      Speed:          Up to 12 Mb/sec
      Manufacturer:          Apple Inc.
      Location ID:          0xfa113000 / 8
      Current Available (mA):          500
      Current Required (mA):          0
    (PORT THAT DOESN'T WORK)
    USB Hi-Speed Bus:
      Host Controller Location:          Built-in USB
      Host Controller Driver:          AppleUSBEHCI
      PCI Device ID:          0x1c26
      PCI Revision ID:          0x0005
      PCI Vendor ID:          0x8086
      Bus Number:          0xfd
    Hub:
      Product ID:          0x2513
      Vendor ID:          0x0424  (SMSC)
      Version:           b.b3
      Speed:          Up to 480 Mb/sec
      Location ID:          0xfd100000 / 2
      Current Available (mA):          500
      Current Required (mA):          2
    IR Receiver:
      Product ID:          0x8242
      Vendor ID:          0x05ac  (Apple Inc.)
      Version:           0.16
      Speed:          Up to 1.5 Mb/sec
      Manufacturer:          Apple Computer, Inc.
      Location ID:          0xfd110000 / 3
      Current Available (mA):          500
      Current Required (mA):          100

    I can help with the "IR Receiver" part of your question. That's the piece of hardware inside older MacBook Pros (MBPs) that lets them work with the Apple Remote. "IR" is the standard abbreviation for "infrared," the portion of the electromagnetic spectrum used by remotes for many common devices (stereos, cable boxes, Apple TVs, etc.). The remote sends a coded stream of IR pulses; a corresponding receiver in the target device "sees" the infrared light and decodes it. The MBP's internal IR Receiver sends the received signals to the processor via USB through an internal hub.
    The most recent MacBook Pros have dropped the IR receiver and no longer work with the Apple Remote.

  • HT1414 touch screen does not work on my ipod when playing music on itunes, but works fine on every other thing on ipod

    touch screen does not work on my ipod when playing music on itunes, but works fine on every other thing on ipod, can anyone help or what is the cause

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • Hi I was just wondering, if my iPod nano's serial number says that it is eligible, but its screen is not working, am I still eligibile for the iPod nano 1st gen replacement?

    Hi I was just wondering, if my iPod nano's serial number says that it is eligible, but its screen is not working, am I still eligibile for the iPod nano 1st gen replacement?

    Yes. They'll still replace your iPod. Several users have indicated that they have returned damaged iPods and were still given a replacement iPod.
    B-rock

  • HT1212 I am trying to restore a phone that the screen does not work on, therefore I can't input my password.  How can I bypass this and upload it to itunes?

    I am trying to restore a phone that the screen does not work on, therefore I can't input my password.  How can I bypass this and upload it to itunes?

    You could follow the instructions in the support document that you linked from. There is a section regarding the passcode and the inability to use it or enter it. However, you may encounter more issues since you cannot use the screen.

  • I have an ipod touch 3rd generation and the whole touch screen is not working.

    I have a 32gb ipod which I bought for fifty dollars and when i bought it had a pretty baddly cracked screen but thing is it worked fine. Every part of the screen worked fine; it was as senstive where the screen was cracked as the areas of the screen that were not cracked. I dropped it a couple times from like two or three feet on two a hard wood floor about four times all it did was make the cracks on the screen a little worse. Then one day I dropped it from about a foot and now the whole touch screen is not working does anyone know why this is. They told me at the ipod store to get a new one would be 130 to trade mine in. But the thing is I very mechanically inclined and I am very good with electrionics; I was planing on buying the glass for fifty bucks and putting it on myself because I read how to do it and I am more then capapble of doing it. But now since the touch screen is now working; do I need a new screen along with a new glass? See the thing is because I think both those part cost 120 together. Which would not be worth me doing that when I can go to the ipod store and they would trade me a new one for 130 bucks. But the issue is, they told me at the ipod store they would have to look and see how damaged the ipod is to see if they will exchange it. My screen is severly cracked; also I have a dent that is a half inch long and 1/8th inch deep in the back of my ipod and its very scracthed up; do you thing an ipod store would exchange it in the condition it is in. Also has anybody had this problem before and I was wondering if it would be possible for me to take it apart and fix it my self without buying any new parts.

    If I were you, I would pay the $130 for a replacement. Then you can be sure that it has all the working parts it needs.

  • My 5800 touch screen is not working properly.

    Hi,
    Frequently my 5800 touch screen is not working. Some times I am unable to use the screen. It's just hung. The call, menu and disconnect buttons only work during this time. Can any please let me know what might be the problem.?
    Thanks in advance,
    Tarun Konduri. 

    Tarun_Konduri wrote:
    Hi,
    Frequently my 5800 touch screen is not working. Some times I am unable to use the screen. It's just hung. The call, menu and disconnect buttons only work during this time. Can any please let me know what might be the problem.?
    Thanks in advance,
    Tarun Konduri. 
    Tarun_Konduri wrote:
    Hi,
    Frequently my 5800 touch screen is not working. Some times I am unable to use the screen. It's just hung. The call, menu and disconnect buttons only work during this time. Can any please let me know what might be the problem.?
    Thanks in advance,
    Tarun Konduri. 
    Dear all,
    I had the same issue with my nokia 5800, finally I found very interesting thing, I have been doing everything to bring my phone back to original  condition where simply I can touch and access the phone.
    Actually the issue was with the thin plastic piece which was put on the touch screen for its protection. I was struggling to touch and access the phone but i coudnt for almost 2 weeks, it was directing me to bottom left corner touch buttons of the phone and automatically opens and activate functional which I didn't want.
    Solution was, I simply removed the thin plastic layer from the phone , Now it works fine.
    Hope this will help.

  • I bought an IPAD air from state and the screen is not working correctly and right now i'm in Egypt ,can i send my ipad to service in Egypt and the warranty will work in Egypt or what?

    i bought an IPAD air (32 gb wifi only) from USA just one month ago and the screen is not working correctly(picture attached) and right now i'm in Egypt ,can i send my ipad to service in Egypt and the warranty will work in Egypt or what?

    Have you tried a soft-reset to see if that fixes it ? You might be able to get warranty service in Egypt for your iPad, but the warranty includes :
    IMPORTANT RESTRICTION FOR iPHONE AND iPAD SERVICE.
    Apple may restrict warranty service for iPhone and iPad to the country where Apple or its Authorized Distributors originally sold the device.
    As it's wifi-only you should have a better chance of it being serviced under warranty, but there are no guarantees, it might depend upon the repairer.
    Egypt authorised service providers : https://locate.apple.com/eg/en/

Maybe you are looking for