Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. qmaster02: openGL$ gcc -Wall cube.c -lglut -lGL -lGLU
  2. qmaster02: openGL$ ./a.out
  3. libGL error: failed to load driver: swrast
  4. X Error of failed request: GLXBadContext
  5. Major opcode of failed request: 149 (GLX)
  6. Minor opcode of failed request: 6 (X_GLXIsDirect)
  7. Serial number of failed request: 33
  8. Current serial number in output stream: 32
  9.  
  10. openGL$ lspci | grep VGA
  11. 09:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 30)
  12.  
  13. find /dev -group video
  14. lsmod | grep -i vid
  15.  
  16. $ glxinfo | grep -i vendor
  17. libGL error: failed to load driver: swrast
  18. X Error of failed request: BadValue (integer parameter out of range for operation)
  19. Major opcode of failed request: 149 (GLX)
  20. Minor opcode of failed request: 3 (X_GLXCreateContext)
  21. Value in failed request: 0x0
  22. Serial number of failed request: 20
  23. Current serial number in output stream: 23
Add Comment
Please, Sign In to add comment