-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
No graphical session after update to 41.20241117.3 on Aurora. #8
Comments
Some hardware information could be useful, please run a |
Here you are: It might be worth mentioning that I'm also running Bluefin-gts and Vauxite:latest in this same machine flawlessly. As they are both based on ostree images, this issue seems to be limited to bootc images. |
Use |
Correct. I just want it to boot to the working image while a solution is found. |
What GPU do you have. By any chance an old intel haswell iGPU (4th Gen, from 2014?) |
I rebased to from Only a reinstall to aurora (ISO from august I had laying around) would "fix" it. I "fixed" it by rebasing to |
I don't have access to the machine at the moment, and I don't remember what iGPU it has. But it is a 12 year-old machine. |
As per Jorge Castro's suggestion, I rebased to 41.20241112.1 using the ujust rebase-helper, and it is working fine. |
Here is the device-info, as TXT this time, so it doesn't go anywhere. |
I wonder if the behavior would change if you chuck in a different GPU and use that and see if that works. See if some new QT component/Plasma is acting weirdly with the GPU/driver as I don't have this issue on my other modern machines. Would be a lot easier if the atomic stuff had proper live ISOs for testing. Have you looked at the memory usage? There might be a memory leak somewhere. Go to another tty and do startplasma-wayland, plasmashell should crash/no wallpaper, panel etc. if we're having the same issue. Look at the memory usage with htop at the same time. |
As this is a laptop, I don't think that is possible.
Not really, but I think the memory usage is about the same. I'm afraid I don´t know how to detect a memory leak.
I did that, but it just reloaded plasma. I mean, it showed the splash screen and then the desktop with all the apps open (Firefox, Terminal & Dolphin). Memory usage kept about the same: 1.39 GB before, 1.41 GB after. (Remember I'm running the 41.20241112.1 image, and as it is pinned, the 41.20241117.3 image is not available). |
I was describing the behavior of the apparently broken images newer than 41-20241117. In my case the memory (and swap) usage was rapidly growing and was nowhere near reasonable and everything slowed down to a halt and/or my kernel probably panicked and I had to hard shutdown afterwards. |
Check the kernel and mesa versions for each image, maybe it was a change in there, seems like a good place to start. |
Will do a little testing in the coming weeks kinoite/aurora41: 11th Nov
kinoite/aurora41: 12th Nov 6.11.6 and 6.11.7???
aurora40: from Oct 28 ✅
kinoite40: 25th Nov old mesa, new kernel
|
I thought of rebasing to specific daily images until I found the last working image and the first non-working one, and then find the differences and, hopefully, pin down the culprit. But I just ran |
|
This issue is happening to me as well on both the aurora-nvidia and kinoite-nvidia images. My GPU is a Gtx 750 ti. |
On a GTX 750ti, the Nvidia images uses a driver that does not support your card |
Huh? As of the latest beta driver (565) the GTX 750ti is still listed as supported on Nvidia's website. Also, the driver was working just fine before the update a week ago or so. |
You're right. I thought it stopped providing support to 9XX, 8XX and 7XX.
…On Fri, Nov 29, 2024, 8:13 AM DeeBeeDouble ***@***.***> wrote:
On a GTX 750ti, the Nvidia images uses a driver that does not support your
card
Huh? As of the latest beta driver (565) the GTX 750ti is still listed as
supported on Nvidia's website. Also, the driver was working just fine
before the update a week ago or so.
—
Reply to this email directly, view it on GitHub
<#8>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQPNFFNM5EHB5ZUDGLYDFRL2DBR7HAVCNFSM6AAAAABSKQRGASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBXG44TOMJZGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Update! Here is the summary of changes from 41.20241112.1 to 41.20241113: 41.20241113.txt I was expecting to see something related to plasma, sddm or wayland, but, to my inexpert eye, there is nothing. By the way @renner0e , I manage to reproduce the behavior you described when running |
That's right around the point that we started shipping F41 for stable. Those different images around that point were fixing signing issues and ISOs |
I guess it is probably the kernel?
https://en.wikipedia.org/wiki/List_of_Intel_graphics_processing_units There have been a bunch of changes from 6.11.3 to 6.11.7 to the i915 stuff
Bisecting the kernel seems like a good idea to me🙃. But I don't know how I would get my custom kernel into aurora. EDIT: This is probably bullshit as 6.11.10 works on official fedora kinoite |
TODO:
Also test
|
Last night I rebased from Aurora 41.20241112.1 directly to kinoite-main:latest, and this morning booted to it with same result: no graphical session. I did not try |
Ublue does not build rawhide tags so there is no You need to rebase to |
For some reason vanilla/non-ublue variants with 6.11.10-300.fc41.x86_64 all work images that work for me:
for good measure I also tested GNOME, which also worked just fine
|
Continuing with the tests, last night I rebased from Aurora 41.20241112.1 directly to quay.io/fedora-ostree-desktops/kinoite:rawhide, and booted it successfully to a graphical session: There is a minor glitch: the menu icon is not shown, but clicking on it shows the menu normally. Otherwise the system seemed to work properly. So, with |
Can someone retest with the latest |
still borked as of 2024-12-04
Kickoff application launcher looks for an icon which is saved somewhere in |
|
I built my own This was committed on Nov 12th (same date as last working image): My changes are below and then:
|
I've been fiddling with The system currently running: ostree-image-signed:docker://ghcr.io/ublue-os/aurora:stable Starting from So, summarizing:
Based on that, I would say that the issue is affecting some QT library/ies and that's what brings the system down. |
I think I have finally made some progress into this matter: the package If you layer this package on vanilla fedora, everything still works. I don't know why it not in the output of This affects aurora/bazzite because it is added in kinoite-main by ublue. It is not present in upstream fedora, thus vanilla fedora works. Workaround till a fix (probably upstream) is found.
More Info
It is getting late for me. TODO:https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports figure out which debug packages have to be layered to create useful info to kde devs enable fedora-debuginfo repo in |
test from a "broken" image (with Workaround
The packages from regular fedora repos work
vanilla fedora ships 1.17.6
and negativo ships 1.18.2
This is likely the commit that caused it:
The package was actually in the diff @mejiasjrg sent earlier from Nov 12th ->13th. I don't know how I missed that. It is right at the top. Possibilities:
Will test on either Arch Linux or KDE Linux to confirm the On kde-linux (not kde-neon, the new thing) they ship the new 1.19 version and the live environment works. |
Describe the bug
The system updated from 41.20241112.1 to 41.20241117.3 and on the next boot it showed the arrow cursor for a little while and then a blank screen. It didn't even show the login screen. I changed to a terminal with Ctrl-Alt-F2 and could login with no issues. Tried sudo systemctl restart sddm, and got the blank screen again.
Rebooted the machine and selected the second entry in the grub menu, and the system booted normally to the graphical session. Then I issued rpm-ostree rollback, reboted, and issued systemctl start rpm-ostreed-automatic.service to make the system update again, hoping there might be a new (different) update, but instead updated to 41.20241117.3 again, and again got the blank screen.
I finally did the rollback again and am posting from the system running 41.20241112.1
What did you expect to happen?
I expected the system to boot normally running 41.20241117.3
Output of
bootc status
Output of
groups
Extra information or context
For the average user Aurora is intended to, this would have been a show-stopper. Not good.
The text was updated successfully, but these errors were encountered: