Advertisement
Guest User

Untitled

a guest
Sep 17th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. Option "Xinerama" "0"
  7. EndSection
  8.  
  9. Section "Files"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13.  
  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.  
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.  
  32. # 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHz
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "DFP-0"
  36. DisplaySize 597 336
  37. HorizSync 88.8 - 160.0
  38. VertRefresh 59.5 - 120.0
  39. ModeLine "2560x1440" 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync
  40. Option "DPMS"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "Device0"
  45. Driver "nvidia"
  46. VendorName "NVIDIA Corporation"
  47. BoardName "GeForce GTX 650 Ti"
  48. EndSection
  49.  
  50. Section "Screen"
  51.  
  52. # Option "metamodes" "DFP-0: 2560x1440 +0 +0"
  53. ## Metamode for dual QX2710 (5120x1440)
  54. # Removed Option "metamodes" "DFP-0: 2560x1440_60 @2560x1440 +0+0, DFP-2: 2560x1440_60 @2560x1440 +2560+0"
  55. # Removed Option "nvidiaXineramaInfoOrder" "DFP-2"
  56. Identifier "Screen0"
  57. Device "Device0"
  58. Monitor "Monitor0"
  59. DefaultDepth 24
  60. Option "UseEDID" "False"
  61. Option "UseEDIDDPI" "False"
  62. Option "UseEDIDFreqs" "False"
  63. Option "ExactModeTimingsDVI" "True"
  64. ## Metamode for single QX2710 (2560x1440)
  65. Option "Stereo" "0"
  66. Option "nvidiaXineramaInfoOrder" "DFP-0"
  67. Option "metamodes" "DVI-I-1: 2560x1440 +2560+0, DVI-D-0: 2560x1440 +0+0; DVI-I-1: nvidia-auto-select +0+0; DVI-I-1: 2560x1440 +0+0; DVI-I-1: nvidia-auto-select +0+0 {viewportin=640x480}; DVI-I-1: nvidia-auto-select +0+0 {viewportout=800x450+0+75}"
  68. Option "SLI" "Off"
  69. Option "MultiGPU" "Off"
  70. Option "BaseMosaic" "off"
  71. SubSection "Display"
  72. Depth 24
  73. EndSubSection
  74. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement