Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier     "Configured Monitor"
  3. EndSection
  4.  
  5. Section "Monitor"
  6.     Identifier     "Monitor0"
  7.     VendorName     "Unknown"
  8.     ModelName      "Samsung SyncMaster"
  9.     HorizSync       30.0 - 81.0
  10.     VertRefresh     56.0 - 75.0
  11. EndSection
  12.  
  13. Section "Monitor"
  14.     Identifier     "Monitor1"
  15.     VendorName     "Unknown"
  16.     ModelName      "Samsung SyncMaster"
  17.     HorizSync       30.0 - 81.0
  18.     VertRefresh     56.0 - 75.0
  19. EndSection
  20.  
  21. Section "Screen"
  22.     Identifier     "Default Screen"
  23.     Device         "Configured Video Device"
  24.     Monitor        "Configured Monitor"
  25.     DefaultDepth    24
  26. EndSection
  27.  
  28. Section "Screen"
  29.     Identifier     "Screen0"
  30.     Device         "Device0"
  31.     Monitor        "Monitor0"
  32.     DefaultDepth    24
  33.     Option         "TwinView" "1"
  34.     Option         "TwinViewXineramaInfoOrder" "DFP-0"
  35.     Option         "metamodes" "CRT: 1600x1200 +0+1200, DFP: 1600x1200 +0+0"
  36.     SubSection "Display"
  37.         Depth       24
  38.     EndSubSection
  39. EndSection
  40.  
  41. Section "Screen"
  42.     Identifier     "Screen1"
  43.     Device         "Device1"
  44.     Monitor        "Monitor1"
  45.     DefaultDepth    24
  46.     Option         "TwinViewXineramaInfoOrder" "CRT-0"
  47.     Option         "TwinView" "0"
  48.     Option         "metamodes" "nvidia-auto-select +0+0"
  49.     SubSection "Display"
  50.         Depth       24
  51.     EndSubSection
  52. EndSection
  53.  
  54. Section "Module"
  55.     Load           "glx"
  56. EndSection
  57.  
  58. Section "ServerLayout"
  59.     Identifier     "Default Layout"
  60.     Screen      0  "Screen0" 0 0
  61.     Screen      1  "Screen1" RightOf "Screen0"
  62.     Option         "Xinerama" "0"
  63. EndSection
  64.  
  65. Section "Device"
  66.     Identifier     "Configured Video Device"
  67.     Driver         "nvidia"
  68.     Option         "NoLogo" "True"
  69.     Option         "RandRRotation" "true"
  70. EndSection
  71.  
  72. Section "Device"
  73.     Identifier     "Device0"
  74.     Driver         "nvidia"
  75.     VendorName     "NVIDIA Corporation"
  76.     BoardName      "GeForce 9500 GT"
  77.     Option         "RandRRotation" "true"
  78.     BusID          "PCI:1:0:0"
  79.     Option  "NoLogo"    "True"
  80. EndSection
  81.  
  82. Section "Device"
  83.     Identifier     "Device1"
  84.     Driver         "nvidia"
  85.     VendorName     "NVIDIA Corporation"
  86.     BoardName      "GeForce 7600 GS"
  87.     BusID          "PCI:2:0:0"
  88.     Option  "NoLogo"    "True"
  89. EndSection
  90.  
  91. Section "ServerFlags"
  92.     Option         "Xinerama" "0"
  93. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement