Questions tagged [wayland]

Wayland is a computer display server protocol

Wayland provides a method for compositing window managers to communicate directly with applications and video hardware and expects them to communicate with input hardware using other libraries. Applications render graphics to their own buffers, and the window manager becomes the display server, compositing those buffers to form the on-screen display of application windows. This is a simpler and more efficient approach than using a compositing window manager with the X Window System.[5]

15 questions
3
votes
1 answer

Weston examples on Raspberry Pi

I've just successfully compiled and installed Wayland and Weston on my raspberry box (running Raspbian) following these instructions http://wayland.freedesktop.org/raspberrypi.html However, when I run weston, the only program available to run on…
random.cpp
  • 31
  • 1
  • 2
2
votes
1 answer

Change plug-in location within the taskbar

I'm trying to add the Updater plug-in to the right side of my taskbar. I want the right side configuration to be:Updater, Bluetooth, Network, Clock. When I add Updater, it is added to the bottom of the list (far right) and I can't figure out how to…
shs
  • 23
  • 2
2
votes
1 answer

Error when running X apps with XWayland: "cannot open display: :0"

I'm trying to run a simple X app under Weston using XWayland, but I get an error. I launch Weston as follows: $ weston-launch --modules=xwayland.so With the command-line argument as suggested here (cf. "weston.ini"). (I've also tried creating the…
einnocent
  • 504
  • 6
  • 10
1
vote
0 answers

Wayland: Install a GNOME 3 Desktop (pilfs)

I have built PiLFS on my Raspberry Pi 2. I have also build Wayland/Weston on it. But, I want to install a GNOME 3.20.x desktop on it. How would I do so?
Greg Kid
  • 19
  • 2
1
vote
1 answer

How to change cursor theme?

How can one change the mouse cursor used in Raspberry Pi OS Bookworm? (Wayfire) I have tried a number of things: setting a cursor theme through lxappearance, manually editing configs for GTKs 2 and 3, using update-alternatives to select a different…
1
vote
1 answer

Raspberry Pi OS Bookworm, Wayland desktop + headless Pi, cannot get past first boot wizard

I probably did something wrong during initial setup, but I've hit a rather strange problem trying to set up a graphical headless RPi 4B with Raspberry Pi OS Bookworm. To set up my Pi, I downloaded Raspberry Pi OS Bookworm, and flashed it to an SD…
ArrayBolt3
  • 119
  • 1
  • 2
0
votes
0 answers

VC4 — GL setup not working

I am trying to run chromium as weston-client using ArchArm on a RPI 3+ b, but I am unable to make it use GL. Setup: Basic »AArch64« installation as described here Package Installation: wayland weston xorg-server-xwayland chromium Tweaking the…
philipp
  • 191
  • 2
  • 11
0
votes
3 answers

Wayland/Weston freezes

I have freshly installed last Raspbian and updated it. When computer boots up to console, I log in and start command weston-launch. The output of command is something about initializing Raspberry Pi's backend - something like that - but when I want…
user1257255
  • 109
  • 3
0
votes
1 answer

Which file contains bookworm labwc screensaver settings/setup?

It took a minute for me to get screen "blanking" working in bookworm (labwc) on a Raspberry Pi 4B. I thought it would just blank the screen, once I got it set up correctly; but it actually does a more screen saver-like thing: it rotates between…
leanne
  • 111
  • 4
0
votes
1 answer

hide mouse on Raspbian Bookworm

I have bookworm on a raspberry pi, with openbox, and labwc and wayland x11 configured in raspi-config. I tried using unclutter -idle 0 -root &, and wlr-cursor hide but the mouse is still visible. Not sure if its a relevant point, but the display is…
0
votes
0 answers

Wayland Autostart that worked formerly no longer does

A while ago I had used the following instructions set to auto launch Chromium in kiosk mode at launch and it has been working fine for several months, but now when I power on my pi chromium opens in shrunken mode and stays closed. Does anyone have…
Nate Bohn
  • 1
  • 2
0
votes
0 answers

Keyboard shortcut for moving windows between monitors?

On windows 10 & 11 (maybe older versions too), you can move windows between monitors by using Win + Shift + Arrow key. On raspberry pi 5 running pi os, This will move the window, but it will not move the window outside of whatever monitor the window…
Ali Mizan
  • 101
  • 2
0
votes
1 answer

How to use WayVNC in virtual mode instead of service/console mode on a headful Pi?

I set up a new Pi5 at a remote location and plugged it into an old DVI monitor + kbd + mouse in case anyone needs watch the boot process. Setup is default Wayland + WayVNC. Now that I'm away, RealVNC Viewer (on Windows 10) only allows me to connect…
MJA
  • 111
  • 4
0
votes
0 answers

Ras Pi OS Black screen after switching to X11

I have a new install of the current Pi OS (bookworm) and am having an issue getting my touchscreen to rotate. I think I identified Wayland as the problem and switched to X11 as detailed in this post: Can I use X11 on the new 64-bit OS instead of…
-1
votes
2 answers

Forcing HDMI output on Bookworm

I want to force both Raspberry 4 HDMI output's to 1920x1080@60Hz in desktop mode where either one output doesn't necessarily have a HDMI connected but usually will but often not at the same time. When connected it should use the same resolution as…