-
-
Save p4prawin/160c7c50e6145e576d6348be19d67c8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ISSUE: | |
windows rdp to Ubuntu 16.04 Virtual machine | |
blank screen after login | |
immidiate exit after login | |
Frozen screen | |
Issue with remote machine (ubuntu) display | |
SOLUTION: | |
# cp /usr/share/lightdm/lightdm.conf.d/60-gnome.conf /etc/lightdm/lightdm.conf.d/ | |
# sudo mv ~/.Xauthority ~/.Xauthority-Backup | |
# sudo rm -rf ~/.cache ~/.config | |
# sudo service lightdm restart | |
# sudo service xrdp restart | |
# sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment