Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier "Monitor0"
  3.     HorizSync 30-65
  4.     VertRefresh 50-75
  5.     Option "DPMS"
  6. EndSection
  7.  
  8. Section "Monitor"
  9.     Identifier "Monitor1"
  10.     HorizSync 30-65
  11.     VertRefresh 50-75
  12.     Option "DPMS"
  13. EndSection
  14.  
  15. Section "Device"
  16.         Identifier  "HD7770"
  17.         Driver      "radeon"
  18.         BusID       "PCI:2:0:0"
  19. EndSection
  20.  
  21. Section "Device"
  22.         Identifier  "InternalGPU"
  23.         Driver      "radeon"
  24.         BusID       "PCI:1:5:0"
  25. EndSection
  26.  
  27. Section "Screen"
  28.     Identifier "Screen1"
  29.     Device "HD7770"
  30.     Monitor "Monitor0"
  31.     DefaultDepth 24
  32.  
  33.     Subsection "Display"
  34.         Depth 24
  35.         Modes "1024x768"
  36.         ViewPort 0 0
  37.     EndSubsection
  38. EndSection
  39.  
  40. Section "Screen"
  41.     Identifier "Screen2"
  42.     Device "InternalGPU"
  43.     Monitor "Monitor1"
  44.     DefaultDepth 24
  45.  
  46.     Subsection "Display"
  47.         Depth 24
  48.         Modes "1280x1024"
  49.         ViewPort 0 0
  50.     EndSubsection
  51. EndSection
  52.  
  53. Section "ServerLayout"
  54.     Identifier "Double"
  55.     Screen 0 "Screen1"
  56.     Screen 1 "Screen2" RightOf "Screen1"
  57.     #Option "Xinerama"
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement