How to give control over keyboard back to X server after Alt + SysRq + R trick
Posted
by
Øystein Tråsdahl
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Øystein Tråsdahl
Published on 2012-10-18T09:43:20Z
Indexed on
2012/10/18
11:15 UTC
Read the original article
Hit count: 272
Situation: an application freezes the X server and no keyboard input works. So I use Alt+SysRq+R to take the keyboard out of raw mode (make the kernel take control of the keyboard away from the X server). I can then type Ctrl+Alt+F1, kill the bad processes, and everything works again. So far so good.
But the keyboard is still in the hands of the kernel, making Alt+Left/Right shortcuts for Decr_Console/Incr_Console. This is annoying, and I want to give control over the keyboard back to the X server.
I have tried typing Alt+SysRq+R again, this does not switch things back. I have also tried the command kbd_mode -u
, but nothing changes.
Any advice?
© Ask Ubuntu or respective owner