Announcement

Collapse
No announcement yet.

Backlight hotkeys not adjusting backlight on intel/amd hybrid graphics laptop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Backlight hotkeys not adjusting backlight on intel/amd hybrid graphics laptop

    Hello all,

    I'll lead in with an apology if this had already been addressed somewhere else, I've scoured google for the past week to no avail. Also, linux is not my forte, so if I'm missing something obvious or have failed to execute a command that might otherwise be obvious to some, I again apologize.

    My laptop's is an older model, HP Zbook 17 G2. The GPUs I am working with are as such, via lscpi:

    Code:
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Bonaire XT [Radeon R9 M280X]
    Wiped Windows off it, loaded it to the max with 32GB of ram and a few SSD's to make it a solid portable light virtualization platform and means of teaching myself Linux to a greater degree. Everything worked out of the box when installing Kubuntu 19.04, with the exception of the backlight keys. The prompt for the brightness meter would pop up and scale up and down, but it wouldn't actually change the brightness.

    An ls of /sys/class/backlight/ yields two results, intel_backlight and radeon_bl0. Poking around showed the backlight keys were modifying the files in radeon_bl0, but that the intel_backlight was the one that actually changed when poking the brightness setting inside its folder.

    Googling yielded that putting the following into 20-intel.conf inside /usr/share/X11/xorg.conf.d/ would fix the problem:
    Code:
    Section "Device"
      Identifier  "Intel Graphics"
      Driver      "intel"
      Option      "AccelMethod" "sna"
      Option      "Backlight"  "intel_backlight"
      Option      "TearFree"   "true"
      BusID       "PCI:0:2:0"
    EndSection
    Sure enough, it did. Graphics were a tad wonky after that but I didn't think much of it, until I noticed performance in 3D apps absolutely tanked. Yet more digging showed that by doing this, it completely disabled the Radon's opengl output, couldn't use it for anything after that.

    After yet more googling, tried the acpi_backlight=vendor or video edit in grub, didn't work. xbacklight didn't work. I am stumped. I can't install the AMD proprietary drivers for the radon gpu, they're too old.

    Any insights/assistance would be greatly appreciated, and I am more than happy to post any other necessary information.

    Thank you.
Working...
X