Advertisement
Guest User

xorg.conf twinview

a guest
Dec 8th, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Monitor"
  2.     Identifier     "Monitor0"
  3.     VendorName     "Shimian"
  4.     ModelName      "QHD270"
  5.     HorizSync      88.8
  6.     VertRefresh    59.5
  7.     Option         "DPMS"
  8.     Modeline       "2560x1440" 241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync
  9.     DisplaySize    597 336
  10. EndSection
  11.  
  12. Section "Monitor"
  13.     # HorizSync source: edid, VertRefresh source: edid
  14.     Identifier     "Monitor1"
  15.     VendorName     "Unknown"
  16.     ModelName      "LG Electronics W2252"
  17.     HorizSync       30.0 - 83.0
  18.     VertRefresh     56.0 - 75.0
  19.     Option         "DPMS"
  20. EndSection
  21.  
  22. Section "Device"
  23.     Identifier     "Device0"
  24.     Driver         "nvidia"
  25.     VendorName     "NVIDIA Corporation"
  26.     BoardName      "GeForce 9800 GTX+"
  27. EndSection
  28.  
  29. Section "Screen"
  30.     Identifier     "Screen0"
  31.     Device         "Device0"
  32.     Monitor        "Monitor0"
  33.     DefaultDepth    24
  34.     Option         "NoLogo" "True"
  35.     Option         "TwinView" "1"
  36.     Option         "TwinViewXineramaInfoOrder" "DFP-0"
  37.     Option         "UseEDID" "False"
  38.     Option         "UseEDIDDPI" "False"
  39.     Option         "UseEDIDFreqs" "False"
  40.     Option         "ExactModeTimingsDVI" "True"
  41.     Option         "metamodes" "DFP-0: 2560x1440_60 +0 +0, DFP-1: 1680x1050 +2560+0"
  42.     Option         "ConnectedMonitor" "Monitor0, Monitor1"
  43.     SubSection     "Display"
  44.         Depth       24
  45.     EndSubSection
  46. EndSection
  47.  
  48. Section "ServerLayout"
  49.     Identifier     "Layout0"
  50.     Screen      0  "Screen0" 0 0
  51.     Option         "Xinerama" "0"
  52. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement