Advertisement
kosmik2001

xorg.conf

Feb 3rd, 2012
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Section "ServerFlags"
  2. #   Option  "DisableModInDev"  
  3. #EndSection
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0" 0 0
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10.     Option      "Xinerama" "0"
  11. EndSection
  12.  
  13. Section "Files"
  14.     ModulePath   "/usr/lib64/xorg/modules"
  15.     ModulePath   "/usr/lib64/opengl/xorg-x11/extensions/"
  16. EndSection
  17.  
  18. Section "Module"
  19.     Load  "glx"
  20.     Load  "extmod"
  21.     Load  "type1"
  22.     Load  "freetype"
  23.     Load  "int10"
  24.     Load  "dbe"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.     Identifier  "Mouse0"
  29.     Driver      "mouse"
  30.     Option      "Protocol" "auto"
  31.     Option      "Device" "/dev/input/mice"
  32.     Option      "Buttons" "3"
  33.     Option      "ZAxisMapping" "4 5"
  34.     Option      "Resolution" "800"
  35.     Option      "Emulate3Buttons" "false"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39.     Identifier  "Keyboard0"
  40.     Driver      "keyboard"
  41.     Option      "Protocol" "PS/2"
  42.     Option      "XkbRules" "xorg"
  43.     Option      "Xleds" "1 2 3"
  44.     Option      "XkbModel" "pc101"
  45.     Option      "XkbLayout" "us,ru(winkeys)"
  46.     Option      "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
  47. EndSection
  48.  
  49. Section "Monitor"
  50.  
  51.     # HorizSync source: edid, VertRefresh source: edid
  52.     Identifier   "Monitor0"
  53.     VendorName   "Unknown"
  54.     ModelName    "Samsung SMBX2235"
  55.     HorizSync    30.0 - 81.0
  56.     VertRefresh  56.0 - 75.0
  57.     Option      "DPMS"
  58. EndSection
  59.  
  60. Section "Monitor"
  61.     Identifier   "aticonfig-Monitor[1]-0"
  62.     Option      "VendorName" "ATI Proprietary Driver"
  63.     Option      "ModelName" "Generic Autodetecting Monitor"
  64.     Option      "DPMS" "true"
  65. EndSection
  66.  
  67. Section "Monitor"
  68.     Identifier   "0-DFP5"
  69.     Option      "VendorName" "ATI Proprietary Driver"
  70.     Option      "ModelName" "Generic Autodetecting Monitor"
  71.     Option      "DPMS" "true"
  72.     Option      "PreferredMode" "1920x1080"
  73.     Option      "TargetRefresh" "60"
  74.     Option      "Position" "0 0"
  75.     Option      "Rotate" "normal"
  76.     Option      "Disable" "false"
  77. EndSection
  78.  
  79. Section "Device"
  80.     Identifier  "Device0"
  81.     Driver      "fglrx"
  82.     VendorName  "ATI"
  83.     BoardName   "6930 2gm vram"
  84.     Option      "Monitor-DFP5" "0-DFP5"
  85.     BusID       "PCI:1:0:0"
  86. EndSection
  87.  
  88. Section "Device"
  89.     Identifier  "aticonfig-Device[1]-0"
  90.     Driver      "fglrx"
  91.     BusID       "PCI:2:0:0"
  92. EndSection
  93.  
  94. Section "Screen"
  95.  
  96. # Removed Option "metamodes" "1440x900_60 +0+0"
  97.     Identifier "Screen0"
  98.     Device     "Device0"
  99.     DefaultDepth     24
  100.     SubSection "Display"
  101.         Depth     24
  102.     EndSubSection
  103. EndSection
  104.  
  105. Section "Screen"
  106.     Identifier "aticonfig-Screen[1]-0"
  107.     Device     "aticonfig-Device[1]-0"
  108.     Monitor    "aticonfig-Monitor[1]-0"
  109.     DefaultDepth     24
  110.     SubSection "Display"
  111.         Viewport   0 0
  112.         Depth     24
  113.     EndSubSection
  114. EndSection
  115.  
  116. Section "Extensions"
  117.     Option      "Composite" "Enable"
  118.     Option      "RenderAccel" "Enable"
  119. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement