Results 1 to 3 of 3

Thread: iMac 2015: no options to adjust brightness, /sys/class/backlight folder is empty

  1. #1
    Join Date
    Feb 2024
    Beans
    5

    Question iMac 2015: no options to adjust brightness, /sys/class/backlight folder is empty

    Dear fellows,

    my iMac 16,2 from 2015 with Intel Iris Pro Graphics 6200 has no options to adjust brightness. It is constantly on max, which is really not pleasant to the eyes. Many solutions found on the net involve the /sys/class/backlight folder but in my case this ones empty. I already tried from this wiki the kernel options - no change - and the XServer config - creating the 20-intel.conf file also brought no changes.
    Is this even solvable? I would love to understand why its not working on my iMac.

  2. #2
    Join Date
    Feb 2024
    Beans
    5

    Post Re: iMac 2015: no options to adjust brightness, /sys/class/backlight folder is empty

    Output of
    Code:
    lspci -k | grep -EA3 'VGA|3D|Display'
    says
    HTML Code:
    00:02.0 VGA compatible controller: Intel Corporation Iris Pro Graphics 6200 (rev 0a)    DeviceName: Integrated Video Controller    Subsystem: Apple Inc. Iris Pro Graphics 6200    Kernel driver in use: i915
    and [CODE]lsusb | grep "Apple"[CODE] says [HTML]Bus 001 Device 005: ID 05ac:8294 Apple, Inc. Bluetooth USB Host ControllerBus 001 Device 004: ID 05ac:8511 Apple, Inc. FaceTime HD Camera (Built-in)[HTML] so shows no display device.
    Last edited by x-achilles-o; June 19th, 2024 at 10:16 AM.

  3. #3
    Join Date
    Jul 2024
    Beans
    1

    Re: iMac 2015: no options to adjust brightness, /sys/class/backlight folder is empty

    Solution:

    In a terminal:
    Code:
    sudo nano /etc/default/grub
    Find a line like:

    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=linux"
    Change "acpi_backlight=vendor" to "acpi_backlight=video" and save out the file. Next,

    Code:
    sudo update-grub
    Then, reboot the computer. You should be able to adjust the brightness at the login screen and thereafter.

    Note: I have a 2015 iMac with the very same graphics card so this should work for you. Good luck!

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
  •