【ホームページへ】 【Linux MLD 4 サポート】 【XF86Config ファイルについて】

Linux MLD 4 Q&A

ServerFlags セクションについて

XFree86のXサーバーの特殊な動作を設定します。


------------------------------------------------------------------------

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

#    DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

#    DontZoom

# For xdm in LinuxMLD 
     AllowMouseOpenFail

EndSection

---------------------------------------------------------------------------

NoTrapSignalsは,デバックの際に使います。
DontZapを指定すると,Ctrl + Alt + Backspace によるXサーバの終了が
無視されます。
DontZoomを指定すると,Ctrl + Alt と テンキーの +,-による解像度変更が
無視されます。

AllowMouseOpenFailは,マウス用のデバイスファイルをオープンできない,
または初期化できない場合であってもサーバを起動できるようにします。