Created
February 15, 2024 20:24
-
-
Save tskxz/0db6b0f3960edee0b8369bf489506042 to your computer and use it in GitHub Desktop.
fix discord black screen debian
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
sudo nano /etc/gdm3/daemon.conf | |
Uncomment the following line | |
#WaylandEnable=false | |
To | |
WaylandEnable=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment