Neod

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(start based on testing and source code)
 
(catchg)
 
(4 intermediate revisions by 3 users not shown)
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
 +
 
 +
[[Category:Middleware]]
 +
[[Category:Implemented]]

Latest revision as of 10:24, 19 July 2009

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

[edit] Functionality in documentation

[edit] 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

[edit] 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

[edit] See also

[edit] 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