Symptom
When you try to take a Live Screenshot in Rise Vision for a Display running Ubuntu, the screenshot is blank or fails to capture.
Why This Happens
This happens because Ubuntu uses the Wayland display server by default. Wayland blocks applications like Rise Vision from capturing the desktop or Display window.
Resolution
- Open a terminal window on your Ubuntu device.
- Run the following command to edit the GDM configuration file with administrator privileges:
sudo nano /etc/gdm3/custom.conf - Find the line that says
#WaylandEnable=falseand remove the#so it reads:WaylandEnable=false - Press Ctrl + O to save the file, then Enter to confirm, and Ctrl + X to exit.
- Restart your system using:
sudo systemctl restart gdm3or simply reboot your computer. - After restart, confirm that Ubuntu is using X11 instead of Wayland by opening a terminal and running:
echo $XDG_SESSION_TYPE
If it showsx11, the change was successful. - Try taking a Live Screenshot again in Rise Vision.
Have a suggestion or feature request? Let us know here.