Laptop Mode Tools 1.44 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Laptop Mode Tools 1.44 (Default branch)
# 1  
Old 07-15-2008
Laptop Mode Tools 1.44 (Default branch)

Laptop Mode Tools allows you to control variouspower management settings based on AC/batterypower state. Among other things, it controlsLinux's "Laptop Mode" feature that allows yourhard drive to spin down for extended periods. Itcan also control CPU frequency scaling and screenblanking timeouts (both terminal and X). Itsupports automatic hibernation when battery islow.License: GNU General Public License (GPL)Changes:
New modules for disabling video outputs using xrandr and for controlling the Linux process scheduler multi-core power optimization mode. In addition, various minor fixes were made.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CosPropertyService_PropertySetDefFactory(3erl)		     Erlang Module Definition		    CosPropertyService_PropertySetDefFactory(3erl)

NAME
CosPropertyService_PropertySetDefFactory - This module implements the OMG CosPropertyService::PropertySetDefFactory interface. DESCRIPTION
To get access to the record definitions for the structures use: -include_lib("cosProperty/include/CosPropertyService.hrl"). EXPORTS
create_propertysetdef(Factory) -> Types Factory = PropertySetDef = #objref This operation creates a new PropertySetDef with no predefined settings. create_constrained_propertysetdef(Factory, PropertyTypes, PropertyDefs) -> Reply Types Factory = PropertySetDef = #objref PropertyTypes = [CORBA::TypeCode] PropertyDefs = [#'CosPropertyService_PropertyDef'{property_name = Name, property_value = Value, property_mode = Mode}] Name = string() Value = #any Mode = normal | read_only | fixed_normal | fixed_readonly | undefined Reply = {'EXCEPTION', #CosPropertyService_ConstraintNotSupported{}} | PropertySetDef PropertySetDef = #objref This operation creates a new PropertySetDef with specific constraints. PropertyTypes states allowed TypeCode's and PropertyDefs valid CosPropertyService::PropertyDef data. create_initial_propertysetdef(Factory, PropertyDefs) -> Reply Types Factory = PropertySetDef = #objref PropertyDefs = [#'CosPropertyService_PropertyDef'{property_name = Name, property_value = Value, property_mode = Mode}] Name = string() Value = #any Mode = normal | read_only | fixed_normal | fixed_readonly | undefined Reply = {'EXCEPTION', #CosPropertyService_MultipleExceptions{exceptions = Excs}} | PropertySetDef Excs = [#'CosPropertyService_PropertyException{reason = Reason, failing_property_name = Name}] Reason = invalid_property_name | conflicting_property | property_not_found | unsupported_type_code | unsupported_property | unsupported_mode | fixed_property | read_only_property PropertySetDef = #objref This operation creates a new PropertySetDef with specific initial properties. Ericsson AB cosProperty 1.1.13 CosPropertyService_PropertySetDefFactory(3erl)