Advertisement
Guest User

xorg.conf

a guest
Apr 10th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. Section "ServerLayout"
  2.  
  3. # AutoServerLayout
  4. # InputDevice "mouse-all" "CorePointer"
  5. # InputDevice "Keyboard0" "CoreKeyboard"
  6. Identifier "X.org Configured"
  7. Screen 0 "Screen0" 1024 0
  8. Screen 1 "Screen1" LeftOf "Screen0"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. Option "Xinerama" "0"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/lib64/xorg/opengl/xorg-x11"
  16. ModulePath "/usr/lib64/xorg/opengl/xorg-x11/extentions"
  17. ModulePath "/usr/lib64/xorg/modules/extentions"
  18. ModulePath "/usr/lib64/xorg/modules"
  19. FontPath "/usr/share/fonts/misc/"
  20. FontPath "/usr/share/fonts/TTF/"
  21. FontPath "/usr/share/fonts/OTF/"
  22. FontPath "/usr/share/fonts/Type1/"
  23. FontPath "/usr/share/fonts/100dpi/"
  24. FontPath "/usr/share/fonts/75dpi/"
  25. EndSection
  26.  
  27. Section "Module"
  28. Load "extmod"
  29. Load "record"
  30. Load "glx"
  31. Load "dbe"
  32. Disable "dri"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Keyboard0"
  39. Driver "keyboard"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.  
  44. # generated from data in "/etc/conf.d/gpm"
  45. Identifier "Mouse0"
  46. Driver "mouse"
  47. Option "Protocol"
  48. Option "Device" "/dev/input/mice"
  49. Option "Emulate3Buttons" "no"
  50. Option "ZAxisMapping" "4 5"
  51. EndSection
  52.  
  53. Section "InputClass"
  54. Identifier "keyboard-all"
  55. Driver "evdev"
  56. MatchIsKeyboard "on"
  57. EndSection
  58.  
  59. Section "InputClass"
  60. Identifier "mouse"
  61. Driver "evdev"
  62. MatchIsPointer "on"
  63. EndSection
  64.  
  65. Section "Monitor"
  66. Identifier "Monitor0"
  67. VendorName "Unknown"
  68. ModelName "AOC 2217"
  69. HorizSync 31.0 - 80.0
  70. VertRefresh 56.0 - 75.0
  71. EndSection
  72.  
  73. Section "Monitor"
  74. Identifier "Monitor1"
  75. VendorName "Unknown"
  76. ModelName "CRT-0"
  77. HorizSync 28.0 - 55.0
  78. VertRefresh 43.0 - 72.0
  79. EndSection
  80.  
  81. Section "Device"
  82. Identifier "Card0"
  83. Driver "nvidia"
  84. EndSection
  85.  
  86. Section "Device"
  87. Identifier "Device0"
  88. Driver "nvidia"
  89. VendorName "NVIDIA Corporation"
  90. BoardName "GeForce 9600 GT"
  91. BusID "PCI:3:0:0"
  92. EndSection
  93.  
  94. Section "Device"
  95. Identifier "Device1"
  96. Driver "nvidia"
  97. VendorName "NVIDIA Corporation"
  98. BoardName "nForce 750a SLI"
  99. BusID "PCI:2:0:0"
  100. EndSection
  101.  
  102. Section "Screen"
  103.  
  104. Identifier "Screen0"
  105. Device "Device0"
  106. Monitor "Monitor0"
  107. DefaultDepth 24
  108. Option "TwinView" "0"
  109. Option "TwinViewXineramaInfoOrder" "DFP-0"
  110. Option "metamodes" "nvidia-auto-select +0+0"
  111. SubSection "Display"
  112. Depth 24
  113. EndSubSection
  114. EndSection
  115.  
  116. Section "Screen"
  117.  
  118.  
  119. Identifier "Screen1"
  120. Device "Device1"
  121. Monitor "Monitor1"
  122. DefaultDepth 24
  123. Option "TwinViewXineramaInfoOrder" "DFP-0"
  124. Option "TwinView" "0"
  125. Option "metamodes" "nvidia-auto-select +0+0"
  126. SubSection "Display"
  127. Depth 24
  128. EndSubSection
  129. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement