Advertisement
Guest User

Xorg.conf

a guest
Dec 26th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.82 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier     "aticonfig Layout"
  3.     Screen      0  "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. EndSection
  8.  
  9. Section "Monitor"
  10.     Identifier   "aticonfig-Monitor[0]-0"
  11.     Option      "VendorName" "ATI Proprietary Driver"
  12.     Option      "ModelName" "Generic Autodetecting Monitor"
  13.     Option      "DPMS" "true"
  14. EndSection
  15.  
  16. Section "Monitor"
  17.     Identifier   "0-LVDS"
  18.     Option      "VendorName" "ATI Proprietary Driver"
  19.     Option      "ModelName" "Generic Autodetecting Monitor"
  20.     Option      "DPMS" "true"
  21.     Option      "PreferredMode" "1366x768"
  22.     Option      "TargetRefresh" "60"
  23.     #Option     "Position" "0 0"
  24.     Option      "Rotate" "normal"
  25.     Option      "Disable" "false"
  26. EndSection
  27.  
  28. Section "Monitor"
  29.     Identifier   "0-CRT1"
  30.     Option      "VendorName" "ATI Proprietary Driver"
  31.     Option      "ModelName" "Generic Autodetecting Monitor"
  32.     Option      "DPMS" "true"
  33.     Option      "PreferredMode" "1280x1024"
  34.     Option      "TargetRefresh" "60"
  35.     #Option     "Position" "0 768"
  36.     Option      "Rotate" "normal"
  37.     Option      "Disable" "false"
  38. EndSection
  39.  
  40. Section "Device"
  41.     Identifier  "aticonfig-Device[0]-0"
  42.     Driver      "fglrx"
  43.     Option      "Monitor-LVDS" "0-LVDS"
  44.     Option      "Monitor-CRT1" "0-CRT1"
  45.     BusID       "PCI:1:0:0"
  46. EndSection
  47.  
  48. Section "Device"
  49.     Identifier  "amdcccle-Device[1]-1"
  50.     Driver      "fglrx"
  51.     Option      "Monitor-CRT1" "0-CRT1"
  52.     BusID       "PCI:1:0:0"
  53.     Screen      1
  54. EndSection
  55.  
  56. Section "Screen"
  57.     Identifier "aticonfig-Screen[0]-0"
  58.     Device     "aticonfig-Device[0]-0"
  59.     DefaultDepth     24
  60.     SubSection "Display"
  61.         Viewport   0 0
  62.         Virtual   2646 2646
  63.         Depth     24
  64.     EndSubSection
  65. EndSection
  66.  
  67. Section "Screen"
  68.     Identifier "amdcccle-Screen[1]-1"
  69.     Device     "amdcccle-Device[1]-1"
  70.     DefaultDepth     24
  71.     SubSection "Display"
  72.         Viewport   0 0
  73.         Depth     24
  74.     EndSubSection
  75. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement