Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. LLVM ERROR: Cannot select: intrinsic %llvm.x86.sse41.pblendvb
  2.  
  3. apt-get -t jessie-backports install xserver-xorg-video-intel
  4.  
  5. $ sudo lspci -vnn | grep VGA -A 10
  6. 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:22b1] (rev 21) (prog-if 00 [VGA controller])
  7. Subsystem: Acer Incorporated [ALI] Device [1025:1012]
  8. Flags: bus master, fast devsel, latency 0, IRQ 7
  9. Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
  10. Memory at 80000000 (64-bit, prefetchable) [size=256M]
  11. I/O ports at 2000 [size=64]
  12. Expansion ROM at <unassigned> [disabled]
  13. Capabilities: [d0] Power Management version 2
  14. Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
  15. Capabilities: [b0] Vendor Specific Information: Len=07 <?>
  16.  
  17. $ glxinfo | grep -i opengl -A 3
  18. OpenGL vendor string: VMware, Inc.
  19. OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
  20. OpenGL version string: 3.0 Mesa 10.3.2
  21. OpenGL shading language version string: 1.30
  22. OpenGL context flags: (none)
  23. OpenGL extensions:
  24. GL_AMD_conservative_depth, GL_AMD_draw_buffers_blend,
  25. GL_AMD_seamless_cubemap_per_texture, GL_AMD_shader_trinary_minmax,
  26. GL_ANGLE_texture_compression_dxt3,
  27. GL_ANGLE_texture_compression_dxt5,
  28.  
  29. $ uname -a
  30. Linux Bernd 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) x86_64 GNU/Linux
  31.  
  32. $ xdriinfo
  33. Screen 0: not direct rendering capable.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement