first and only X needs to be on tty7

Samuel Sieb samuel at sieb.net
Tue May 6 07:13:27 UTC 2014


On 05/05/2014 09:21 PM, Felix Miata wrote:
> For years, probably since the time of that document, I've had
>
>      Option    "DontZap"    "off"
>      Option    "ZapWarning"    "off"
>
> somewhere in /etc/X11/xorg.con*. It used to work. Now it fails, but only
> in Fedora (at least as far back as F14, worked as recent at least as
> F8), so far that I've noticed.
>
I use the following that works on F20:
# cat /etc/X11/xorg.conf.d/99-zap.conf
Section "ServerFlags"
         Option "DontZap" "false"
EndSection

Section "InputClass"
     Identifier      "Keyboard Defaults"
     MatchIsKeyboard "yes"
     Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection



More information about the devel mailing list