-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
X issues/crashes #159
Comments
Looks like this addition made mutliplatform build to fail. Either we shoudl find multiplatform solution for this or at least install it only when it is ams64, so that it at least builds. |
If you're talking about #151 then absolutely it should only be for amd64, there's no QSV on non-Intel CPUs (and so - reasonably - no related packages for arm64). I haven't touched the build scripts as I don't know how they work, I just saw a |
Currenty
|
Seems to me like the way to go, I assume armv7 will go away at some point, no?
It's possible, and it's desirable to have a unified pipeline, but imho it creates more headaches than it's worth; the multiarch story in the general Linux ecosystem doesn't seem quite ready yet (and for containers specifically, multiarch still seems to be the exception rather than the norm) |
Just wanted to have an issue to track possible repercussions of #151 - feel free to close after a while if nobody chimes in.
Copypaste from PR
Sometimes on container startup X will throw a fit with (possibly non-exhaustive list):
as soon as neko starts (and then neko itself dies). When that happens supervisord will restart both and soon enough they'll both manage to say alive and settle down.
Looking for clues reveals a bunch of long-standing X bugs with a bunch of supposed patches and the general advice of "start X as root kthx" (which is not the case in neko, as it stands).
References
Some of the links I dug up:
And a hilarious quote from one of them which perhaps accurately reflects the state of Xorg:
Which had me think that maybe one day in the distant future it might be nice to switch to
wayland
+pipewire
...The text was updated successfully, but these errors were encountered: