Guest User

Untitled

a guest
Jan 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. * Starting LightDM Display Manager [OK]
  2. * Stopping Send an event to indicate plymouth is up [OK]
  3.  
  4. # Insert Guest Additions
  5. mkdir /tmp/cd
  6. sudo mount /dev/sr0 /tmp/cd
  7. sudo /tmp/cd/VBoxLinuxAdditions.run
  8.  
  9. sudo dpkg-reconfigure lightdm
  10. sudo service lightdm restart
  11. sudo reboot
  12.  
  13. sudo apt-get purge --auto-remove fglrx*
  14. sudo dpkg-reconfigure xserver-xorg
  15. sudo apt-get install fglrx # didn't work
Add Comment
Please, Sign In to add comment