Config.in 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. config BR2_PACKAGE_DIRECTFB_EXAMPLES
  2. bool "directfb examples"
  3. depends on BR2_PACKAGE_DIRECTFB
  4. help
  5. The DirectFB-examples package contains a set of simple DirectFB
  6. applications that can be used to test and demonstrate various
  7. DirectFB features.
  8. http://directfb.org/downloads/Extras/README.DirectFB-examples
  9. config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
  10. bool "usr/bin/df_andi"
  11. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  12. help
  13. Penguin demo, press 'space' to form convergence logo,
  14. 's'/'d' to spawn/destroy 'a' penguin, 'r' to revive penguin
  15. after space was pressed, 'c' tests clipping.
  16. config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
  17. bool "usr/bin/df_bltload"
  18. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  19. help
  20. Reads information from /proc/bltstat.
  21. config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
  22. bool "usr/bin/df_cpuload"
  23. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  24. help
  25. CPU Load with data from /proc/stat.
  26. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
  27. bool "usr/bin/df_databuffer"
  28. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  29. help
  30. Simple test application for data buffers.
  31. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
  32. bool "usr/bin/df_dioload"
  33. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  34. help
  35. Disk IO with data from /proc/stat.
  36. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
  37. bool "usr/bin/df_dok"
  38. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  39. help
  40. DirectFB benchmark application, runs some tests and
  41. displays benchmark results afterwards.
  42. config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
  43. bool "usr/bin/df_drivertest"
  44. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  45. help
  46. Tool to check drivers for bugs and accuracy.
  47. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
  48. bool "usr/bin/df_fire"
  49. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  50. help
  51. The famous fire effect ported to DirectFB (16 bpp only).
  52. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
  53. bool "usr/bin/df_flip"
  54. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  55. help
  56. Raw Flip() benchmark.
  57. config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
  58. bool "usr/bin/df_fonts"
  59. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  60. help
  61. Takes a list of font files and shows character tables.
  62. config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
  63. bool "usr/bin/df_input"
  64. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  65. help
  66. Test application for input devices.
  67. config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
  68. bool "usr/bin/df_joystick"
  69. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  70. help
  71. A colored version of df_particle, fointain can be moved with
  72. joystick. The particles of different colors can be spawned
  73. with different joystick buttons (1-4).
  74. config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
  75. bool "usr/bin/df_knuckles"
  76. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  77. help
  78. 3D skull drawn using triangles that can be rotated using
  79. the mouse. 'Space' switches to wireframe, 'b' toggles
  80. backface culling.
  81. config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
  82. bool "usr/bin/df_layer"
  83. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  84. help
  85. Simple videoplayer with layers.
  86. config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
  87. bool "usr/bin/df_neo"
  88. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  89. help
  90. Port from a gdk-pixbuf demo to DirectFB, uses scaling,
  91. alpha blending and color modulation, use cursor keys and
  92. space to change parameters.
  93. config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
  94. bool "usr/bin/df_netload"
  95. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  96. help
  97. Network statistica from /proc/net/dev.
  98. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
  99. bool "usr/bin/df_palette"
  100. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  101. help
  102. A example blitting from a surface with a
  103. rotating/morphing palette.
  104. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
  105. bool "usr/bin/df_particle"
  106. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  107. help
  108. A moving fountain consisting of alphablended rectangles,
  109. nice and fast if hardware accelerated.
  110. config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
  111. bool "usr/bin/df_porter"
  112. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  113. help
  114. Shows porter/duff blending rules.
  115. config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
  116. bool "usr/bin/df_stress"
  117. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  118. help
  119. Stress tests surface manager, for debugging purposes only.
  120. config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
  121. bool "usr/bin/df_texture"
  122. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  123. help
  124. A simple texture example. The 3d windows can be rotated
  125. with the mouse.
  126. config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
  127. bool "usr/bin/df_video"
  128. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  129. help
  130. Shows window stack with alpha blending and video playback
  131. in a moving window.
  132. config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
  133. bool "usr/bin/df_video_particle"
  134. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  135. help
  136. Same as df_particle, but the rectangles have been
  137. replaced by a video (via video4linux). Nice color effects.
  138. config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
  139. bool "usr/bin/df_window"
  140. depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
  141. help
  142. Simple demonstration of the DirectFB window stack, follow
  143. the instructions in the upper left corner. Pass a video
  144. device file or a movie file on the command-line to enable
  145. video playback in one of the windows.