Questions tagged [wayland]

Wayland is a protocol that specifies the communication between a display server and its clients, as well as a reference implementation of the protocol in C language. It was initially authored by Kristian Høgsberg as a replacement for the X Window System.

The Wayland protocol is essentially only about input handling and buffer management. When running on Linux kernel, handling of the input hardware relies on evdev, while the handling of buffers relies on Generic Buffer Management (GBM); when running on other operating systems, Wayland compositors work with their respective components.

Weston is the reference implementation of a Wayland compositor, it is written in C and published under the MIT License.

Unlike the X clients, Wayland clients will render directly into their own buffer located in the graphics memory, through the use of EGL with some additional Wayland-specific extensions to EGL. The display server is responsible for the compositing, hence it will incorporate a large part of the functionality of current compositing window managers.

Wayland is intended as a simpler replacement for X, easier to develop and maintain. GNOME and KDE are expected to be ported to it.

882 questions
22
votes
1 answer

Ubuntu on Wayland

So, recently I noticed a settings like icon next to the sign in button on the login screen. Upon clicking it I am presented with two options: Ubuntu Ubuntu on wayland Why has this suddenly appeared? Should I be worried? What is Ubuntu on…
t.v8aloyi
  • 356
14
votes
1 answer

How to permanetely disable Wayland

I know I can stop using Wayland if I log out and change the setting, but I don't want to keep having to log out each time Ubunutu updates. Every time Ubuntu gets updated it enables Wayland again. I want to permenetly disable Wayland so it will never…
10
votes
2 answers

How do I install wayland and use it?

I was watching this video. How do I get Weston on Ubuntu to try it? Where can I find other desktop environments that work with wayland - are there any wayland ports for it like GNOME and KDE?
MathCubes
  • 5,666
7
votes
2 answers

How to find the version of Wayland?

I'm unsure how to let devs know which version of the Wayland display server I'm running in Ubuntu GNOME 17.04. How can I get the proper version for Wayland? Is it just the package version?
Rebel
  • 2,215
  • 8
  • 30
  • 37
4
votes
2 answers

Ubuntu 21.04: how to enable Wayland?

Hello I have upgraded to Hippo (Ubuntu 21.04), but my session is still using X11. At the login screen, the only choice I have are «Unity» or «Ubuntu». I guess this is probably because my current install is really old, but upgraded every 6 months. On…
3
votes
2 answers

How can I install and use Hyprland in Ubuntu?

Lately, I have been trying to look for the way to install and use Wayland compositor Hyprland in Ubuntu 22.10. How can I do that?
3
votes
0 answers

Run programs on wayland at default

I'm on Ubuntu 19.04. I have recently switched to 1080p display which caused everything to shrink down. And so I had to enable the experimental fractional scaling in Wayland. I chose to switch to Wayland because fractional scaling on xorg caused…
Lenny White
  • 237
  • 1
  • 8
3
votes
1 answer

How do I logout in Ubuntu 17.10 with wayland?

I want to logout without rebooting the computer, but in 17.10 there is no option to logout in the top-right corner There is only a button to lock the screen, and a button to restart or shutdown.
rubo77
  • 32,486
2
votes
0 answers

How to connect ubuntu via remote desktop with wayland on ubuntu22.04

I install waydroid on ubuntu22.04,And I need to access ubuntu via remote desktop. I try to use tigervnc that work on X11,but waydroid only work on wayland. How could I do ?
2
votes
1 answer

How to remap 'Caps_Lock' key to 'w' in Wayland

I'm on Ubuntu 18.04 LTS My keyboard is missing the w key. I used remove Lock = Caps_Lock keysym Caps_Lock = w W With xmodmap how to remap Caps_Lock to w key in Wayland?
2
votes
3 answers

How will Wayland be delivered?

Mark just announced support for Wayland in Ubuntu in future. I was just wondering the following (hopefully Mark can answer). When will a version be available to test? Will it be available as a package(s) in the repository or will it be delivered…
1
vote
0 answers

No possibility to use two monitors with Ubuntu 17.10

I use a TFT monitor on an ATI Radeon HD 7480D and a CRT display on an external USB graphic card. What with Ubuntu 17.04 works fine, isn't possible with Ubuntu 17.10. I only can use one monitor. If I connect the second one, I'm logged out and asked…
1
vote
0 answers

Wayland Window Top Bar/Size Issues

Ubuntu 22.04.2 LTS Hey there! I'm trying to switch to wayland from X and some issues have been emerging in the daily use of my machine. First, when opening up the qBittorrent, I cannot maximize it when double clicking on the top bar, and it doesn't…
User1986
  • 321
1
vote
0 answers

Viber (Desktop) isn't working in Ubuntu 22.04 LTS

first of all, I had the issue of having a dark screen when I share my screen on a video call, after searching on the internet I could fix it by uncommenting the line WaylandEnable=false in /etc/gdm3/custom.conf But after this Viber stopped…
F.Marko
  • 119
1
vote
0 answers

How to install newm on Ubuntu?

I'm thinking about using newm on my laptop and I was wondering if it worked on Ubuntu. It only has tutorials for Arch and NixOS installs.
1
2