help with custom fdi file/hal callout in f10

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi there, on fedora10 with hal 0.5.12-14 i'm trying to get some
powersaving settings changed when the psu is connected/disconnected to
my acer aspire one laptop. i have written the script that sets these
powersaving options and i have saved it in
/usr/lib/hal/scripts/hal-aao-powertweaks then i created the file
/etc/hal/fdi/policy/30-aaopowertweaks.fdi with the contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
 <device>
  <match key="ac_adaptor.present" bool="true">
   <append key="info.callouts.add"
type="strlist">/usr/lib/hal/scripts/hal-aao-powertweaks</append>
  </match>
 </device>

<device>
  <match key="ac_adaptor.present" bool="false">
   <append key="info.callouts.remove"
type="strlist">/usr/lib/hal/scripts/hal-aao-powertweaks</append>
  </match>
 </device>
</deviceinfo>

and re-booted but it doesn't work. can anyone point a relative linux
newb in the right direction to get this working

thanks in advance
phil


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux