Advertisement
Guest User

Untitled

a guest
Jan 19th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. tokam@localhost:~/Desktop/mve-master/apps/umve$ glxinfo | grep OpenGL
  2. OpenGL vendor string: Intel Open Source Technology Center
  3. OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset
  4. OpenGL version string: 2.1 Mesa 10.1.3
  5. OpenGL shading language version string: 1.20
  6. OpenGL extensions:
  7.  
  8.  
  9. tokam@localhost:~/Desktop/mve-master/apps/umve$ ./umve
  10. X Error: GLXBadFBConfig 181
  11. Extension: 156 (Uknown extension)
  12. Minor opcode: 34 (Unknown request)
  13. Resource id: 0x5400004
  14. X Error: GLXBadFBConfig 181
  15. Extension: 156 (Uknown extension)
  16. Minor opcode: 34 (Unknown request)
  17. Resource id: 0x5400020
  18. Resizing GL from 0x0 to 551x546
  19. Using OpenGL 3.3 ...
  20. Loading shaders from /home/tokam/Desktop/mve-master/apps/umve/shaders/surface_330.*
  21. Error while loading shaders from /home/tokam/Desktop/mve-master/apps/umve/shaders/.
  22. Qt has caught an exception thrown from an event handler. Throwing
  23. exceptions from an event handler is not supported in Qt. You must
  24. reimplement QApplication::notify() and catch all exceptions there.
  25.  
  26. terminate called after throwing an instance of 'util::Exception'
  27. what(): /home/tokam/Desktop/mve-master/apps/umve/shaders/surface_330.vert: 0:1(10): error: GLSL 3.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES
  28.  
  29. Abgebrochen (Speicherabzug geschrieben)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement