Skip to content

Instantly share code, notes, and snippets.

@hakuno
Created June 1, 2020 13:27
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 hakuno/8e51b66739c53f104ddc58a5272a6055 to your computer and use it in GitHub Desktop.
Save hakuno/8e51b66739c53f104ddc58a5272a6055 to your computer and use it in GitHub Desktop.
Blank screen after login
Determinado usuário Linux tem "blank screen" após login.
sudo find . -type f -name "*displays*"
mv ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml.bak
sudo reboot
OU
mv $(sudo find . -type f -name "*displays*") /opt/displays.xml.bak
Fonte: https://askubuntu.com/a/410688
Tags: login, blank screen, linux, ubuntu, xubuntu, xfce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment