Neod

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (Category changes: -Openmoko, +System Developers)
(catchg)
 
Line 36: Line 36:
 
* 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:System Developers]]
+
[[Category:Middleware]]
 
[[Category:Implemented]]
 
[[Category:Implemented]]

Latest revision as of 09: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 [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