AxeOfMen

Untitled

Apr 28th, 2016
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. Debian and Cinnamon and VirtualBox and Guest Additions
  2.  
  3. Cinnamon (Still not fixed):
  4. I installed Debian into a VM, choosing Cinnamon as the desktop environment.
  5. If the VBox setting "Enable 3D Acceleration" was not enabled, Cinnamon would indicate that it was running in software rendering mode, resulting in slow UI.
  6. If the VBox setting "Enable 3D Acceleration" was enabled, Cinnamon would crash every time and run in Fallback mode which doesn't seem to permit any kind of interaction.
  7. THE FIX was that simultaneously , I had VMWare running with a VM running Ubuntu. After shutting down the Ubuntu VM and starting the Debian VM with #D enabled, Cinnamon worked normally. Likely, there was a resource sharing issue between the two VMs.
  8. Hmm. Part of it may be that I was interacting with the VM through Remote Desktop Connection. It looks like RDC might cause the fallback mode.
  9. Use VNC to connect to host
  10. start VM
  11. No prob
  12. Weird. Now when I start the VM while using RDC, the error is gone. ??? I don't know.
  13. Another possibility is the version of VirtualBox used. It seems to have no problems on my older install (4.3.30) but newer versions have trouble (5.0) https://www.virtualbox.org/ticket/14102
  14.  
  15. Guest Additions:
  16. Wow, this was a pain. So first of all, log in as root, then execute this command:
  17. sudo apt-get install dkms
  18. This instruction requires that the Debian install disk be in the drive. SO DUMB WHY DOESN'T IT PULL FROM A REPO??
  19. I got that instruction from http://www.htpcbeginner.com/install-virtualbox-guest-additions-on-ubuntu-debian/
  20. Next, from the VBox menu, select Devices/Insert Guest Additions CD
  21. Then open the file browser, navigate to the CD contents, right click the window and select "Open in terminal"
  22. Now run the following command because Debian is apparently berzerk:
  23. sudo sh VBoxLinuxAdditions.run
  24. The 'sh' in the above command is what threw me for a loop. Trying to run the command without it gave me a permissions error.
Advertisement
Add Comment
Please, Sign In to add comment