Advertisement
Guest User

Untitled

a guest
May 10th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. /usr/lib/nux/unity_support_test -p
  2.  
  3. Not software rendered: no
  4. Not blacklisted: yes
  5. GLX fbconfig: yes
  6. GLX texture from pixmap: yes
  7. GL npot or rect textures: yes
  8. GL vertex program: yes
  9. GL fragment program: yes
  10. GL vertex buffer object: yes
  11. GL framebuffer object: yes
  12. GL version is 1.4+: yes
  13. Unity 3D supported: no
  14.  
  15. uname -r
  16. sudo apt-get install linux-headers-$(uname -r)
  17. sudo apt-get autoremove
  18. sudo apt-get install build-essential
  19.  
  20. cd /media
  21. ls
  22. cd username
  23. ls
  24. cd VBOX*
  25. ls
  26. sudo ./VBoxLinuxAdditions.run
  27.  
  28. sudo nano /etc/modules
  29.  
  30. loop
  31. lp
  32. vboxvideo
  33.  
  34. sudo reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement