Advertisement
Guest User

Can't get OpenGL 3 in Ubuntu guest with VMware 12

a guest
Nov 9th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. valera@ubuntu:~/temp/serpinski$ cat /etc/*-release
  2. DISTRIB_ID=Ubuntu
  3. DISTRIB_RELEASE=15.10
  4. DISTRIB_CODENAME=wily
  5. DISTRIB_DESCRIPTION="Ubuntu 15.10"
  6. NAME="Ubuntu"
  7. VERSION="15.10 (Wily Werewolf)"
  8. ID=ubuntu
  9. ID_LIKE=debian
  10. PRETTY_NAME="Ubuntu 15.10"
  11. VERSION_ID="15.10"
  12. HOME_URL="http://www.ubuntu.com/"
  13. SUPPORT_URL="http://help.ubuntu.com/"
  14. BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
  15.  
  16.  
  17. valera@ubuntu:~/temp/serpinski$ uname -a
  18. Linux ubuntu 4.3.0-040300-generic #201511020846 SMP Mon Nov 2 13:48:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  19.  
  20.  
  21. valera@ubuntu:~/temp/serpinski$ glxinfo | grep "OpenGL"
  22. OpenGL vendor string: VMware, Inc.
  23. OpenGL renderer string: Gallium 0.4 on SVGA3D; build: RELEASE;
  24. OpenGL version string: 2.1 Mesa 11.0.2
  25. OpenGL shading language version string: 1.20
  26. OpenGL extensions:
  27. OpenGL ES profile version string: OpenGL ES 2.0 Mesa 11.0.2
  28. OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
  29. OpenGL ES profile extensions:
  30.  
  31.  
  32. valera@ubuntu:~/temp/serpinski$ glxinfo | grep direct
  33. direct rendering: Yes
  34.  
  35.  
  36. valera@ubuntu:~/temp/serpinski$ dmesg | grep vmwgfx
  37. [ 1.774208] vmwgfx: module verification failed: signature and/or required key missing - tainting kernel
  38. [ 1.775555] [vmwgfx] Initialized drm 1.1.0 20060810
  39. [ 1.789445] [vmwgfx] DMA map mode: Using physical TTM page addresses.
  40. [ 1.789563] [vmwgfx] Capabilities:
  41. [ 1.789564] [vmwgfx] Rect copy.
  42. [ 1.789565] [vmwgfx] Cursor.
  43. [ 1.789565] [vmwgfx] Cursor bypass.
  44. [ 1.789565] [vmwgfx] Cursor bypass 2.
  45. [ 1.789566] [vmwgfx] 8bit emulation.
  46. [ 1.789566] [vmwgfx] Alpha cursor.
  47. [ 1.789567] [vmwgfx] 3D.
  48. [ 1.789567] [vmwgfx] Extended Fifo.
  49. [ 1.789567] [vmwgfx] Multimon.
  50. [ 1.789568] [vmwgfx] Pitchlock.
  51. [ 1.789568] [vmwgfx] Irq mask.
  52. [ 1.789569] [vmwgfx] Display Topology.
  53. [ 1.789569] [vmwgfx] GMR.
  54. [ 1.789569] [vmwgfx] Traces.
  55. [ 1.789570] [vmwgfx] GMR2.
  56. [ 1.789570] [vmwgfx] Screen Object 2.
  57. [ 1.789570] [vmwgfx] Command Buffers.
  58. [ 1.789571] [vmwgfx] Command Buffers 2.
  59. [ 1.789571] [vmwgfx] Guest Backed Resources.
  60. [ 1.789572] [vmwgfx] Command Buffers 3.
  61. [ 1.789572] [vmwgfx] Max GMR ids is 64
  62. [ 1.789573] [vmwgfx] Max GMR descriptors is 4096
  63. [ 1.789573] [vmwgfx] Max number of GMR pages is 65536
  64. [ 1.789574] [vmwgfx] Max dedicated hypervisor surface memory is 0 kiB
  65. [ 1.789575] [vmwgfx] Maximum display memory size is 32768 kiB
  66. [ 1.789575] [vmwgfx] VRAM at 0xe8000000 size is 4096 kiB
  67. [ 1.789576] [vmwgfx] MMIO at 0xfe000000 size is 256 kiB
  68. [ 1.789577] [vmwgfx] global init.
  69. [ 1.793429] [vmwgfx] Supports vblank timestamp caching Rev 1 (10.10.2010).
  70. [ 1.793430] [vmwgfx] No driver support for vblank timestamp query.
  71. [ 1.793570] [vmwgfx] Screen Target Display device initialized
  72. [ 1.793605] [vmwgfx] width 640
  73. [ 1.793611] [vmwgfx] height 480
  74. [ 1.793617] [vmwgfx] bpp 32
  75. [ 1.794291] [vmwgfx] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
  76. [ 1.795102] [vmwgfx] Using command buffers with DMA pool.
  77. [ 1.795107] [vmwgfx] DX: yes.
  78. [ 2.127656] [vmwgfx] Initialized vmwgfx 2.9.256 20150810 for 0000:00:0f.0 on minor 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement