Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.   Identifier     "Monitor0"
  3.   Option         "Primary"    "True"
  4. EndSection
  5.  
  6. Section "Monitor"
  7.   Identifier     "Monitor1"
  8.   Option         "RightOf" "Monitor0"
  9.   Option         "Primary"    "False"
  10. EndSection
  11.  
  12. Section "Device"
  13.   Identifier     "Card0"
  14.   Driver         "ati"
  15. EndSection
  16.  
  17. Section "Screen"
  18.   Identifier          "Screen0"
  19.   Device              "Card0"
  20.   Monitor             "Monitor0"
  21.   DefaultDepth       24
  22.   SubSection "Display"
  23.     Modes           "1920x1200"
  24.     Virtual          3840 1200
  25.   EndSubSection
  26. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement