diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-10-08 02:30:05 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-10-08 02:30:05 +0300 |
commit | 9d135ac10a7374c7ccda705f1eeb02cc53076c34 (patch) | |
tree | 24a7631c2f69137e559e4a9aef35e5c9c646c5b1 /hw/xfree86/common/xf86Config.c | |
parent | b574365fca954a999ebaeb7203d1e0ea6d99b3ea (diff) |
Input: Make DontZap the default
If you need to bail out the server, use Ctrl-Alt-Fx, or enable zapping
if it bothers you that much. If Ctrl-Alt-Fx is broken, nag me until
it's permanently fixed.
Diffstat (limited to 'hw/xfree86/common/xf86Config.c')
-rw-r--r-- | hw/xfree86/common/xf86Config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 7cf4040fb..8c958b462 100644 --- a/hw/xfree86/common/xf86Config.c +++ b/hw/xfree86/common/xf86Config.c @@ -766,7 +766,7 @@ static OptionInfoRec FlagOptions[] = { { FLAG_DONTVTSWITCH, "DontVTSwitch", OPTV_BOOLEAN, {0}, FALSE }, { FLAG_DONTZAP, "DontZap", OPTV_BOOLEAN, - {0}, FALSE }, + {0}, TRUE }, { FLAG_DONTZOOM, "DontZoom", OPTV_BOOLEAN, {0}, FALSE }, { FLAG_DISABLEVIDMODE, "DisableVidModeExtension", OPTV_BOOLEAN, |