On Sun, 14 Aug 2011, Polytropon wrote:
PS. Looking at your xorg.conf, maybe the reason why I
can't do Ctrl+Alt+Backspace anymore is that DontZap
belongs to ServerLayout, not to ServerFlags - I'll
quickly check that.
xorg.conf(5) says about ServerFlags:
Options specified in this section (with the exception of the
"Default-ServerLayout" Option) may be overridden by Options specified
in the active ServerLayout section.
In general, ServerFlags is unnecessary. Just put the options in
ServerLayout.
DontZap defaults to off now, but the key sequence has to be set, like
setxkbmap -option terminate:ctrl_alt_bksp
or
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"