DragonFly BSD
DragonFly users List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ctrl alt backspace does not exit X server


From: Freddie Cash <fjwcash@xxxxxxxxx>
Date: Fri, 5 Nov 2010 18:44:48 -0700

On Fri, Nov 5, 2010 at 5:37 PM, Sdävtaker <sdavtaker@gmail.com> wrote:
> X.org removed that feature few versions ago, if you want to have the
> ability to use it again need to start it with "-retro".

Or, you can add the following to your xorg.conf:
Section "ServerFlags"
        Option  "DontVTSwitch"          "False"
        Option  "DontZap"               "False"
EndSection

The first allows you to use CTRL+ALT+Function keys to switch between
the console and X.

The second allows you to use CTRL+ALT+Backspace to kill the X server.

-- 
Freddie Cash
fjwcash@gmail.com




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]