Advertisement
Guest User

xorg.conf

a guest
Sep 4th, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. Section "Files"
  2. FontPath "/usr/share/fonts/misc"
  3. FontPath "/usr/share/fonts/Type1"
  4. FontPath "/usr/share/fonts/75dpi"
  5. FontPath "/usr/share/fonts/100dpi"
  6. ModulePath "/usr/lib64/xorg/modules"
  7. EndSection
  8.  
  9. Section "ServerLayout"
  10. Identifier "Layout0"
  11. Screen 0 "Screen0" 0 0
  12. InputDevice "Keyboard0" "CoreKeyboard"
  13. InputDevice "Mouse0" "CorePointer"
  14. Option "AllowEmptyInput" "false"
  15. Option "AutoAddDevices" "OFF"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dbe"
  20. Load "extmod"
  21. Load "glx"
  22. Load "wfb"
  23. Load "xtrap"
  24. Load "record"
  25. Disable "dri"
  26. Disable "dri2"
  27. EndSection
  28.  
  29. Section "ServerFlags"
  30. Option "Xinerama" "0"
  31. Option "blank time" "10" # minutes
  32. Option "standby time" "20"
  33. EndSection
  34.  
  35. Section "InputClass"
  36. Identifier "mouse"
  37. MatchIsPointer "on"
  38. MatchDevicePath "/dev/input/mouse0"
  39. Driver "evdev"
  40. Option "AutoServerLayout" "on"
  41. Option "AccelerationProfile" "0"
  42. Option "ConstantDeceleration" "3.0"
  43. Option "AccelVelocityScaling" "1.0"
  44. Option "Protocol" "IMPS/2"
  45. EndSection
  46.  
  47. #Section "InputDevice"
  48. # Identifier "Keyboard0"
  49. # Driver "evdev"
  50. ## Driver "kbd"
  51. # Option "AutoRepeat" "500 5"
  52. ## Option "XkbModel" "microsoft"
  53. # Option "XkbLayout" "be"
  54. #EndSection
  55.  
  56. Section "InputDevice"
  57. Identifier "Keyboard0"
  58. Driver "keyboard"
  59. Option "CoreKeyboard"
  60. Option "XkbRules" "xorg"
  61. Option "XkbModel" "pc105"
  62. Option "XkbLayout" "be"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66. Identifier "Mouse0"
  67. Driver "evdev"
  68. Driver "mouse"
  69. Option "Protocol" "IMPS/2"
  70. Option "Device" "/dev/input/mouse0"
  71. EndSection
  72.  
  73. Section "Monitor"
  74. HorizSync 31 - 83.0
  75. VertRefresh 55 - 76.0
  76. Identifier "Monitor0"
  77. VendorName "iiyama"
  78. ModelName "E2003WSV"
  79. Option "DPMS"
  80. Modeline "1920x1080@60" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  81. Option "ExactModeTimingsDVI" "True"
  82. # Option "UseEDIDFreqs" "False"
  83. EndSection
  84.  
  85. Section "Monitor"
  86. HorizSync 31 - 83.0
  87. VertRefresh 55 - 76.0
  88. Identifier "Monitor1"
  89. VendorName "iiyama"
  90. ModelName "E2003WSV"
  91. Option "DPMS"
  92. Modeline "1920x1080@60" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  93. Option "ExactModeTimingsDVI" "True"
  94. # Option "UseEDIDFreqs" "False"
  95. EndSection
  96.  
  97. #Section "Monitor"
  98. # HorizSync 31 - 83.0
  99. # VertRefresh 55 - 76
  100. # Identifier "Monitor1"
  101. # VendorName "iiyama"
  102. # ModelName "E2003WSV"
  103. # Option "DPMS"
  104. # Modeline "1920x1080@60" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
  105. #EndSection
  106.  
  107. Section "Device"
  108. Identifier "Videocard0"
  109. Driver "nvidia"
  110. VendorName "NVIDIA Corporation"
  111. BoardName "GeForce GT640"
  112. BusID "PCI:3:0:0"
  113. EndSection
  114.  
  115. Section "Device"
  116. Identifier "Videocard1"
  117. Driver "nvidia"
  118. VendorName "NVIDIA Corporation"
  119. BoardName "GeForce GT640"
  120. BusID "PCI:3:0:0"
  121. EndSection
  122.  
  123. Section "Screen"
  124. Identifier "Screen0"
  125. Device "Videocard0"
  126. Monitor "Monitor0"
  127. DefaultDepth 24
  128. Option "RenderAccel" "True"
  129. Option "AddARGBGLXVisuals" "True"
  130. Option "TwinView"
  131. Option "NoLogo" "true"
  132. Option "Metamodes" "1920x1080,1680x1050,1680x1050; 1440x900,1140x900; 1280x800,1280x800; 1024x640,1024x640; 1680x1050,NULL; 1440x900,NULL; 1280x800,NULL; 1024x640,NULL"
  133. Option "TwinViewOrientation" "RightOf"
  134. Option "SecondMonitorHorizSync" "UseEdidFreqs"
  135. Option "SecondMonitorVertRefresh" "UseEdidFreqs"
  136. SubSection "Display"
  137. Viewport 0 0
  138. Depth 24
  139. Modes "1920x1080@60" "1680x1050@60" "1280x1024@60" "1280x960@60" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
  140. EndSubSection
  141. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement