Advertisement
Guest User

Three-monitor duble nvidia GF430 video card xorg.conf

a guest
Jun 26th, 2013
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.08 KB | None | 0 0
  1. Section "ServerLayout"
  2.  
  3. # Removed Option "Xinerama" "0"
  4.     Identifier     "Layout0"
  5.     Screen      0  "ScreenL" LeftOf "ScreenC"
  6.     Screen      1  "ScreenR" RightOf "ScreenC"
  7.     Screen      2  "ScreenC" 1280 0
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10.     Option         "Xinerama" "1"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18.     # generated from data in "/etc/conf.d/gpm"
  19.     Identifier     "Mouse0"
  20.     Driver         "mouse"
  21.     Option         "Protocol"
  22.     Option         "Device" "/dev/input/mice"
  23.     Option         "Emulate3Buttons" "no"
  24.     Option         "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.  
  29.     # generated from default
  30.     Identifier     "Keyboard0"
  31.     Driver         "kbd"
  32. EndSection
  33.  
  34. Section "Monitor"
  35.     Identifier     "MonitorC"
  36.     VendorName     "Acer"
  37.     ModelName      "V223HQV"
  38.     HorizSync       31.0 - 83.0
  39.     VertRefresh     56.0 - 76.0
  40.     Option         "DPMS"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.     Identifier     "MonitorL"
  45.     VendorName     "Samsung"
  46.     ModelName      "SyncMaster 913N"
  47.     HorizSync       30.0 - 83.0
  48.     VertRefresh     56.0 - 75.0
  49.     Option         "DPMS"
  50. EndSection
  51.  
  52. Section "Monitor"
  53.     Identifier     "MonitorR"
  54.     VendorName     "LG"
  55.     ModelName      "L1753TR"
  56.     HorizSync       30.0 - 83.0
  57.     VertRefresh     56.0 - 75.0
  58.     Option         "DPMS"
  59. EndSection
  60.  
  61. Section "Device"
  62.     Identifier     "DeviceC"
  63.     Driver         "nvidia"
  64.     VendorName     "NVIDIA Corporation"
  65.     BoardName      "GeForce GT 430"
  66.     BusID          "PCI:7:0:0"
  67.     Screen          1
  68. EndSection
  69.  
  70. Section "Device"
  71.     Identifier     "DeviceL"
  72.     Driver         "nvidia"
  73.     VendorName     "NVIDIA Corporation"
  74.     BoardName      "GeForce GT 430"
  75.     BusID          "PCI:4:0:0"
  76. EndSection
  77.  
  78. Section "Device"
  79.     Identifier     "DeviceR"
  80.     Driver         "nvidia"
  81.     VendorName     "NVIDIA Corporation"
  82.     BoardName      "GeForce GT 430"
  83.     BusID          "PCI:7:0:0"
  84.     Screen          0
  85. EndSection
  86.  
  87. Section "Screen"
  88.     Identifier     "ScreenC"
  89.     Device         "DeviceC"
  90.     Monitor        "MonitorC"
  91.     DefaultDepth    24
  92.     Option         "TwinView" "0"
  93.     Option         "metamodes" "1920x1080 +0+0"
  94.     #Option     "TwinViewXineramaInfoOrder"
  95.     SubSection     "Display"
  96.         Depth       24
  97.     EndSubSection
  98. EndSection
  99.  
  100. Section "Screen"
  101.     Identifier     "ScreenL"
  102.     Device         "DeviceL"
  103.     Monitor        "MonitorL"
  104.     DefaultDepth    24
  105.     Option         "TwinView" "0"
  106.     Option         "metamodes" "1280x1024 +0+0"
  107.     SubSection     "Display"
  108.         Depth       24
  109.     EndSubSection
  110. EndSection
  111.  
  112. Section "Screen"
  113.     Identifier     "ScreenR"
  114.     Device         "DeviceR"
  115.     Monitor        "MonitorR"
  116.     DefaultDepth    24
  117.     Option         "TwinView" "0"
  118.     Option         "metamodes" "1280x1024 +0+0"
  119.     SubSection     "Display"
  120.         Depth       24
  121.     EndSubSection
  122. EndSection
  123.  
  124. Section "Extensions"
  125.     Option         "Composite" "Disable"
  126. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement