-
-
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 |
@sxa We are experiencing a similar issue. Please let us know if there have been any updates or progress using Wayland. Thanks |
Didn't spot this notification earlier today for some reason but it's showing up now. As per PMC discussion I'm unlikely to get to progressing this much until after the release cycle, but all i know is in this issue. Hopefully it won't be too hard to get something finalised and integrated into the AQA code that normally starts Xvfb 😁 If anyone else from your side looks at it in the meantime please get them to put any additional discoveries in this issue |
We were successful in installing weston on RHEL 10 and running/passing the tests using it on alinux so far (using the command from #3851 (comment)). Need the turbojpeg which comes from CodeReady Builder. Install weston and wayland-utils. |
Fantastic news @pshipton - thanks for reporting back :-) |
The turbojpeg was needed to install weston before any tests were run. |
Also needed to install |
Just for the record, we have updated the test pipeline code to use |
@aswinkr77 can you pls answer the questions in #3851 (comment) |
@aswinkr77 Will you list all the display related packages that were installed on the working rhel10 internal hosts? |
Hi @judovana,
note: error reproduced from CentOS 10 stream container. |
Thank you! |
@mwornast
Display tests are passing on these two:
|
yes. Sorry, I have overlooked this question. |
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: