Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. $ ./bin/mandelbrot
  2. Initial Boundaries: -2.500000,1.500000, -1.125000,1.125000
  3. libGL error: OpenDriver: failed to open /usr/lib/fglrx/dri/fglrx_dri.so, error[/usr/lib/fglrx/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
  4. libGL error: OpenDriver: failed to open /usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so, error[/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
  5.  
  6. ---OpenCL: Platform Vendor 0: NVIDIA Corporation
  7. ---OpenCL: Device found 0. GeForce GTX 960
  8. ---OpenCL: cl_khr_gl_sharing supported!
  9.  
  10. ---OpenCL: Platform Vendor 1: Advanced Micro Devices, Inc.
  11. ---OpenCL: Device found 0. Tahiti
  12. ---OpenCL: cl_khr_gl_sharing supported!
  13. ---OpenCL: Device found 1. Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
  14. ---OpenCL: cl_khr_gl_sharing supported!
  15.  
  16. ---OpenCL: Looking for OpenGL Context device on platform 0 ... Not Found.
  17. ---OpenCL: Looking for OpenGL Context device on platform 1 ... Found!
  18. libGL error: unable to load driver: swrast_dri.so
  19. libGL error: failed to load driver: swrast
  20. X Error of failed request: BadMatch (invalid parameter attributes)
  21. Major opcode of failed request: 155 (GLX)
  22. Minor opcode of failed request: 5 (X_GLXMakeCurrent)
  23. Serial number of failed request: 30
  24. Current serial number in output stream: 30
  25.  
  26.  
  27.  
  28.  
  29.  
  30. $ ldd bin/mandelbrot
  31. linux-vdso.so.1 => (0x00007fffa37c5000)
  32. libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f2750107000)
  33. librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f274feff000)
  34. libglfw.so.3 => /usr/lib/x86_64-linux-gnu/libglfw.so.3 (0x00007f274fcec000)
  35. libGL.so.1 => /usr/lib/fglrx/libGL.so.1 (0x00007f274faf0000)
  36. libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f274f7e8000)
  37. libGLEW.so.1.10 => /usr/lib/x86_64-linux-gnu/libGLEW.so.1.10 (0x00007f274f55c000)
  38. libOpenCL.so.1 => /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (0x00007f274f356000)
  39. libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f274f13f000)
  40. libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f274ef21000)
  41. libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f274eb57000)
  42. libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f274e81e000)
  43. libXrandr.so.2 => /usr/lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007f274e614000)
  44. libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f274e404000)
  45. libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f274e1fe000)
  46. libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f274dfec000)
  47. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f274dde8000)
  48. /lib64/ld-linux-x86-64.so.2 (0x00007f2750387000)
  49. libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f274dbc9000)
  50. libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f274d9bf000)
  51. libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f274d7bb000)
  52. libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f274d5b5000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement