Display brightness Fn keys on HP EliteBook 8730w

Bug #614801 reported by Darko Veberic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
hal-info (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: hal-info

On HP EliteBook 8730w (with DreamColor LED LCD and nVidia G94M [Quadro FX 2700M]) the Fn+F9/F10 brightness keys open the brightness-change gnome indicator but don't do anything. The ambient-light switch Fn+F11 works properly.

in hal-info file /usr/share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi this notebook needs to have the "laptop_panel.brightness_in_hardware" set to "false".

after the modifications above, my whole <match> tag in ubuntu lucid looks like:

<match key="/org/freedesktop/Hal/devices/computer:system.hardware.vendor" string="Hewlett-Packard">
        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="2510p;2710p;nc2400">
          <merge key="laptop_panel.brightness_in_hardware" type="bool">true</merge>
        </match>
        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains_outof="4410s;4415s;4416s;Compaq 5X5;HP EliteBook 8730w">
          <!-- needed since the acpi video module reports it handle the events, but it don't work on this machines-->
          <merge key="laptop_panel.brightness_in_hardware" type="bool">false</merge>
        </match>
      </match>

note the appended string ";HP EliteBook 8730w" in the second sub-match.

lsb_release -rd: Ubuntu 10.04.1 LTS
apt-cache policy: 20091130-1

tags: added: brightness fn hal screen
Revision history for this message
Darko Veberic (darko-veberic-kit) wrote :

it seems to be fixed int ubuntu maverick...

Revision history for this message
Darko Veberic (darko-veberic-kit) wrote :

works flawlessly on 18.04

Changed in hal-info (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.