Skip to content

Instantly share code, notes, and snippets.

@tskxz
Created February 15, 2024 20:25
Show Gist options
  • Save tskxz/d5c4442dc1114d0f85b4044fc74a5ab7 to your computer and use it in GitHub Desktop.
Save tskxz/d5c4442dc1114d0f85b4044fc74a5ab7 to your computer and use it in GitHub Desktop.
fix discord black screen debian
sudo nano /etc/gdm3/daemon.conf
Uncomment the following line
#WaylandEnable=false
To
WaylandEnable=false
And then restart your machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment