Neod

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(start based on testing and source code)
 
m (tweak README reference)
Line 1: Line 1:
'''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. As of writing, neod has the features as follows.
+
'''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 [http://svnweb.openmoko.org/trunk/src/target/OM-2007.2/daemons/neod/README?view=auto]
 +
. As of writing, neod has the features as follows.
  
 
== Functionality in documentation ==
 
== Functionality in documentation ==
Line 33: Line 34:
  
 
== 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

Revision as of 16:33, 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. 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