Snippet: #rzuj

Written in Plain Text and posted on Jan 17, 2012 at 12:45
   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  EndSection
  13  
  14  Section "Monitor"
  15          Identifier      "HP-ZR24W-1"
  16          Option          "PreferredMode" "1920x1200"
  17          Option          "LeftOf"        "HP-ZR24W-2"
  18  EndSection
  19  
  20  Section "Monitor"
  21          Identifier      "HP-ZR24W-3"
  22          Option          "PreferredMode" "1920x1200"
  23          Option          "RightOf"       "HP-ZR24W-2"
  24  EndSection
  25  
  26  Section "Device"
  27          Identifier      "ATI 5770"
  28          Driver          "radeon"
  29          Option          "Monitor-DisplayPort-0" "HP-ZR24W-1"
  30          Option          "Monitor-DisplayPort-1" "HP-ZR24W-2"
  31          Option          "Monitor-DisplayPort-2" "HP-ZR24W-3"
  32  EndSection