this post was submitted on 13 Dec 2024
26 points (96.4% liked)

linux4noobs

1420 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?

Community Rules

founded 1 year ago
MODERATORS
26
[Solved]PC froze, now what? (discuss.tchncs.de)
submitted 5 days ago* (last edited 4 days ago) by [email protected] to c/linux4noobs
 

What do I do, when my PC freezes?

Windows has ctrl+alt+del, does Linux Mint has something comparable? The only thing I know about is REISUB, but that borked my PC, so I am hesitant to use that again.

Are there any remaining alternatives to waiting and/or using the power button?

Edit: Thank you all for your insights and possible fixes. Crashes usually happened when I was running (cpu/ram?) heavy workload. Increasing swap space was not even on my radar, so I did that now. :) Hopefully Mint will run more stable now.

you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange -5 points 5 days ago* (last edited 4 days ago)

No, there's no proper equivalent to Ctrl-Alt-Del. It's a major flaw in the Linux desktop. You just have to hard-reboot.

Edit: Downvotes, but you won't get any suggestions that match Ctrl-Alt-Del. Only

  • Ctrl-Alt-Fn - Disabled by default in lots of distros I think, and it doesn't have high priority so it's not guaranteed to respond like Ctrl-Alt-Del does.
  • Magic SysRq - Zero UI, so you have to magically remember a load of random keys, and there's no way to kill the specific offending process.
  • Ctrl-alt-backspace - Brute force, kills X (does it even work on Wayland?).

Prove me wrong. Ctrl-alt-delete will respond even when the system is overloaded, and it lets me interactively see a list of processes and kill one of them. Can you do that in Linux?

Linux is never going to solve this problem while they treat the UI as "just another process".