Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2011 21:38:59 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Polytropon <freebsd@edvax.de>
Cc:        Frank Shute <frank@shute.org.uk>, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: System lockups in X with nVidia GeForce 7600 GS (G73) and Gtk+
Message-ID:  <alpine.BSF.2.00.1108132132480.78948@wonkity.com>
In-Reply-To: <20110814052211.02213877.freebsd@edvax.de>
References:  <20110814032206.49ad7062.freebsd@edvax.de> <20110814025520.GA75595@orange.esperance-linux.co.uk> <20110814052211.02213877.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1108132132480.78948>