Is there a way to kill the current X server using a keyboard combination?
Is it possible to do so without having sudo
permissions?
Is there a way to kill the current X server using a keyboard combination?
Is it possible to do so without having sudo
permissions?
Yes, it is possible. In the past the key combinationCtrl Alt backspace was used to kill the X-server.
However:
This post has answers on how to enable the key combination.
Especially the answer "13.10+, type the following on the terminal:
dpkg-reconfigure keyboard-configuration
" seems relevant.
tty1
with [Ctrl]+[Alt]+[F1] and then kill it withkillall X
. – dadexix86 Nov 16 '15 at 14:01