wbooze

xorg.conf

Jan 9th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0" 0 0
  4. Screen 1 "Screen1" RightOf "Screen0"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. InputDevice "Mouse0" "CorePointer"
  7. Option "Xinerama" "0"
  8. EndSection
  9.  
  10. Section "Files"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "dbe"
  15. Load "extmod"
  16. Load "type1"
  17. Load "freetype"
  18. Load "glx"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Mouse0"
  24. Driver "mouse"
  25. Option "Protocol" "auto"
  26. Option "Device" "/dev/psaux"
  27. Option "Emulate3Buttons" "no"
  28. Option "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. # generated from default
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. # HorizSync source: edid, VertRefresh source: edid
  39. Identifier "Monitor0"
  40. VendorName "Unknown"
  41. ModelName "ViewSonic TD2430 Series"
  42. HorizSync 30.0 - 82.0
  43. VertRefresh 50.0 - 75.0
  44. Option "DPMS" "Off"
  45. EndSection
  46.  
  47.  
  48. Section "Monitor"
  49. Identifier "Monitor1"
  50. VendorName "Samsung"
  51. ModelName "GQ49G6FNG"
  52. Option "DPMS" "Off"
  53. EndSection
  54.  
  55. Section "Device"
  56. Identifier "Device0"
  57. Driver "i915"
  58. VendorName "Intel Corporation"
  59. BoardName "UHD Graphics 630 (Desktop)"
  60. EndSection
  61.  
  62. Section "Device"
  63. Identifier "Device1"
  64. Driver "nouveau"
  65. VendorName "NVIDIA Corporation"
  66. BoardName "NVIDIA GeForce GTX 1050 Ti"
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "Screen0"
  71. Device "Device0"
  72. Monitor "Monitor0"
  73. DefaultDepth 24
  74. Option "Stereo" "0"
  75. Option "nvidiaXineramaInfoOrder" "DFP-2"
  76. Option "metamodes" "nvidia-auto-select +0+0 {rotation=right}"
  77. Option "SLI" "Off"
  78. Option "MultiGPU" "Off"
  79. Option "BaseMosaic" "off"
  80. SubSection "Display"
  81. Depth 24
  82. EndSubSection
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen1"
  87. Device "Device1"
  88. Monitor "Monitor1"
  89. DefaultDepth 24
  90. Option "Stereo" "0"
  91. Option "nvidiaXineramaInfoOrder" "HDMI-2"
  92. Option "metamodes" "nvidia-auto-select +0+0 {rotation=normal}"
  93. Option "SLI" "Off"
  94. Option "MultiGPU" "Off"
  95. Option "BaseMosaic" "off"
  96. SubSection "Display"
  97. Depth 24
  98. EndSubSection
  99. EndSection
  100.  
Advertisement
Add Comment
Please, Sign In to add comment