js4312

xorg.conf

May 29th, 2026
71
0
Never
3
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1.  
  2. Section "ServerLayout"
  3. Identifier "Layout0"
  4. Screen 0 "Screen0" 0 0
  5. Screen 1 "Screen1" RightOf "Screen0"
  6. Screen 2 "Screen2" RightOf "Screen1"
  7.  
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. Option "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17.  
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/sysmouse"
  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 "keyboard"
  32. EndSection
  33.  
  34. Section "Monitor"
  35. Identifier "Monitor2"
  36. VendorName "LG"
  37. ModelName "LG"
  38. Option "DPMS"
  39. EndSection
  40.  
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Unknown"
  45. ModelName "LG Electronics W1943"
  46. # HorizSync 30.0 - 61.0
  47. # VertRefresh 56.0 - 75.0
  48. Option "DPMS"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "Unknown"
  54. ModelName "SAMSUNG"
  55. # HorizSync 15.0 - 81.0
  56. # VertRefresh 24.0 - 75.0
  57. Option "DPMS"
  58. EndSection
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Section "Device"
  65. Identifier "Device0"
  66. Driver "nvidia"
  67. VendorName "NVIDIA Corporation"
  68. BoardName "GeForce GTX 550 Ti"
  69. BusID "PCI:1:0:0"
  70. Screen 0
  71. EndSection
  72.  
  73. Section "Device"
  74. Identifier "Device1"
  75. Driver "nvidia"
  76. VendorName "NVIDIA Corporation"
  77. BoardName "GeForce GTX 550 Ti"
  78. BusID "PCI:1:0:0"
  79. Screen 1
  80. EndSection
  81.  
  82. Section "Device"
  83. Identifier "Device2"
  84. Driver "intel"
  85. VendorName "intel"
  86. BoardName "intel"
  87. BusID "PCI:0:2:0"
  88. Screen 2
  89. EndSection
  90.  
  91. Section "Screen"
  92. Identifier "Screen2"
  93. Device "Device2"
  94. Monitor "Monitor2"
  95. DefaultDepth 24
  96. SubSection "Display"
  97. Depth 24
  98. EndSubSection
  99. EndSection
  100.  
  101.  
  102.  
  103. Section "Screen"
  104. # Removed Option "metamodes" "1360x768 +0+0"
  105. Identifier "Screen0"
  106. Device "Device0"
  107. Monitor "Monitor0"
  108. DefaultDepth 24
  109. Option "Stereo" "0"
  110. Option "metamodes" "DVI-I-2: 1360x768 +0+0"
  111. Option "SLI" "Off"
  112. Option "MultiGPU" "Off"
  113. Option "BaseMosaic" "off"
  114. SubSection "Display"
  115. Depth 24
  116. EndSubSection
  117. EndSection
  118.  
  119. Section "Screen"
  120. Identifier "Screen1"
  121. Device "Device1"
  122. Monitor "Monitor1"
  123. DefaultDepth 24
  124. Option "Stereo" "0"
  125. Option "metamodes" "HDMI-0: 1920x1080 +0+0 {AllowGSYNC=Off}"
  126. Option "SLI" "Off"
  127. Option "MultiGPU" "Off"
  128. Option "BaseMosaic" "off"
  129. SubSection "Display"
  130. Depth 24
  131. EndSubSection
  132. EndSection
  133.  
  134.  
  135.  
Tags: xorg.conf
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment