Guest User

Untitled

a guest
May 23rd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. mmeskill@XVI ~/Desktop $ cat /etc/X11/xorg.conf
  2. Section "ServerLayout"
  3.     Identifier     "aticonfig Layout"
  4.     Screen      0  "aticonfig-Screen[0]-0" 0 0
  5.         Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "Monitor"
  12.     Identifier   "aticonfig-Monitor[0]-0"
  13.     Option      "VendorName" "ATI Proprietary Driver"
  14.     Option      "ModelName" "Generic Autodetecting Monitor"
  15.     Option      "DPMS" "true"
  16. EndSection
  17.  
  18. Section "Monitor"
  19.         Identifier   "aticonfig-Monitor[1]-0"
  20.         Option      "VendorName" "ATI Proprietary Driver"
  21.         Option      "ModelName" "Generic Autodetecting Monitor"
  22.         Option      "DPMS" "true"
  23. EndSection
  24.  
  25. Section "Device"
  26.     Identifier  "aticonfig-Device[0]-0"
  27.     Driver      "fglrx"
  28.     BusID       "PCI:6:0:0"
  29. EndSection
  30.  
  31. Section "Device"
  32.         Identifier  "aticonfig-Device[1]-0"
  33.         Driver      "fglrx"
  34.         BusID       "PCI:7:0:0"
  35. EndSection
  36.  
  37. Section "Screen"
  38.     Identifier "aticonfig-Screen[0]-0"
  39.     Device     "aticonfig-Device[0]-0"
  40.     Monitor    "aticonfig-Monitor[0]-0"
  41.     DefaultDepth     24
  42.     SubSection "Display"
  43.         Viewport   0 0
  44.         Depth     24
  45.     EndSubSection
  46. EndSection
  47.  
  48. Section "Screen"
  49.         Identifier "aticonfig-Screen[1]-0"
  50.         Device     "aticonfig-Device[1]-0"
  51.         Monitor    "aticonfig-Monitor[1]-0"
  52.         DefaultDepth     24
  53.         SubSection "Display"
  54.                 Viewport   0 0
  55.                 Depth     24
  56.         EndSubSection
  57. EndSection
Add Comment
Please, Sign In to add comment