Advertisement
Guest User

Xserver config

a guest
Mar 6th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Section "Files"
  2. modulepath "/opt/nvidia/glx,/opt/nvidia/lib,/usr/lib/xorg/modules"
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. Screen "Screen1" RightOf "Screen0"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "ServerFlags"
  14. Option "Xinerama" "on"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. # generated from default
  19. Identifier "Mouse0"
  20. Driver "mouse"
  21. Option "Protocol" "auto"
  22. Option "Device" "/dev/psaux"
  23. Option "Emulate3Buttons" "no"
  24. Option "ZAxisMapping" "4 5"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. # generated from default
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "Monitor"
  34. Identifier "Monitor0"
  35. VendorName "BenQ"
  36. ModelName "G2420HD"
  37. HorizSync 28.0 - 33.0
  38. VertRefresh 43.0 - 72.0
  39. Option "DPMS" "true"
  40. Option "PreferredMode" "1920x1080"
  41. Option "TargetRefresh" "60"
  42. Option "Position" "0 0"
  43. Option "Rotate" "normal"
  44. Option "Disable" "false"
  45. EndSection
  46.  
  47. Section "Monitor"
  48. Identifier "Monitor1"
  49. VendorName "ASUS"
  50. ModelName "VN279QLB"
  51. HorizSync 28.0 - 33.0
  52. VertRefresh 43.0 - 72.0
  53. Option "DPMS" "true"
  54. Option "PreferredMode" "1920x1080"
  55. Option "TargetRefresh" "60"
  56. Option "Position" "1920 0"
  57. Option "Rotate" "normal"
  58. Option "Disable" "false"
  59. EndSection
  60.  
  61. Section "Device"
  62. Identifier "Device0"
  63. Driver "intel"
  64. BusID "PCI:0:2:0"
  65. VendorName "Intel"
  66. Option "AccelMethod" "uxa"
  67. EndSection
  68.  
  69. Section "Device"
  70. Identifier "Device1"
  71. Driver "nvidia"
  72. BusID "PCI:1:0:0"
  73. VendorName "NVIDIA Corporation"
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "Screen0"
  78. Device "Device0"
  79. Monitor "Monitor1"
  80. DefaultDepth 24
  81. SubSection "Display"
  82. Depth 24
  83. EndSubSection
  84. EndSection
  85.  
  86. Section "Screen"
  87. Identifier "Screen0"
  88. Device "Device1"
  89. Monitor "Monitor0"
  90. DefaultDepth 24
  91. SubSection "Display"
  92. Depth 24
  93. EndSubSection
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement