I must add that I have the msi-laptop module loaded and I use 2 scripts
to adjust screen brightness because this feature is not accessible
through the Gnome power manager:

1) /etc/acpi/ac.d/05-brightness.sh:
#This script uses msi-laptop module to set LCD screen brightness to maximum 
when connected on AC power
#! /bin/bash
echo "8" > /sys/devices/platform/msi-laptop-pf/lcd_level

2) /etc/acpi/battery.d/05-brightness.sh:
#This script uses msi-laptop module to set LCD screen brightness to minimum 
when connected on battery
#! /bin/bash
echo "0" > /sys/devices/platform/msi-laptop-pf/lcd_level

However these scripts work perfectly well with HAL 0.5.8.1 (no delay
when resuming from hibernate/suspend/screensaver) but with HAL 0.5.9 the
brightness seems to be set to minimum while on
hibernate/suspend/screensaver and is gradually (steps) and slowly
increased when resuming from these events while the Gnome power manager
applet icon is not displayed immediately.

-- 
HAL 0.5.9 causes delay with Gnome power manager applet
https://bugs.launchpad.net/bugs/115096
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to