Posts Tagged ‘Xorg’


Enabling Ctrl+Alt+Backspace in X11

Friday, October 16th, 2009

Your X.org misbehaves? You don’t like what’s done in Ubuntu? To forcibly restart Xorg, you have two options:

In /etc/init.d/xorg.conf:

Section “ServerFlags”
Option “DontZap” “false”
EndSection

or use RightAlt+PrintScreen+K.