-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Understand whether weston
on Wayland can replace Xvfb
#3851
Comments
Hi. Thanx for heads up. No, we had not hit it. We do not relay on xvfb. We use full vms which have theirs "normal" display. |
@zzambers fyi too. |
Interesting. So you do have them automatically logging into the UI on boot? |
It looks like, if you can install westion (I tried on Ubuntu) then this:
will start a virtual server. It will display a line like this in the output which will give you the X11 display number:
In a container there are a couple of gotchas:
Altref: https://github.com/Xpra-org/xpra 4282 https://unix.stackexchange.com/questions/653672/virtual-wayland-display-server-possible |
Trying on fedora 40: Note:
Even though running weston with a 'real' display as :0 seems ok ... Problem was |
CentOS Stream 10 has chosen to remove all support for xorg and that includes xvfb.
weston
is a potential alternative, but while it's available in EPEL10 it does not install properly due to broken dependencies.Assuming this is the first notable distribution to have dropped all the xorg packages, and they won't add it back in, we should investigate alternatives in order to be able to continue to run the AQA tests that expect a display to be available.
(FYI @judovana in case anyone in your team has already investigated this)
The text was updated successfully, but these errors were encountered: