hi everyone so im a newbie to linux i just recently shifted to manjaro os and for like some reason i have this weird issue with the os crashing randomly while i was surfing the web
then happened again while streaming a video im not really sure what to do cause this is getting kinda annoying thinking of going back to windows if i can’t fix this lol also i was speaking with a friend of mine and he says he also has the same issue regarding the random crashes so im not really alone in this situation
all my drivers are updated and im on the latest kernel as well
What exactly are the symptoms of what you call “a crash”? That’s a very vague term that could mean just about anything — and it often does.
Can you still toggle the NumLock key when it “crashes”? Also, your CPU temperature appears to be a bit on the high side, which could indicate either a hardware problem — i.e. inadequate cooling — or simply a stuck process.
I also notice that you’re running Plasma on Wayland. Have you tried running on X11 instead?
Lastly, I would advise you to try a different kernel. You’re running 6.4, which is still bleeding edge. Try the 6.1 LTS kernel instead. It’s already quite mature and it’s still supported until at least December 2026 — it’s a long-term-support kernel, hence the LTS moniker.
Note: After installing the new kernel, you’ll need to select it at the GRUB boot menu.
Advanced Options for Manjaro Linux → Linux 6.1
With 16 GiB of RAM and less than 3 GiB in use, that’s not really necessary. I also have 16 GiB and I too run without swap here. Even with lots of stuff open — including chromium — I’m still only hitting 3.2 GiB of RAM usage.
One difference between Linux and Windows you need to understand is that Linux doesn’t give any BSOD due to usage of some applications…
You might think your OS has crashed while in fact it is still running perfectly fine under the hood, it’s just your application that can crash and give that impression.
So think 10x before even thinking of going back to Micro$@$
If you use video intensive application it might over heat your Laptop which might cause your graphics driver to become non-responsive because your GPU shutdown due to the overheating.
@Aragorn no num lock lights show when i get the crashes it use to work when i press alt+ tab but now nothing at all
how do i activate X11 ?
i will switch kernels and let you know whay happens
im gonna do a little maintenance on this laptop during the weekend cause i need to replace the keyboard on here " though on windows i never use to have this issue with high cpu
That is not what I meant. If you can still switch NumLock on and off, then the kernel is still alive, and then whatever crashes is something at a higher level — possibly Plasma or just your browser.
That sounds like Plasma, but it is possible that you may have to wait longer due to a stuck process. If there’s a process consuming all of your CPU cycles, then what you’ve got is a local denial-of-service, and then the system needs (a lot more) time to process the Alt+Tab.
It should be available as an option on the login screen.
There is currently a kernel bug that appears to consume 100% CPU load, but that’s only a cosmetic bug. In reality, it all still works fine. Your CPU temperature on the other hand is a better indicator.
I was going to say that next.
Don’t use an -rt kernel unless you know what you’re doing. Those kernels have special patches for real-time responsiveness, which is often a demand among people who do professional audio and/or video processing.
If you’re not one of those people, use a regular kernel, and preferably one of the still supported LTS kernels, i.e.:
You can change kernels by using your menu in your bootloader, IF you have multiple kernels installed…
Both Grub and systemd-boot have this menu you can display by holding a key if they are not shown at machine boot.
Be careful NOT to remove your current kernel before you install another
You can remove it after you’ve booted with another kernel first. So, you first have to install a new kernel — I recommend one of the LTS kernels that I’ve listed higher up — and then reboot with that new kernel, and only then you can remove the old one, like so…
sudo mhwd-kernel -r linux64-rt
This isn’t even possible anymore these days. mhwd-kernel will throw a warning if you try.
As it just so happens to be, I have had a couple of serious issues myself with Plasma only a few days ago, and it took me until yesterday to — with the help of several forum members — hunt down the cause and remedy the problems.
If you’re having stability problems with Plasma itself — and as you can read on the thread linked above, it does unfortunately occasionally happen — then the cause is most likely something in your home directory.
In many cases, it’s the use of an old and buggy theme that’s no longer compatible with the recent Plasma versions. In my case, it was most likely caused by a couple of corrupted configuration files as the result of a glitch while changing a few settings, and yes, even one single corrupted configuration file can do this, because the way Plasma is written, it is very sensitive to that.
Either way, the problem is most likely caused by something in your home directory — a corrupted configuration file or database, a broken theme, et al — and thus, it can be fixed, even if it means having to delete your Plasma configuration files and starting all over again from the template in /etc/skel.
Still, if you would prefer to stick with XFCE, then that is of course your prerogative. Overall, Plasma is pretty good, but its occasional quirks have driven people away from it before, and XFCE is a pretty robust environment with a decent reputation, even though it’s not my personal style.
i was looking for a way to reset plasma lol most of the stuff i was reading said you had to to reinstall in order to do a reset so i was like f*ck it moving on to xcfe if i had to reinstall all over again
though i think it might of been a theme issue since i did install some custom themes but even before that it did crash at least once while i was setting up a few extra software like brave during the installation process
No no no no, reinstalling is absolutely unnecessary. That’s Microsoft-think. UNIX systems don’t work that way.
In UNIX, the software is installed system-wide and comes with a set of default configuration files that define the system-wide settings. These system-wide configuration files are all located under /etc somewhere. On the other hand, user accounts have their own settings, which are stored in their home directory only.
Unlike in that monstrosity called Windows, UNIX does not use any Registry. So the configuration is always truly split between system-wide and user-specific.
Hey guys got a question is there a way i can sudo install xrdp ? i’ve tried downloading freexrdp-x11 but it keeps failing im trying to rdp in to a vm i set up
i’ve tried sudo packman -s freexrdp-x11 packages doesn’t exist also via software centre the installation fails