directfbrc 279 B

1234567891011121314151617
  1. # directfbrc begin
  2. system=fbdev
  3. #mode=800x480 # display size (change to fit your needs)
  4. #mode=1024x600
  5. depth=32
  6. pixelformat=ARGB
  7. no-vt
  8. vsync-after
  9. no-cursor
  10. no-layers-clear
  11. no-surface-clear
  12. no-sighandler
  13. #bg-color=00000000
  14. quiet
  15. smooth-upscale
  16. smooth-downscale
  17. # directfbrc end