xorg.rst
changeset 0 0e4335f01909
child 141 2ed1540d3034
equal deleted inserted replaced
-1:000000000000 0:0e4335f01909
       
     1 -*- mode: outline -*-
       
     2 
       
     3 * Where find info?
       
     4 
       
     5   $ man 5 xorg.cong
       
     6 
       
     7 * How set standby time?
       
     8 
       
     9 Put something like this in xorg.cong:
       
    10 
       
    11   Section "ServerFlags"
       
    12       # Disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus.
       
    13       Option "DontZoom"       "true"
       
    14       # Blank phase of the screensaver.
       
    15       #Option "BlankTime"      "0"
       
    16       # Standby phase of DPMS mode.
       
    17       Option "StandbyTime"     "10"
       
    18       #
       
    19       #Option "SuspendTime"    "0"
       
    20       #
       
    21       #Option "OffTime"        "0"
       
    22   EndSection
       
    23 
       
    24 Time measure in minute.