After i updated my nvidia drivers and rebooted my computer, a lot of gui parts started dissapearing, i dont know if this is the correct way to name it but take a look.
Here are some videos demonstrating the issue: ( note: i am only hovering my mouse over them )
This problem as of now has only appeared on console, extension manager, settings, tweaks, and some other applications.
chromium, spotify, steam and other applications that i downloaded manually are not affected…( manually as in sudo pacman -S and yay -S )
May i note too that the booting takes more time than before the nvidia drivers were installed
These sorts of glitches remind me of Wayland + Nvidia issues. Log in with an X11 session instead, and see if the issue persists. Unfortunately, I’m not familiar with how to do that with Gnome, I’m more familiar with KDE/Plasma. Hopefully it’s just an option on the login screen like Plasma?
With respect to the slower boot now the correct Nvidia drivers are installed, just how much slower is it? Do you note it getting stuck on a particular point?
You might share your bootlog, although that does not necessarily give us insight into where it gets stuck, unless it explicitly throws an error of some sort there.
This will generate your bootlog, then put it online and provide you with a shareable link to paste here. Alternatively, you can insert the log output directly here as pre-formatted text.
the boot is weird actually, i insert my password, then then screen goes blue (“no signal”) then the computer starts, i dont know if its hardware problem because yesterday i changed some cables in my tv but, idk, maybe its not hardware, right?
I’d rather share the output link because its more accessible to you and me https://0x0.st/Xfb3.txt
If you have multiple displays connected, perhaps the boot process is appearing primarily on only one of those, while the other momentarily loses signal. If, to help diagnose this issue, you want to see the boot process on a particular display, it would be simplest to just temporarily disconnect all other displays.
The slowness looks like it might be here (line 955 of your bootlog), because 26 seconds pass between the systemd-journald error, and the next line:
X11 is a long standing windowing system for graphical user interfaces under Linux and BSD. It’s been around nearly as long as me, so it’s clinging onto the good ol’ days and the way things used to be. Turns out that involves a whole lot of baggage though.
Wayland is being developed by the same people, as a complete replacement of X11. It’s a fundamental shift in development and use, so it’s been a rough transition to this as a new system.
Wayland for daily use under Linux is still quite a new thing, and as such, is still rather buggy. This is especially the case, when it comes to Nvidia GPU’s.
KDE/Plasma is now leveraging Wayland as default, but you can switch to X11 when logging in.
Gnome, if I’m not mistaken, is also leveraging Wayland by default, but I’m not familiar with how to switch to X11 with that.
You’re using an older Nvidia GPU which is unlikely, I believe, to ever receive full Wayland support, because you’re restricted to using legacy drivers. Nvidia GPU’s using the official drivers only really got Wayland support very recently, and even then it’s still prone to lots of issues.
oh thats interesting, im probably going to do a little research on how i can change it to X11, anyways, how would you change it on a kde/plasma desktop? maybe it is similar to Gnome
As for the systemd-journald error, it relates to your systems logging feature.
You can test the integrity of your journal files using this command:
sudo journalctl --verify
That should tell you if there is any current corruption. If there is corruption, you could try jumping to step 4 below (restarting the service) and running this test again to see if the corruption persists.
If the corruption persists, one way to resolve it may be to start with a clean slate. I will caution though, that this process will essentially reset your system logs. They may, or may not be important to you.
If you’d like to pursue this option, these are the steps:
Write journal data sitting in memory, to disk:
sudo journalctl --flush
Archive all current journal data, so it can be cleaned:
sudo journalctl --rotate
Clear all journal data older than 1 second:
sudo journalctl --vacuum-time=1s
And now for good measure, restart the systemd-journald service:
Hmm… perhaps related to rfkill, which is a utility for enabling/disabling wireless devices. I can see you’re wired into your network there. Do you have a WiFi or Bluetooth adaptor?
This thread suggests the exact same 26 seconds of boot hang, as a result of rfkill on a system with no wireless adaptor.
That’s on Ubuntu mind you, so I’m not sure if the offered fixes would translate to Arch.
That said, I have three Endeavour OS systems of different calibre, without WiFi and bluetooth, and they don’t suffer from this particular issue. Of note though, when I check my bootlog on my workstation (one of those systems), there’s no mention of rfkill at all.