Advertisement
Guest User

Untitled

a guest
Jul 14th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. # generated from default
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "MonitorMid-DVI-I-0"
  29. VendorName "Samsung"
  30. ModelName "SyncMaster SMBX2450
  31. Option "DPMS"
  32. Option "Primary" "true"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "MonitorLeft-HDMI1"
  37. VendorName "Samsung"
  38. ModelName "SyncMaster SMBX2450 "
  39. Option "DPMS"
  40. Option "Primary" "false"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "MonitorRight-VGA1"
  45. VendorName "Samsung"
  46. ModelName "SyncMaster 2253BW"
  47. Option "Primary" "false"
  48. EndSection
  49.  
  50. Section "Device"
  51. Identifier "Device0"
  52. Driver "nvidia"
  53. VendorName "NVIDIA Corporation"
  54. BoardName "Geforce GTX 960"
  55. BusID "PCI:1:0:0"
  56. EndSection
  57.  
  58. Section "Device"
  59. Identifier "Device1"
  60. Driver "intel"
  61. VendorName "Intel Corporation"
  62. BoardName "Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)"
  63. BusID "PCI:0:2:0"
  64. EndSection
  65.  
  66.  
  67. Section "Screen"
  68. Identifier "Screen0"
  69. Device "Device0"
  70. Monitor "MonitorMid-DVI-I-0"
  71.  
  72. Option "MultiGPU" "On"
  73.  
  74. DefaultDepth 24
  75.  
  76. SubSection "Display"
  77. Depth 24
  78. EndSubSection
  79.  
  80. EndSection
  81.  
  82.  
  83.  
  84. Section "Screen"
  85. Identifier "Screen1"
  86. Device "Device1"
  87. Monitor "MonitorRight-VGA1"
  88. DefaultDepth 24
  89.  
  90. SubSection "Display"
  91. Depth 24
  92. EndSubsection
  93.  
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement