Guest User

Untitled

a guest
Jan 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. ERROR: Support for necessary OpenGL extensions missing.
  2.  
  3. chmod +x cudatoolkit_4.2.9_linux_64_ubuntu11.04.run
  4. sudo ./cudatoolkit_4.2.9_linux_64_ubuntu11.04.run
  5.  
  6. ......................................
  7. Enter install path (default /usr/local/cuda, '/cuda' will be appended):
  8.  
  9. ========================================
  10.  
  11. * Please make sure your PATH includes /tmp/cuda/cuda/bin
  12. * Please make sure your LD_LIBRARY_PATH
  13. * for 32-bit Linux distributions includes /tmp/cuda/cuda/lib
  14. * for 64-bit Linux distributions includes /tmp/cuda/cuda/lib64:/tmp/cuda/cuda/lib
  15. * OR
  16. * for 32-bit Linux distributions add /tmp/cuda/cuda/lib
  17. * for 64-bit Linux distributions add /tmp/cuda/cuda/lib64 and /tmp/cuda/cuda/lib
  18. * to /etc/ld.so.conf and run ldconfig as root
  19.  
  20. * Please read the release notes in /tmp/cuda/cuda/doc/
  21.  
  22. * To uninstall CUDA, remove the CUDA files in /tmp/cuda/cuda
  23. * Installation Complete
  24.  
  25. OPENGLLIB += -L/usr/lib/nvidia-current -L/usr/lib32/nvidia-current
  26.  
  27. LIB += $(RENDERCHECKGLLIB) ${OPENGLLIB} $(PARAMGLLIB) ${LIB} -ldl -rdynamic
  28.  
  29. optirun blender
  30.  
  31. ERROR: Support for necessary OpenGL extensions missing.
  32.  
  33. optirun blender
  34.  
  35. optirun glxspheres
  36.  
  37. chmod +x cudatoolkit_5.0.35_linux_64_ubuntu11.10-1.run
  38. sudo ./cudatoolkit_5.0.35_linux_64_ubuntu11.10-1.run
  39.  
  40. ......................................
  41. Enter install path (default /usr/local/cuda, '/cuda' will be appended):
  42.  
  43. ========================================
  44.  
  45. * Please make sure your PATH includes /tmp/cuda/cuda/bin
  46. * Please make sure your LD_LIBRARY_PATH
  47. * for 32-bit Linux distributions includes /tmp/cuda/cuda/lib
  48. * for 64-bit Linux distributions includes /tmp/cuda/cuda/lib64:/tmp/cuda/cuda/lib
  49. * OR
  50. * for 32-bit Linux distributions add /tmp/cuda/cuda/lib
  51. * for 64-bit Linux distributions add /tmp/cuda/cuda/lib64 and /tmp/cuda/cuda/lib
  52. * to /etc/ld.so.conf and run ldconfig as root
  53.  
  54. * Please read the release notes in /tmp/cuda/cuda/doc/
  55.  
  56. * To uninstall CUDA, remove the CUDA files in /tmp/cuda/cuda
  57. * Installation Complete
  58.  
  59. optirun blender
  60.  
  61. Compiling CUDA kernel ...
  62. nvcc warning : Option '--opencc-options (-Xopencc)' is obsolete and ignored, when
  63. targeting compute_20, sm_20, or higher
  64. gcc: error trying to exec 'cc1plus': execvp: No such file or directory
  65. CUDA kernel compilation failed, see console for details.
  66.  
  67. optirun '/usr/lib/blender/blender'
  68.  
  69. sudo add-apt-repository ppa:bumblebee/stable
  70. sudo apt-get update
  71. sudo apt-get install bumblebee bumblebee-nvidia
  72.  
  73. sudo usermod -a -G bumblebee $USER
  74.  
  75. optirun blender
  76.  
  77. optirun glxspheres
  78.  
  79. glxspheres
Add Comment
Please, Sign In to add comment