xorg.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 19 Mar 2009 14:36:12 +0200
changeset 49 7ab28ece49c3
parent 0 0e4335f01909
child 141 2ed1540d3034
permissions -rw-r--r--
Added info for brother printer.

-*- mode: outline -*-

* Where find info?

  $ man 5 xorg.cong

* How set standby time?

Put something like this in xorg.cong:

  Section "ServerFlags"
      # Disallows the use of the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus.
      Option "DontZoom"       "true"
      # Blank phase of the screensaver.
      #Option "BlankTime"      "0"
      # Standby phase of DPMS mode.
      Option "StandbyTime"     "10"
      #
      #Option "SuspendTime"    "0"
      #
      #Option "OffTime"        "0"
  EndSection

Time measure in minute.