[Bug 266243] New: Brightness control on Apple Macbook
https://bugzilla.novell.com/show_bug.cgi?id=266243 Summary: Brightness control on Apple Macbook Product: openSUSE 10.3 Version: Alpha 3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Mobile Devices AssignedTo: behlert@novell.com ReportedBy: felix@derklecks.de QAContact: qa@suse.de CC: dkukawka@novell.com The backlight control is not supported on the Macbook although powersave says there are brightness levels ... # powersave -L Available brightness levels: 118. # powersave -K Brightness not supported. There is a programm to do it: http://desrt.mcmaster.ca/code/macbook-backlight/macbook-backlight.c It can be compiled with gcc -lz -lpci. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmacht@novell.com Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #1 from dkukawka@novell.com 2007-04-19 09:49 MST ------- 1) Please provide lshal output 2) check if you can change the brightness via KPowersave 3) check if you can change the brightness via powersave -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #2 from dkukawka@novell.com 2007-04-19 09:50 MST ------- lshal ouput please as attachment! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #3 from felix@derklecks.de 2007-04-19 11:45 MST ------- Created an attachment (id=132619) --> (https://bugzilla.novell.com/attachment.cgi?id=132619&action=view) output of lshal -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #4 from felix@derklecks.de 2007-04-19 11:52 MST ------- 2) no it says my hardware does not support changing the brightness. 3) while /bin/true ; do powersave -k u; done does nothing :-( Btw with the start of /etc/init.d/powersaved the display is dimmed a little bit! Setting the schema with kpowersave does not change anything. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #5 from dkukawka@novell.com 2007-04-19 12:03 MST ------- 1) but KPowersave show you that brightness change is possible? 2) what print 'ps aux | grep hal' 3) what say 'hald --version' (may as root) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #6 from felix@derklecks.de 2007-04-19 12:14 MST ------- 1) no it does not. 2) ps aux | grep hal | cut -b65- is more readable: /usr/sbin/hald --daemon=yes hald-runner hald-addon-keyboard: listening on /dev/input/event10 hald-addon-keyboard: listening on /dev/input/event2 hald-addon-keyboard: listening on /dev/input/event3 hald-addon-keyboard: listening on /dev/input/event4 /usr/lib/hal/hald-addon-macbook-backlight hald-addon-keyboard: listening on /dev/input/event7 /usr/lib/hal/hald-addon-cpufreq hald-addon-acpi: listening on acpid socket /var/run/acpid.socket hald-addon-keyboard: listening on /dev/input/event8 hald-addon-keyboard: listening on /dev/input/event9 hald-addon-storage: polling /dev/hda (every 2 sec) grep hal 3) HAL package version: 0.5.8_git200704021230 Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #7 from dkukawka@novell.com 2007-04-19 12:27 MST ------- to 1) Does KPowersave show in the config dialog for the schemes something like "Ihre Hardware unterstützt momentan nicht die Änderung der Bildschirmhelligkeit" or can you change the brightness there? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #8 from dkukawka@novell.com 2007-04-19 12:36 MST ------- Could you try this as root and as user and check if this change the settings: dbus-send --system --print-reply --dest=org.freedesktop.Hal \ /org/freedesktop/Hal/devices/macbook_backlight \ org.freedesktop.Hal.Device.LaptopPanel.SetBrightness \ int32:2 You can change the level by change this part: int32:$LEVEL (LEVEL should be a int between 1 and 117) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #9 from felix@derklecks.de 2007-04-19 12:42 MST ------- dbus-send --system --print-reply --dest=org.freedesktop.Hal \ /org/freedesktop/Hal/devices/macbook_backlight \ org.freedesktop.Hal.Device.LaptopPanel.SetBrightness \ int32:2 does work! (as user an as root) to #7: yes it says "Ihre Hardware unterstützt momentan nicht die Änderung der Bildschirmhelligkeit" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #10 from dkukawka@novell.com 2007-04-24 04:12 MST ------- Could you try the kpowersave-dbg package from here: http://software.opensuse.org/download/home:/dkukawka/openSUSE_Factory/ Please install the package and start KPowersave from konsole, open the config dialog and check if you can change the brightness. If not: please attach the complete debug output from the konsole. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #11 from felix@derklecks.de 2007-04-24 06:55 MST ------- Created an attachment (id=133691) --> (https://bugzilla.novell.com/attachment.cgi?id=133691&action=view) output of kpowersave 2> kpower. still not working. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #133691|application/octet-stream |text/plain mime type| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #12 from dkukawka@novell.com 2007-04-24 09:02 MST ------- okay ... this is a bug in HAL, KPowersave and maybe powersave somehow. 1) HAL: not all laptop_panel/brighness devices have info.category=laptop_panel --> wrote patch for this to push upstream 2) KPowersave and powersave should better check if info.capability contains laptop_panel instead check for info.category=laptop_panel --> fixed in KPowersave on SVN as soon as buildservice finished you can download an updated version from same location as in comment #10 3) powersave: @hmacht - have no idea why powersave have problems, you need to take a look at this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #13 from felix@derklecks.de 2007-04-24 10:50 MST ------- Thanks alot. I just downloaded kpowersave-dbg-0.7.2_SVN20070424-10.1.i586.rpm and i can change the brightness from kpowersave! But something with the hotkeys is brocken. ;) Pressing fn+"brightness down" i get 18:46:02:69: HAL - filterFunction 18:46:02:69: HardwareInfo::processMessage 18:46:02:69: get ButtonPressed event from HAL: brightness-down in the logs. But nothing is changed ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #14 from hmacht@novell.com 2007-04-24 11:25 MST ------- Felix, regarding the powersave command: powersave -L works but powersave -K does not, right? Does powersave -k $LEVEL work (where $LEVEL is a value between 0 and 117)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #15 from felix@derklecks.de 2007-04-24 11:32 MST ------- (In reply to comment #14)
Felix, regarding the powersave command:
powersave -L works but powersave -K does not, right? Does powersave -k $LEVEL work (where $LEVEL is a value between 0 and 117)?
# powersave -L Available brightness levels: 118. # powersave -K Brightness not supported. # powersave -k 12 # powersave -k 123 # powersave -k 1 # powersave -k 112312 -k does nothing and says nothing. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #16 from hmacht@novell.com 2007-04-24 11:40 MST ------- powersave -k 7 -v 31 ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #17 from felix@derklecks.de 2007-04-24 12:09 MST ------- # powersave -k 7 -v 31 # rpm -qf `which powersave` powersave-0.15.12-3 says nothing and does nothing ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #18 from dkukawka@novell.com 2007-04-24 12:44 MST ------- (In reply to comment #13)
But something with the hotkeys is brocken. ;) Pressing fn+"brightness down" i get 18:46:02:69: HAL - filterFunction 18:46:02:69: HardwareInfo::processMessage 18:46:02:69: get ButtonPressed event from HAL: brightness-down
in the logs. But nothing is changed ...
This is okay since KPowsave never handled brightness changes in this version and this is atm not planed, maybe later. So: this is not a bug -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |dkukawka@novell.com ------- Comment #19 from felix@derklecks.de 2007-04-26 04:38 MST ------- Danny where are the keys supposed to be handled? If I remember correctly I have seen this working out of the box with an older version of SUSE. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 dkukawka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dkukawka@novell.com |hmacht@novell.com Status|NEEDINFO |NEW Info Provider|dkukawka@novell.com | ------- Comment #20 from dkukawka@novell.com 2007-04-30 04:21 MST ------- I don't know if this worked in older versions. We maybe add this to KPowersave in future versions, but this is not that easy since we have to cover every possible brightness key and have to differ between machines where the key set the brightness in hardware and where not. @holger: assign to you for powersave. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #21 from hmacht@novell.com 2007-05-18 07:52 MST ------- I'm going to attach a powersave binary. Please download, try with ./powersave -k 7 and attach the output. Thanks!. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #22 from hmacht@novell.com 2007-05-18 07:54 MST ------- Created an attachment (id=141055) --> (https://bugzilla.novell.com/attachment.cgi?id=141055&action=view) powersave binary Execute ./powersave -k 7 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #23 from felix@derklecks.de 2007-05-18 12:03 MST ------- # ./bug-266243_powersave -k 7 trace: get_brightness() trace: get_brightness_udi() get_brightness_udi(): panels[0]: '/org/freedesktop/Hal/devices/macbook_backlight' get_brightness_udi(): returning udi '/org/freedesktop/Hal/devices/macbook_backlight' get_brightness(): udi: '/org/freedesktop/Hal/devices/macbook_backlight' get_brightness(): GetBrightness dbus call: 0 get_brightness(): GetBrightness, first argument: -1 Debug Could not get current brightness from HAL get_brightness(): returning brightness: -1 SET_BRIGHTNESS: current brightness -1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #24 from hmacht@novell.com 2007-05-18 16:09 MST ------- Another try: dbus-send --system --print-reply --dest=org.freedesktop.Hal \ /org/freedesktop/Hal/devices/macbook_backlight \ org.freedesktop.Hal.Device.LaptopPanel.GetBrightness Danny, isn't the lshal output missing the GetBrightness and SetBrightness methods? I have here: udi = '/org/freedesktop/Hal/devices/computer_backlight' .. org.freedesktop.Hal.Device.LaptopPanel.method_names = {'SetBrightness', 'GetBrightness'} (string list) .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #25 from dkukawka@novell.com 2007-05-18 16:38 MST ------- No, it's not missing, because this is handled by a addon and not via the script for brightness. If a addon provide the interface you only need this key: info.interfaces = {'org.freedesktop.Hal.Device.LaptopPanel'} (string list) The methodes need get only defined if the haldaemon has to provide the interface for the scripts (as e.g. for the supendend/hibernate scripts). A Note: the methodes on the interface can you get via DBus introspection. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|felix@derklecks.de | ------- Comment #26 from felix@derklecks.de 2007-05-19 02:48 MST ------- # dbus-send --system --print-reply --dest=org.freedesktop.Hal \
/org/freedesktop/Hal/devices/macbook_backlight \ org.freedesktop.Hal.Device.LaptopPanel.GetBrightness method return sender=:1.0 -> dest=:1.162 int32 117
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #27 from hmacht@novell.com 2007-05-30 04:07 MST ------- Created an attachment (id=142854) --> (https://bugzilla.novell.com/attachment.cgi?id=142854&action=view) New powersave binary. Execute with ./powersave -k 7 Please try the new binary. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |felix@derklecks.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #28 from felix@derklecks.de 2007-05-30 05:29 MST ------- Created an attachment (id=142877) --> (https://bugzilla.novell.com/attachment.cgi?id=142877&action=view) This is the output of ./powersave -k 7 This works for me now. Thanks. I attached the output. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|felix@derklecks.de | ------- Comment #29 from felix@derklecks.de 2007-05-30 05:31 MST ------- oops, info provided see above. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243 ------- Comment #30 from hmacht@novell.com 2007-05-30 06:21 MST ------- I just sent a patch to the HAL list to fix the macbook and macbook pro addons causing this issue... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c31 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |dkukawka@novell.com --- Comment #31 from Holger Macht <hmacht@novell.com> 2007-07-13 05:37:00 MST --- Our current HAL version in STABLE is hal-0.5.8_git200704021230, uh, old ;-) Danny, can we get a more recent HAL, please? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c32 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Alpha 3 |Alpha 7 --- Comment #32 from Felix Möller <felix@derklecks.de> 2007-08-07 04:23:50 MST --- It is still not working out of the box with alpha7. # rpm -q hal hal-0.5.8_git200704021230-50 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c33 --- Comment #33 from Felix Möller <felix@derklecks.de> 2007-08-10 17:03:01 MST --- (In reply to comment #31 from Holger Macht)
Our current HAL version in STABLE is hal-0.5.8_git200704021230, uh, old ;-)
Danny, can we get a more recent HAL, please? I think this is done now: http://lists.opensuse.org/opensuse-commit/2007-08/msg00944.html
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c34 --- Comment #34 from Felix Möller <felix@derklecks.de> 2007-08-14 14:46:02 MST --- powersave -k works now with the hal update from http://download.opensuse.org/repositories/home:/dkukawka:/hal-beta/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c35 --- Comment #35 from Felix Möller <felix@derklecks.de> 2007-08-28 03:42:17 MST --- Holger, this one can be closed now. It works out of the box. # rpm -q hal powersave hal-0.5.9_git20070816-2 powersave-0.15.16-3 Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243#c36 Holger Macht <hmacht@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|dkukawka@novell.com | Resolution| |FIXED --- Comment #36 from Holger Macht <hmacht@novell.com> 2007-08-28 03:44:52 MST --- Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243 User erunno@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=266243#c37 First Last <erunno@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erunno@web.de Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #37 from First Last <erunno@web.de> 2008-05-04 09:21:49 MST --- Hardware: Intel MacBook, first generation (with Core Duo CPU) openSUSE-Version: 11.0 Beta 2 Media: KDE4 Live-CD (not installed to hard drive) Problem: Brightness controls do not work when pressing the corresponding keys (fn+F1 to decrease brightness and fn+f2 to increase brightness). Auto-Dimming also doesn't work when switching to battery although KPowerSafe claims that it is supported. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243 User dkukawka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=266243#c38 Danny Kukawka <dkukawka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #38 from Danny Kukawka <dkukawka@novell.com> 2008-05-04 15:16:02 MST --- Don't reopen bugs for old distributions if you have a problem with a new distributon. Set back to old status -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=266243 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=266243#c39 --- Comment #39 from Felix Möller <fm@opensuse.org> 2008-05-05 03:15:26 MST --- First Last have a look at bug #380075 . It has been commited to upstream hal which has not yet reached factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com