Results 1 to 2 of 2

Thread: Brightness Control on Acer Aspire 5732Z (Laptop)

  1. #1
    Join Date
    Feb 2013
    Beans
    4

    Talking Brightness Control on Acer Aspire 5732Z (Laptop) -Fixed-

    First off, I'm new as of yesterday to Linux, so I'm lacking specific knowledge...

    I installed Ubuntu 12.10 using an external monitor as the backlight was not working on the laptop.
    Then, I installed mesa-utils which changed the graphics status from unknown to: Mobile Intel® GM45 Express Chipset x86/MMX/SSE2
    Still without a fix, I tried:
    Code:
    echo 65 | sudo tee /sys/class/backlight/intel_backlight/brightness
    which finally turned the laptops backlight on, though only each time I run it.
    On the same post I found this code, it said to edit grub.cfg to:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi_backlight=vendor
    which I did, but nothing changed after I updated grub and rebooted.

    I'm looking for a way to make the backlight always be on, rather than having to type the first set of code into the terminal every time, but I'm too much of a noob to know how to do this...
    Any help?

    Additional: My fn key doesn't work (hardware problem) so I can't control brightness this way.

    -- Fix --

    Follow this guide: http://www.youtube.com/watch?v=0OE-Oez1NCw
    replace "lampp" with whatever you decide to name the script, and replace the 2nd line (after using nano) with the first code mentioned in this post. Then reboot to check it worked.
    Last edited by ksbd; February 3rd, 2013 at 03:58 PM. Reason: Found a fix

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Brightness Control on Acer Aspire 5732Z (Laptop) -Fixed-

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi_backlight=vendor
    acpi_backlight=vendor should be inside the second quote, like this:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
    You can always check which kernel parameters are in effect by running the following command:
    Code:
    cat /proc/cmdline

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •