log.txt 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. codo_init
  2. platform: Linux
  3. Found config.txt
  4. 01 window_size 0 0 // window width, height
  5. 02 screen_size 0 0 // screen width, height (stretched to window)
  6. 03 show_fps 0 // Draw frames per second in the corner
  7. 04 windowed 0 // 1 to start up in windowed mode
  8. 05 window_position -1 -1 // x and y position of window, or -1, -1 to let the window manager decide
  9. new window position: -1, -1
  10. 06 frameless 0 // 1 to use a window with no frame
  11. 07 fullscreen_method 1 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen
  12. 08 foreground_sleep_ms 1 // number of milliseconds to sleep each frame. Try 10 to conserve battery power
  13. 09 background_sleep_ms 20 // number of milliseconds to sleep each frame when running in the background
  14. 10 sessions 3 // number of times program has been run
  15. 11 rmb_key 0 // 0 for none 226 for LALT
  16. 12 emulate_textinput 1
  17. 13 desktop_path
  18. 14 sound_volume 256 // 0..256
  19. 15 music_volume 256 // 0..256
  20. 16 mix_buffer_size 1024 // usually 1024. Try 2048 if you get choppy sound
  21. 17 version 0.1.11g
  22. 18 root_path /home/cpi/.lexaloffle/pico-8/carts/
  23. 19 cdata_path /home/cpi/.lexaloffle/pico-8/cdata/
  24. 20 joystick_index 0
  25. 21 button_keys 0 0 0 0 0 0 0 0 0 0 0 0 0
  26. 22 live_notes 0
  27. 23 cursor_snap 0
  28. 24 gif_len 8
  29. 25 gui_theme 0
  30. 26 screenshot_scale 3
  31. 27 gif_scale 2
  32. 28 shift_glyphs 1
  33. 29 show_backup_messages 1
  34. 30 host_framerate_control 1
  35. 31 content_filter 1
  36. codo_system_init
  37. Compiled against SDL version: 2.0.7
  38. Linked against SDL version: 2.0.5
  39. Built-in video drivers: 0 x11 1 wayland 2 dummy
  40. Current video driver: x11
  41. Built-in render drivers:
  42. Renderer opengl:
  43. Flags: 0x0000000E ( | | )
  44. Texture formats (1): ARGB8888
  45. Renderer opengles2:
  46. Flags: 0x0000000E ( | | )
  47. Texture formats (4): ARGB8888, ABGR8888, RGB888, BGR888
  48. Renderer software:
  49. Flags: 0x00000009 ( | )
  50. Texture formats (8): ARGB8888, ABGR8888, RGBA8888, BGRA8888, RGB888, BGR888, RGB565, RGB555
  51. codo_reset_timer
  52. codo_gui_init
  53. codo_keys_init
  54. codo_text_init
  55. codo_video_init
  56. codo_mouse_init
  57. codo_joystick_init
  58. Reading controller mappings: /home/cpi/.lexaloffle/pico-8/sdl_controllers.txt
  59. searching for joysticks
  60. found 0 joysticks
  61. ok
  62. ok
  63. codo_load_pod: /home/cpi/apps/Menu/50_PICO-8/pico8.dat ok
  64. codo_set_screen 128 128 8 100
  65. set pixel_perfect 1
  66. window size: 640 480
  67. codo_plat_pi: forcing fullscreen mode
  68. Current renderer:
  69. Renderer opengl:
  70. Flags: 0x0000000A ( | )
  71. Texture formats (5): ARGB8888, YV12, IYUV, 0x3231564e, 0x3132564e
  72. Max Texture Size: 8192x8192
  73. codo_sound_init mix_buffer_size: 1024
  74. codo_sound_init
  75. SDL_INIT_AUDIO ok
  76. SDL_OpenAudio ok
  77. Built-in audio drivers: 0 pulseaudio 1 alsa 2 sndio 3 dsp 4 disk 5 dummy
  78. Current audio driver: alsa
  79. codo_exit
  80. cmusic_stop
  81. codo_main_exit
  82. codo_config_save
  83. codo_sound_exit
  84. codo_video_exit
  85. codo_joystick_exit
  86. codo_system_exit
  87. codo_items_created: 1023
  88. ok