Advertisement
kosmik2001

new xorg.conf

Feb 3rd, 2012
310
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  "MySamsung" 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.     Identifier   "aticonfig-Monitor[0]-0"
  51.     Option      "VendorName" "ATI Proprietary Driver"
  52.     Option      "ModelName" "Generic Autodetecting Monitor"
  53.     Option      "DPMS" "true"
  54. EndSection
  55.  
  56. Section "Device"
  57.     Identifier  "ATI6930"
  58.     Driver      "fglrx"
  59.     BusID       "PCI:1:0:0"
  60.     Option      "RenderAccel" "true"
  61.     Option      "AllowGLXWithComposite" "true"
  62. EndSection
  63.  
  64. Section "Screen"
  65.     Identifier "MySamsung"
  66.     Device     "ATI6930"
  67.     Monitor    "aticonfig-Monitor[0]-0"
  68.     DefaultDepth     24
  69.     Option      "AddARGBGLXVisuals" "True"
  70.     SubSection "Display"
  71.         Viewport   0 0
  72.         Depth     24
  73.     EndSubSection
  74. EndSection
  75.  
  76. Section "Extensions"
  77.     Option      "Composite" "Enable"
  78.     Option      "RenderAccel" "Enable"
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement