Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EngKhaledB/423a956c2db80a402d28324aca57b301 to your computer and use it in GitHub Desktop.
Save EngKhaledB/423a956c2db80a402d28324aca57b301 to your computer and use it in GitHub Desktop.
Fix Ubuntu black screen on Google Meet screen sharing

Disable WaylandEnable

> sudo nano /etc/gdm3/custom.conf

Uncomment #WaylandEnable=false

Restart gdm3

NOTE: this command will stop all of your running apps, make sure to save all of your files before running it.

> sudo systemctl restart gdm3

Done!

Happy Screen Sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment