globals configuration parameters

The following are valid parameters that can be configured under the globals section:

Parameter Description Type Possible Value(s)
blit-config The blitter to use when calling explicit Screen and Windowing blit API functions. For example, screen_blit() and screen_fill().
Note: The selection of valid blitters is dependent on your platform; there may be more blitter values available for your particular platform.
string
  • sw(default)
  • pvr2d
  • bv-j5
blits-logsize The size of an internal working ring buffer, in bytes. integer  
idle-timeout The minimum time beween any activity before Screen and Windowing will decide to generate an overdrive event, in seconds. long integer  
input Human interface device (HID). This parameter can be configured with multiple values.
Note: You must ensure that you have io-hid -dusb running before starting screen if you have a USB input device such as a keyboard, mouse, gamepad, or USB joystick. You must also have all of the following libraries in your LD_LIBRARY_PATH:
  • devh-usb.so
  • libusbdi.so.2
  • libhiddi.so.1
string
  • keyboard
  • mouse
  • gamepad
  • joystick
input-logsize The size of an internal working ring buffer, in bytes. integer  
requests-logsize The size of an internal ring buffer, in bytes. integer