this post was submitted on 03 Mar 2026
7 points (100.0% liked)
linux4noobs
3976 readers
2 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you checked dmesg (or historical system boot logs) and also ran memtest86+ to make sure your RAM isn't faulty? Even if it's brand new it can still happen. If you have another system nearby (or even just a phone) you could try to SSH (make sure to enable/start the daemon before it freezes) into the machine and see if it's still responsive.
I had a similar issue where I'd get a full system freeze every few weeks (not even the mouse worked), and that one turned out to be a faulty cpu, it was the infamous Raptor Lake "Vmin shift instability" bug, which I got replaced under warranty and that fixed the issue.
But since your mouse still works, we know your CPU is still functioning.
Have you tried to switch to the console with
Ctrl+Alt+F1(or F2 etc.) when the freeze happens? It could just be a software bug with your graphical environment (either Xorg/wayland or your particular window manager/desktop environment like KDE/Gnome/etc.) since the kernel itself doesn't appear to be locked up if the mouse still works.So, it just froze on me about 10 minutes ago. I can drop to the console. The vm manager icon did not disappear from the menu bar, so I was wrong about that. Everything freezes. I cannot interact with any browser or any app. The mouse pointer did change from a pointer to hand over a link or something at one point, but never changed back. After dropping to the console, I eventually just had to reboot and restart everything. The best way to describe it is, someone replaced my desktop with an image, and the only thing that still works is moving the mouse around.
I'm thinking it's been about a week or so since it did this last. Oh, and I was poking around on a web page when it did it. Web browsers are always involved, but not specifically any one browser.
If you can still switch to the console, then check
dmesgand/orjournalctl -ebfor any issues. But this at least tells you the system itself is not frozen. The kernel still works.I would try to restart your login manager/desktop environment and see if that brings you back to a working desktop. If so then it sounds like a software bug in your DE. You could try switching to a different one and see if that helps anything. As a last resort you could also try a completely different Linux distro.
I have poked around in logs a little. Nothing has jumped out at me. I'll test the memory and turn SSH on. I used Ubuntu on the desktop for about 8 - 10 years, and then swapped back to Windows ~2018 for work. I used to mess with hardware a lot, but I've fried my brain programming for too many years now.
I do see reports of Linux Mint hanging with nothing but the mouse working, but nothing has jumped out at me as a fix. The reports are going back a while, too. A lot of comments say it is something with the graphics card.
My new pc is a: HP OmniDesk Desktop Computer PC, AMD Ryzen 7 8700G, 32GB DDR5 Memory, 1TB NVMe SSD, Radeon 780M Graphics
Outside of this one issue, it's a beast with Linux on it (I'm not a gamer, though). I bought it right before RAM prices jacked the prices of everything up.