Snippet: #gdjq

Written in Plain Text and posted on Jan 13, 2012 at 22:07
   1  Section "Files"
   2          FontPath     "/usr/share/fonts/terminus"
   3          FontPath     "/usr/share/fonts/misc"
   4  EndSection
   5  
   6  Section "Module"
   7  EndSection
   8  
   9  Section "Monitor"
  10          Identifier      "HP-ZR24W-2"
  11          Option          "PreferredMode" "1920x1200"
  12          Option          "Primary" "False"
  13  EndSection
  14  
  15  Section "Monitor"
  16          Identifier      "HP-ZR24W-1"
  17          Option          "PreferredMode" "1920x1200"
  18          Option          "LeftOf"        "HP-ZR24W-2"
  19          Option          "Primary" "True"
  20  EndSection
  21  
  22  Section "Monitor"
  23          Identifier      "HP-ZR24W-3"
  24          Option          "PreferredMode" "1920x1200"
  25          Option          "RightOf"       "HP-ZR24W-2"
  26          Option          "Primary" "False"
  27  EndSection
  28  
  29  Section "Device"
  30          Identifier      "ATI 5750"
  31          Driver          "radeon"
  32          Option          "Monitor-DisplayPort-2" "HP-ZR24W-3"
  33          Option          "Monitor-DisplayPort-3" "HP-ZR24W-2"
  34          Option          "Monitor-DisplayPort-4" "HP-ZR24W-1"
  35          #Option "EXAPixmaps" "off"
  36          #Option "AccelDFS" "off"
  37  EndSection
  38  
  39  Section "Screen"
  40          Identifier "Default Screen"
  41          Device     "ATI 5750"
  42          DefaultDepth     24
  43          SubSection "Display"
  44                  Viewport   0 0
  45                  Virtual   5760 1920
  46                  Depth     24
  47          EndSubSection
  48  EndSection