Top "Wayland" questions

Wayland is protocol for providing graphical output to Linux/Unix users.

How to start gnome-wayland session from command line?

I'm experimenting with wayland. You can start Gnome with X through startx command. Is there an way to start Gnome …

linux gnome wayland
Where do I start if I want to write a wayland compositor?

I imagine there isn't a "Beginner's guide to wayland server programming" drifting around the web, and the weston source looks …

wayland
How to take screenshot under Wayland?

A want to write simple tool that will take screenshots at Wayland. Am I right with my understanding that it …

wayland
List screen resolutions using Wayland/Weston

I am porting some tests from X11 to Wayland and there is little to no information on how to list …

linux egl wayland
Java GUI support on Wayland

I want to include Java GUI support on my system which has only wayland backend supported. I tried to include …

java swing wayland
How I can find out if a Linux system uses Wayland or X11?

Used language I am using C++14 with cmake for my program. Problem: I would like to know how I can …

c++ linux c++14 x11 wayland