Advertisement
Guest User

multiple x servers

a guest
Dec 1st, 2011
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4.     Screen      1  "Screen1" RightOf "Screen0"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     Option         "Xinerama" "0"
  8. EndSection
  9.  
  10. Section "Files"
  11. EndSection
  12.  
  13. Section "InputDevice"
  14.     # generated from default
  15.     Identifier     "Mouse0"
  16.     Driver         "mouse"
  17.     Option         "Protocol" "auto"
  18.     Option         "Device" "/dev/psaux"
  19.     Option         "Emulate3Buttons" "no"
  20.     Option         "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.     # generated from default
  25.     Identifier     "Keyboard0"
  26.     Driver         "kbd"
  27. EndSection
  28.  
  29. Section "Monitor"
  30.     # HorizSync source: edid, VertRefresh source: edid
  31.     Identifier     "Monitor0"
  32.     VendorName     "Unknown"
  33.     ModelName      "Apple"
  34.     HorizSync       30.0 - 75.0
  35.     VertRefresh     60.0
  36.     Option         "DPMS"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.     # HorizSync source: edid, VertRefresh source: edid
  41.     Identifier     "Monitor1"
  42.     VendorName     "Unknown"
  43.     ModelName      "DELL 2007WFP"
  44.     HorizSync       30.0 - 83.0
  45.     VertRefresh     56.0 - 76.0
  46.     Option     "Rotate" "left" # for portatit mode
  47.     Option         "DPMS"
  48. EndSection
  49.  
  50. Section "Device"
  51.     Identifier     "Device0"
  52.     Driver         "nvidia"
  53.     VendorName     "NVIDIA Corporation"
  54.     BoardName      "GeForce 9400M"
  55.     BusID          "PCI:3:0:0"
  56.  Screen          0
  57. EndSection
  58.  
  59. Section "Device"
  60.     Identifier     "Device1"
  61.     Driver         "nvidia"
  62.     VendorName     "NVIDIA Corporation"
  63.     BoardName      "GeForce 9400M"
  64.     BusID          "PCI:3:0:0"
  65.     Screen          1
  66. EndSection
  67.  
  68. Section "Screen"
  69.     Identifier     "Screen0"
  70.     Device         "Device0"
  71.     Monitor        "Monitor0"
  72.     DefaultDepth    24
  73.     Option         "TwinView" "0"
  74.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
  75.     SubSection     "Display"
  76.         Depth       24
  77.     EndSubSection
  78. EndSection
  79.  
  80. Section "Screen"
  81.     Identifier     "Screen1"
  82.     Device         "Device1"
  83.     Monitor        "Monitor1"
  84.     DefaultDepth    24
  85.     Option         "TwinView" "0"
  86.     Option         "metamodes" "DFP-1: 1680x1050 +0+0"
  87.     SubSection     "Display"
  88.         Depth       24
  89.     EndSubSection
  90. EndSection
  91.  
  92.  
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement