- leds.device_name: The name of the related led device.
- leds.colour: The colour of the LED. (e.g. green, orange)
- leds.function: The function of the LED. (e.g. radio, power, standby, batt)
You can get the patches from my git repo [1] [2] [3].
More information about the changes since the last HAL version (v0.5.11, released 2008-05-08) and the last official released hal-info package (released 2008-05-08) can you find here.
For openSUSE 11.1/Factory you can find packages in my openSUSE Buildservice Repository.
Please test the packages heavily and carefully. Please report bugs (no features get included until the final version, as already announced) to the HAL mailing list or via the freedesktop bugzilla.
KPowersave has a 'Presentation' scheme which do everything for you (disable: screensaver, DPMS, autosuspend, autodimm). Simply activate it before starting your presentation:
- right click at the KPowersave icon
- select 'Set Active Scheme'
- select the 'Presentation' scheme
tux@linux:/ # ls /dev/input/by-id/The input devices you needed for you xorg.conf are the *-event-* links.
usb-Tablet_ISD-V4-event-stylus
usb-Tablet_ISD-V4-event-touch
usb-Tablet_ISD-V4-stylus
usb-Tablet_ISD-V4-touch
Option "BottomX" "915"I hope this make the X61t now usable. You can get updated SaX2 and x11-input-wacom packages here. But it would be nice if the autocalibration in the driver could get fixed including wacomcpl.
Option "BottomY" "950"
Option "TopX" "48"
Option "TopY" "79"
Yes, it's a delayed blog entry ... I forgot to blog as I officially announced HAL v0.5.11 and a hal-info package (20080805) last month.
You can download the source packages here:
For openSUSE (Factory/11.0) you can find packages in my hal-beta openSUSE Buildservice Repository as soon as they get build.
For more information about the changes since the last release check this email. Please test the packages carefully and report bugs to the HAL mailing list or via freedesktop bugzilla. Special thanks to Rob Taylor and Sjoerd Simons for testing and patches.
For more about the changes since the last HAL version (released 2007-10-12) and the last offical released hal-info package (released 2007-12-12) can you find here.
For openSUSE you can find packages in my hal-beta openSUSE Buildservice Repository (named as git snaphot to prevent problems with update packages later).
Please test the packages heavily and carefully. Please report bugs (no features get included until the final version, as already announced) to the HAL mailing list or via the freedesktop bugzilla.
The next HAL version is on the way and since I manage this time the release, here the current release schedule for hal v0.5.11:
I would like to see atm these (major) patches go into the release:
So please review and test them carefully. Let me know, if there are other patches left, that need to go into the release.
After I had a beer with Klaas van Gend (the UMTSmon developer) and some members of the UUGN (that's from Seife: "umtsmon user group Nuremberg") two weeks ago, I hacked a little on UMTSmon.
Here what I did:
There are some ideas left to improve UMTSmon, some really nice features, we will see if and when I find the time to implement them ...
... will be removed from HAL with end of this month, because they are deprecated since 12 months now and already replaced by other keys/properties. The affected keys (old --> new/replacement) are:
2008-02-28:
2008-03-01:
Please note, that there are some other (IMO rarely used) keys which are planed to be removed end of March:
2008-03-21:
Please check your packages for these keys (code and shipped fdi-files) and prepare them for the next HAL package. If you use openSUSE or you package RPMs for openSUSE: the next HAL version for openSUSE 11.0 (Beta) will be shipped without support for these keys.
The new packages are:
With the recently released linux kernel v2.6.24 and if configured with ACPI_PROCFS_POWER and ACPI_SYSFS_POWER, you get now two ACPI battery interfaces in the system. One, as before, under /proc/acpi/battery/ and a new in the power_supply subsystem in the sysfs under /sys/class/power_supply/ . HAL listed both batteries, which was fixed by show the proc batteries only if there is no power_supply battery in the system [1]. Unfortunatly the sysfs battery was never updated (except on add/remove events of the AC adapter). This could lead, besides missing information updates, to a system crash on empty batteries if the userspace tools as e.g. KPowersave trusted these information. They never reached critical battery levels in this case.
I have now fixed this problem in HAL git master with several patches (last one was this), which also fix the power_supply battery handling in general (since it were several bug in the code). HAL poll now the power_supply ACPI batteries every 30 seconds as HAL already does for proc batteries. The code should work basicly, but I assume there are some corner cases left. Need to check the existing ACPI code for the proc batteries to find and port them. Maybe it make sense to split up the ACPI sysfs battery part from the existing power_supply handling to merge it into the existing ACPI code ... we will see.
I have added an updated HAL version for openSUSE factory (and for openSUSE 10.3 as testing package) to my OSBS HAL project repo and to the next Alpha2 of openSUSE 11.0. Fell free to test and report problems.
I commited today two fixes to the KDE SVN to make KDBus usable again on DBus method calls:
Updated RPM packages are already available for openSUSE 10.2 - openSUSE Factory and SUSE Linux Enterprise (Desktop) 10 as always in my openSUSE Build Service project.