Advertisement
arasbm

attempt to get 2560x1440 over MD2DVI adaptor

Nov 3rd, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2. # Removed Option "Xinerama" "0"
  3.     Identifier     "Layout0"
  4.     Screen      0  "Screen0" 0 0
  5.     Screen      1  "Screen1" RightOf "Screen0"
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7.     InputDevice    "Mouse0" "CorePointer"
  8.     Option         "Xinerama" "0"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15.  
  16.     # generated from default
  17.     Identifier     "Mouse0"
  18.     Driver         "mouse"
  19.     Option         "Protocol" "auto"
  20.     Option         "Device" "/dev/psaux"
  21.     Option         "Emulate3Buttons" "no"
  22.     Option         "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27.     # generated from default
  28.     Identifier     "Keyboard0"
  29.     Driver         "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33.     Identifier     "Monitor1"
  34.     VendorName     "Unknown"
  35.     ModelName      "DFP-3"
  36.     HorizSync       89.40
  37.     VertRefresh     60.00
  38.     #HorizSync       43.95
  39.     #VertRefresh     30.00
  40.     ModeLine       "2560x1440_60" 311.83 2560 2744 3024 3488 1440 1441 1444 1490 -hsync +vsync
  41.     #ModeLine       "2560x1440_30" 146.27 2560 2680 2944 3328 1440 1441 1444 1465 -hsync +vsync
  42.     Option         "DPMS"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.     # HorizSync source: edid, VertRefresh source: edid
  47.     Identifier     "Monitor0"
  48.     VendorName     "Unknown"
  49.     ModelName      "Chi Mei Optoelectronics corp."
  50.     HorizSync       44.4 - 67.1
  51.     VertRefresh     40.0 - 60.0
  52.     Option         "DPMS"
  53. EndSection
  54.  
  55. Section "Device"
  56.     Identifier     "Device1"
  57.     Driver         "nvidia"
  58.     VendorName     "NVIDIA Corporation"
  59.     BoardName      "GeForce GTX 660M"
  60.     BusID          "PCI:1:0:0"
  61.     Screen          1
  62. EndSection
  63.  
  64. Section "Device"
  65.     Identifier     "Device0"
  66.     Driver         "nvidia"
  67.     VendorName     "NVIDIA Corporation"
  68.     BoardName      "GeForce GTX 660M"
  69.     BusID          "PCI:1:0:0"
  70.     Screen          0
  71. EndSection
  72.  
  73. Section "Screen"
  74.     Option         "Stereo" "0"
  75.     #Option    "NoLogo" "False"
  76.     #Option        "UseEDID" "False"
  77.     #Option        "UseEDIDDPI" "False"
  78.     #Option    "UseEDIDFreqs" "False"
  79.     Option         "metamodes"      "2560x1440_60"
  80.     Identifier     "Screen1"
  81.     Device         "Device1"
  82.     Monitor        "Monitor1"
  83.     DefaultDepth    24
  84.     Option         "ExactModeTimingsDVI" "True"
  85.     #Option         "metamodes" "DFP-3: 2560x1440_60 +0+0"
  86.     SubSection     "Display"
  87.         Depth       24
  88.     EndSubSection
  89. EndSection
  90.  
  91. Section "Screen"
  92. # Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: 1920x1080 +0+0; DFP-0: 1920x1080_60 +0+0; DFP-0: 1920x1080_40 +0+0; DFP-0: nvidia-auto-select @1920x1024 +0+0; DFP-0: nvidia-auto-select @1920x720 +0+0; DFP-0: nvidia-auto-select @1920x768 +0+0; DFP-0: nvidia-auto-select @1920x600 +0+0; DFP-0: nvidia-auto-select @1920x480 +0+0"
  93.     Identifier     "Screen0"
  94.     Device         "Device0"
  95.     Monitor        "Monitor0"
  96.     DefaultDepth    24
  97.     Option         "Stereo" "0"
  98.     #Option         "nvidiaXineramaInfoOrder" "DFP-0"
  99.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: 1920x1080 +0+0; DFP-0: 1920x1080_60 +0+0; DFP-0: 1920x1080_40 +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0; DFP-0: nvidia-auto-select +0+0"
  100.     SubSection     "Display"
  101.         Depth       24
  102.     EndSubSection
  103. EndSection
  104.  
  105. #Section "Extensions"
  106. #    Option         "Composite" "Disable"
  107. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement