Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Feb 15th, 2012  |  syntax: None  |  size: 1.93 KB  |  hits: 60  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Section "ServerLayout"
  2.         Identifier     "aticonfig Layout"
  3.         Screen      0  "amdcccle-Screen[1]-0" 0 0
  4. EndSection
  5.  
  6. Section "Files"
  7. EndSection
  8.  
  9. Section "Module"
  10. EndSection
  11.  
  12. #Section "ServerFlags"
  13. #       Option "Xinerama"       "on"
  14. #EndSection
  15.  
  16. Section "Monitor"
  17.         Identifier   "aticonfig-Monitor[0]-0"
  18.         Option      "VendorName" "ATI Proprietary Driver"
  19.         Option      "ModelName" "Generic Autodetecting Monitor"
  20.         Option      "DPMS" "true"
  21. EndSection
  22.  
  23. Section "Monitor"
  24.         Identifier   "0-CRT1"
  25.         Option      "VendorName" "ATI Proprietary Driver"
  26.         Option      "ModelName" "Generic Autodetecting Monitor"
  27.         Option      "DPMS" "true"
  28.         Option      "PreferredMode" "1600x900"
  29.         Option      "TargetRefresh" "60"
  30.         Option      "Position" "1366 0"
  31.         Option      "Rotate" "normal"
  32.         Option      "Disable" "false"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.         Identifier   "0-LVDS"
  37.         Option      "VendorName" "ATI Proprietary Driver"
  38.         Option      "ModelName" "Generic Autodetecting Monitor"
  39.         Option      "DPMS" "true"
  40.         Option      "PreferredMode" "1366x768"
  41.         Option      "TargetRefresh" "60"
  42.         Option      "Position" "0 0"
  43.         Option      "Rotate" "normal"
  44.         Option      "Disable" "false"
  45. EndSection
  46.  
  47. Section "Device"
  48.  
  49.         #Option     "OverlayOnCRTC2" "1"
  50.         #BusID       "PCI:1:0:0"
  51.         Identifier  "aticonfig-Device[0]-0"
  52.         Driver      "fglrx"
  53. EndSection
  54.  
  55. Section "Device"
  56.         Identifier  "amdcccle-Device[1]-0"
  57.         Driver      "fglrx"
  58.         Option      "Monitor-CRT1" "0-CRT1"
  59.         Option      "Monitor-LVDS" "0-LVDS"
  60.         BusID       "PCI:1:0:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64.         Identifier "aticonfig-Screen[0]-0"
  65.         Device     "aticonfig-Device[0]-0"
  66.         Monitor    "aticonfig-Monitor[0]-0"
  67.         DefaultDepth     24
  68.         SubSection "Display"
  69.                 Viewport   0 0
  70.                 Depth     24
  71.         EndSubSection
  72. EndSection
  73.  
  74. Section "Screen"
  75.         Identifier "amdcccle-Screen[1]-0"
  76.         Device     "amdcccle-Device[1]-0"
  77.         DefaultDepth     24
  78.         SubSection "Display"
  79.                 Viewport   0 0
  80.                 Virtual   2966 2966
  81.                 Depth     24
  82.         EndSubSection
  83. EndSection