Advertisement
pfeerick

pinebook 0.7.5 drm enabled HDMI glmark2_es2 fullscreen

Jul 25th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Display: BenQ E2440HD @ 1920x1080@60
  2.  
  3. /boot/uEnv.txt display output settings
  4. disp_screen0=hdmi
  5. disp_screen1=lcd
  6. disp_mode=screen1
  7.  
  8. pine64@pinebook:~/Desktop$ lsmod | grep sunxidrm
  9. sunxidrm 1001475 2
  10. drm_kms_helper 39436 1 sunxidrm
  11.  
  12. pine64@pinebook:~/Desktop$ apt policy linux-pine64-package
  13. linux-pine64-package:
  14. Installed: 0.7.5
  15. Candidate: 0.7.5
  16.  
  17. pine64@pinebook:~$ uname -a
  18. Linux pinebook 3.10.105-bsp-1.2-ayufan-88 #1 SMP PREEMPT Fri Jul 21 14:11:03 UTC 2017 aarch64 aarch64 aarch64 GNU/Linux
  19.  
  20. pine64@pinebook:~$ time glmark2-es2 --fullscreen
  21. =======================================================
  22. glmark2 2014.03+git20150611.fa71af2d
  23. =======================================================
  24. OpenGL Information
  25. GL_VENDOR: ARM
  26. GL_RENDERER: Mali-400 MP
  27. GL_VERSION: OpenGL ES 2.0
  28. =======================================================
  29. [build] use-vbo=false: FPS: 112 FrameTime: 8.929 ms
  30. [build] use-vbo=true: FPS: 120 FrameTime: 8.333 ms
  31. [texture] texture-filter=nearest: FPS: 119 FrameTime: 8.403 ms
  32. [texture] texture-filter=linear: FPS: 120 FrameTime: 8.333 ms
  33. [texture] texture-filter=mipmap: FPS: 120 FrameTime: 8.333 ms
  34. [shading] shading=gouraud: FPS: 120 FrameTime: 8.333 ms
  35. [shading] shading=blinn-phong-inf: FPS: 120 FrameTime: 8.333 ms
  36. [shading] shading=phong: FPS: 106 FrameTime: 9.434 ms
  37. [shading] shading=cel: FPS: 87 FrameTime: 11.494 ms
  38. [bump] bump-render=high-poly: FPS: 73 FrameTime: 13.699 ms
  39. [bump] bump-render=normals: FPS: 120 FrameTime: 8.333 ms
  40. [bump] bump-render=height: FPS: 117 FrameTime: 8.547 ms
  41. [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 35 FrameTime: 28.571 ms
  42. [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 15 FrameTime: 66.667 ms
  43. [pulsar] light=false:quads=5:texture=false: FPS: 119 FrameTime: 8.403 ms
  44. [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 11 FrameTime: 90.909 ms
  45. [desktop] effect=shadow:windows=4: FPS: 46 FrameTime: 21.739 ms
  46. [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 28 FrameTime: 35.714 ms
  47. [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 47 FrameTime: 21.277 ms
  48. [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 32 FrameTime: 31.250 ms
  49. [ideas] speed=duration: FPS: 106 FrameTime: 9.434 ms
  50. [jellyfish] <default>: FPS: 61 FrameTime: 16.393 ms
  51. Error: SceneTerrain requires Vertex Texture Fetch support, but GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS is 0
  52. [terrain] <default>: Unsupported
  53. [shadow] <default>: FPS: 45 FrameTime: 22.222 ms
  54. [refract] <default>: FPS: 11 FrameTime: 90.909 ms
  55. [conditionals] fragment-steps=0:vertex-steps=0: FPS: 120 FrameTime: 8.333 ms
  56. [conditionals] fragment-steps=5:vertex-steps=0: FPS: 75 FrameTime: 13.333 ms
  57. [conditionals] fragment-steps=0:vertex-steps=5: FPS: 119 FrameTime: 8.403 ms
  58. [function] fragment-complexity=low:fragment-steps=5: FPS: 100 FrameTime: 10.000 ms
  59. [function] fragment-complexity=medium:fragment-steps=5: FPS: 54 FrameTime: 18.519 ms
  60. [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 100 FrameTime: 10.000 ms
  61. [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 101 FrameTime: 9.901 ms
  62. [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 101 FrameTime: 9.901 ms
  63. =======================================================
  64. glmark2 Score: 83
  65. =======================================================
  66. [xcb] Unknown request in queue while appending request
  67. [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
  68. [xcb] Aborting, sorry about that.
  69. glmark2-es2: ../../src/xcb_io.c:165: append_pending_request: Assertion `!xcb_xlib_unknown_req_pending' failed.
  70. Aborted (core dumped)
  71.  
  72. real 5m40.297s
  73. user 1m5.970s
  74. sys 0m22.170s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement