Skip to content

Instantly share code, notes, and snippets.

@pqlaz
Last active August 29, 2015 14:08
Show Gist options
  • Save pqlaz/a2d38c207a95c7b87b82 to your computer and use it in GitHub Desktop.
Save pqlaz/a2d38c207a95c7b87b82 to your computer and use it in GitHub Desktop.
Linux x86_64, NVidia GeForce GTX 560
[INFO ] Kivy v1.9.0-dev
[INFO ] [Python ] v2.7.7 (default, Aug 21 2014, 21:42:39)
[GCC 4.7.3]
[INFO ] [Factory ] 172 symbols loaded
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
/opt/venv-kivy-dev/lib/python2.7/site-packages/kivy/core/image/img_pygame.py:13: RuntimeWarning: import joystick: /usr/lib/python2.7/site-packages/pygame/joystick.so: undefined symbol: SDL_JoystickNumHats
(ImportError: /usr/lib/python2.7/site-packages/pygame/joystick.so: undefined symbol: SDL_JoystickNumHats)
import pygame
[INFO ] [Image ] Providers: img_tex, img_dds, img_pygame, img_pil, img_gif (img_sdl2, img_ffpyplayer ignored)
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s
[DEBUG ] [Window ] Ignored <egl_rpi> (import error)
[INFO ] [Window ] Provider: pygame(['window_egl_rpi'] ignored)
libpng warning: iCCP: known incorrect sRGB profile
[DEBUG ] [Window ] Display driver x11
[DEBUG ] [Window ] Actual window size: 800x600
[DEBUG ] [Window ] Actual color bits r8 g8 b8 a0
[DEBUG ] [Window ] Actual depth bits: 24
[DEBUG ] [Window ] Actual stencil bits: 8
[DEBUG ] [Window ] Actual multisampling samples: 2
[INFO ] [GL ] OpenGL version <4.4.0 NVIDIA 331.104>
[INFO ] [GL ] OpenGL vendor <NVIDIA Corporation>
[INFO ] [GL ] OpenGL renderer <GeForce GTX 560/PCIe/SSE2>
[INFO ] [GL ] OpenGL parsed version: 4, 4
[INFO ] [GL ] Shading version <4.40 NVIDIA via Cg compiler>
[INFO ] [GL ] Texture max size <16384>
[INFO ] [GL ] Texture max units <32>
[DEBUG ] [Shader ] Fragment compiled successfully
[DEBUG ] [Shader ] Vertex compiled successfully
[DEBUG ] [ImagePygame ] Load </opt/venv-kivy-dev/lib/python2.7/site-packages/kivy/data/glsl/default.png>
****************************************
('rgb', 1)
('rgba', 1)
('luminance', 1)
('luminance_alpha', 1)
('bgr', 1)
('bgra', 1)
('s3tc_dxt1', 1)
('s3tc_dxt3', 1)
('s3tc_dxt5', 1)
('pvrtc_rgb4', 0)
('pvrtc_rgb2', 0)
('pvrtc_rgba4', 0)
('pvrtc_rgba2', 0)
gl_has_texture_native_format("bgra"): 1
****************************************
[INFO ] [Window ] virtual keyboard not allowed, single mode, not docked
[INFO ] [GL ] BGRA texture support is available
[INFO ] [GL ] S3TC texture support is available
[INFO ] [GL ] DXT1 texture support is available
[WARNING ] [GL ] PVRTC texture support is not available
[INFO ] [GL ] NPOT texture support is available
[DEBUG ] [App ] Loading kv </opt/venv-kivy-dev/lib/python2.7/site-packages/kivy/.kv>
[DEBUG ] [App ] kv </opt/venv-kivy-dev/lib/python2.7/site-packages/kivy/.kv> not found
[INFO ] [OSC ] using <multiprocessing> for socket
[DEBUG ] [Base ] Create provider from mouse
[DEBUG ] [Base ] Create provider from probesysfs
[DEBUG ] [ProbeSysfs ] using probsysfs!
[INFO ] [Base ] Start application main loop
[INFO ] [Base ] Leaving application in progress...
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment