Created
June 1, 2020 13:27
-
-
Save hakuno/8e51b66739c53f104ddc58a5272a6055 to your computer and use it in GitHub Desktop.
Blank screen after login
This file contains hidden or 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
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