Skip to content

Instantly share code, notes, and snippets.

@p4prawin
Created May 19, 2022 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p4prawin/160c7c50e6145e576d6348be19d67c8a to your computer and use it in GitHub Desktop.
Save p4prawin/160c7c50e6145e576d6348be19d67c8a to your computer and use it in GitHub Desktop.
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