Blank or Black screenshots on Ubuntu.

Shishir Manepatil

Last Update 7 maanden geleden

To resolve the issues regarding blank screenshots on Ubuntu, please follow the below steps


1) Open Terminal 

2) Type the following command and press enter

[ -x "$(command -v Xorg)" ] || { echo "X Window System is not installed."; sudo apt update && sudo apt install xorg; }

3) Type the following command and press enter

sudo sed -i 's/#WaylandEnable=false/WaylandEnable=false/' /etc/gdm3/custom.conf

3) Restart the computer 

Was this article helpful?

3 out of 5 liked this article