System lockups in X with nVidia GeForce 7600 GS (G73) and Gtk+

Warren Block wblock at wonkity.com
Sun Aug 14 03:39:03 UTC 2011


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


More information about the freebsd-questions mailing list