Neod

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (tweak README reference)
Line 35: Line 35:
 
== External links ==
 
== External links ==
 
* http://svnweb.openmoko.org/trunk/src/target/OM-2007.2/daemons/neod/README?view=auto
 
* http://svnweb.openmoko.org/trunk/src/target/OM-2007.2/daemons/neod/README?view=auto
 +
 +
[[Category:Software]]
 +
[[Category:Implemented]]

Revision as of 17:23, 10 September 2007

neod is a process in the X session taking care of various device functions which fall outside the scope of gsmd such as the buttons and power management. It is considered a temporary, throw-away solution [1] . As of writing, neod has the features as follows.

Contents

Functionality in documentation

Inputs

  • /dev/input/event%d: Hardware buttons and headphone jack, touchscreen as a button
  • Internal timers for buttons and powersave modes
  • GConf for power management state
  • X window properties to detect the Today window
  • GTK menus

Outputs

  • /sys/class/backlight/gta01-bl/brightness for screen brightness
  • /sys/power/state for lock suspend
  • 'apm' for powersave suspend (difference to previous?)
  • 'reboot' and 'poweroff'
  • 'amixer' for headphone mixer setting
  • 'xrandr' for screen orientation
  • 'gpe-scap' for screenshots
  • PulseAudio for samples "startup" and "touchscreen"
  • X client messages for desktop management
  • GTK menus

See also

External links

Personal tools

neod is a process in the X session taking care of various device functions which fall outside the scope of gsmd such as the buttons and power management. It is considered a temporary, throw-away solution [1] . As of writing, neod has the features as follows.

Functionality in documentation

Inputs

  • /dev/input/event%d: Hardware buttons and headphone jack, touchscreen as a button
  • Internal timers for buttons and powersave modes
  • GConf for power management state
  • X window properties to detect the Today window
  • GTK menus

Outputs

  • /sys/class/backlight/gta01-bl/brightness for screen brightness
  • /sys/power/state for lock suspend
  • 'apm' for powersave suspend (difference to previous?)
  • 'reboot' and 'poweroff'
  • 'amixer' for headphone mixer setting
  • 'xrandr' for screen orientation
  • 'gpe-scap' for screenshots
  • PulseAudio for samples "startup" and "touchscreen"
  • X client messages for desktop management
  • GTK menus

See also

External links