I don’t know how to locate SysRq

Wasn’t it like this?

What I’ve done is what it says here. Enable it for the current boot cycle

sudo sysctl -w kernel.sysrq=1

and enable it for subsequent boot cycles

echo kernel.sysrq=1 | sudo tee --append /etc/sysctl.d/99-sysrq.conf

Is the package xevdevserver, xorg-xev, or something else?

That works.

1 Like