Advertisement
Lenry

Untitled

Nov 17th, 2012
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Section "ServerFlags"
  2. #    Option "Xinerama" "true"
  3. #EndSection
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Tri-Monitor"
  7.     Screen  0   "sc_left" 0 0
  8.     Screen  1   "sc_mid" RightOf "sc_left"
  9.     Screen  2   "sc_right" RightOf "sc_mid"
  10.     InputDevice    "Keyboard0" "CoreKeyboard"
  11.     InputDevice    "Mouse0" "CorePointer"
  12. EndSection
  13.  
  14. Section "Files"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.     # generated from default
  19.     Identifier     "Mouse0"
  20.     Driver         "mouse"
  21.     Option         "Protocol" "auto"
  22.     Option         "Device" "/dev/psaux"
  23.     Option         "Emulate3Buttons" "no"
  24.     Option         "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.     # generated from default
  29.     Identifier     "Keyboard0"
  30.     Driver         "kbd"
  31. EndSection
  32.  
  33. Section "Monitor"
  34.     Identifier     "LG_left"
  35.     VendorName     "LG"
  36.     ModelName      "LG Electronics L1953S"
  37.     HorizSync       30.0 - 83.0
  38.     VertRefresh     56.0 - 75.0
  39.     Option         "DPMS"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     # HorizSync source: edid, VertRefresh source: edid
  44.     Identifier     "LG_right"
  45.     VendorName     "LG"
  46.     ModelName      "LG Electronics L1953S"
  47.     HorizSync       30.0 - 83.0
  48.     VertRefresh     56.0 - 75.0
  49.     Option         "DPMS"
  50. EndSection
  51.  
  52. Section "Monitor"
  53.     # HorizSync source: edid, VertRefresh source: edid
  54.     Identifier     "TV"
  55.     VendorName     "Panasonic"
  56.     ModelName      "TX-P42S30E"
  57.     Option         "DPMS"
  58.     VertRefresh    24.0 - 60.0
  59. EndSection
  60.  
  61.  
  62. Section "Device"
  63.     Identifier     "GeForce"
  64.     Driver         "nouveau"
  65.     VendorName     "NVIDIA Corporation"
  66.     BoardName      "GeForce GTX 460"
  67.     BusID      "PCI:1:0:0"
  68. EndSection
  69.  
  70. Section "Device"
  71.     Identifier     "Intel"
  72.     Driver         "intel"
  73.     VendorName     "Intel Corporation"
  74.     BoardName      "Intel HD GMA 3000"
  75.     BusID      "PCI:0:2:0"
  76. EndSection
  77.  
  78. Section "Screen"
  79.     Identifier      "sc_left"
  80.     Device      "GeForce"
  81.     Monitor     "LG_left"
  82.     DefaultDepth    24
  83.     SubSection      "Display"
  84.     Modes       "1280x1024_60.00"
  85.     Depth       24
  86.     EndSubSection
  87. EndSection
  88.  
  89. Section "Screen"
  90.     Identifier      "sc_mid"
  91.     Device      "GeForce"
  92.     Monitor     "LG_right"
  93.     DefaultDepth    24
  94.     SubSection      "Display"
  95.     Modes       "1280x1024_60.00"
  96.     Depth       24
  97.     EndSubSection
  98. EndSection
  99. Section "Screen"
  100.     Identifier      "sc_right"
  101.     Device      "Intel"
  102.     Monitor     "TV"
  103.     DefaultDepth    24
  104.     SubSection      "Display"
  105.     Modes       "1920x1080_60.00"
  106.     Depth       24
  107.     EndSubSection
  108. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement