Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. marty@linuxpc:~$ glxinfo | grep OpenGL
  2. OpenGL vendor string: Intel Open Source Technology Center
  3. OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
  4. OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.0
  5. OpenGL core profile shading language version string: 3.30
  6. OpenGL core profile context flags: (none)
  7. OpenGL core profile profile mask: core profile
  8. OpenGL core profile extensions:
  9. OpenGL version string: 3.0 Mesa 11.2.0
  10. OpenGL shading language version string: 1.30
  11. OpenGL context flags: (none)
  12. OpenGL extensions:
  13. OpenGL ES profile version string: OpenGL ES 3.1 Mesa 11.2.0
  14. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
  15. OpenGL ES profile extensions:
  16.  
  17. marty@linuxpc:~$ ssh -p 3022 marty@localhost -X
  18. marty@localhost's password:
  19. Last login: Tue Jul 26 10:08:19 2016 from 10.0.2.2
  20. [marty@archvm ~]$ glxinfo | grep OpenGL
  21. OpenGL vendor string: Humper
  22. OpenGL renderer string: Chromium
  23. OpenGL version string: 2.1 Chromium 1.9
  24. OpenGL shading language version string: 1.30
  25. OpenGL extensions:
  26.  
  27. marty@linuxpc:~$ VBoxManage showvminfo Arch Linux | grep Rule
  28. NIC 1 Rule(0): name = ssh, protocol = tcp, host ip = , host port = 3022, guest ip = , guest port = 22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement