Guest User

xorg.conf

a guest
Apr 30th, 2010
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.41 KB | None | 0 0
  1. Section "InputClass"
  2.     Identifier  "synaptics-all"
  3.     Driver      "synaptics"
  4.     Option      "RTCornerButton"    "2"
  5.     Option      "HorizEdgeScroll"   "true"
  6.     Option      "VertEdgeScroll"    "true"
  7.  
  8.     MatchIsTouchpad "on"
  9. EndSection
  10.  
  11. Section "InputClass"
  12.         Identifier      "Keyboard"
  13.     Driver  "evdev"
  14.     Option  "AutoRepeat"    "500 30"
  15.     Option  "XkbRules"      "xorg"
  16.  
  17.     Option  "XkbLayout"     "us(alt-intl),ru(winkeys)"
  18.     Option  "XkbOptions"    "grp:menu_toggle,terminate:ctrl_alt_bksp"
  19.  
  20.     MatchIsKeyboard "true"
  21.     MatchProduct    "AT Translated Set 2 keyboard"
  22. EndSection
  23.  
  24. Section "InputClass"
  25.     Identifier "mouse-all"
  26.     Driver "evdev"
  27.  
  28.     MatchIsPointer "on"
  29. EndSection
  30.  
  31. Section "InputClass"
  32.         Identifier      "Garbage"
  33.         MatchTag        "garbage"
  34.         Option          "ignore"        "true"
  35. EndSection
  36.  
  37. Section "ServerLayout"
  38.     Identifier     "X.org Configured"
  39.     Screen      0  "Screen0" 0 0
  40. #   InputDevice    "Mouse0" "CorePointer"
  41. #   InputDevice    "Keyboard0" "CoreKeyboard"
  42. EndSection
  43.  
  44. Section "Files"
  45.     ModulePath   "/usr/lib64/xorg/modules"
  46.     FontPath     "/usr/share/fonts/misc/"
  47.     FontPath     "/usr/share/fonts/TTF/"
  48.     FontPath     "/usr/share/fonts/OTF"
  49.     FontPath     "/usr/share/fonts/Type1/"
  50.     FontPath     "/usr/share/fonts/100dpi/"
  51.     FontPath     "/usr/share/fonts/75dpi/"
  52. EndSection
  53.  
  54. Section "Module"
  55.     Load  "glx"
  56.     Load  "extmod"
  57.     Load  "record"
  58.     Load  "dri2"
  59.     Load  "dbe"
  60.     Load  "dri"
  61. EndSection
  62.  
  63. #Section "InputDevice"
  64. #   Identifier  "Keyboard0"
  65. #   Driver      "kbd"
  66. #   Option          "XkbModel"              "s/pc101/pc10[4:5]"
  67. #EndSection
  68.  
  69. #Section "InputDevice"
  70. #   Identifier  "Mouse0"
  71. #   Driver      "mouse"
  72. #   Option      "Protocol" "auto"
  73. #   Option      "Device" "/dev/input/mice"
  74. #   Option      "ZAxisMapping" "4 5 6 7"
  75. #EndSection
  76.  
  77. Section "ServerFlags"
  78. #   Option  "AllowEmptyInput" "True"
  79.     Option  "AutoAddDevices"  "False"
  80. #   Option "AIGLX" "True"
  81. EndSection
  82.  
  83.  
  84. Section "Monitor"
  85.     #DisplaySize      340   190 # mm
  86.     Identifier   "Monitor0"
  87.     VendorName   "LGD"
  88.     ModelName    "LP156WH2-TLQ1"
  89. EndSection
  90.  
  91. Section "Device"
  92.         ### Available Driver options are:-
  93.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  94.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  95.         ### [arg]: arg optional
  96.         #Option     "NoAccel"               # [<bool>]
  97.         #Option     "SWcursor"              # [<bool>]
  98.         #Option     "Dac6Bit"               # [<bool>]
  99.         #Option     "Dac8Bit"               # [<bool>]
  100.         #Option     "BusType"               # [<str>]
  101.         #Option     "CPPIOMode"             # [<bool>]
  102.         #Option     "CPusecTimeout"         # <i>
  103.         #Option     "AGPMode"   "8"             # <i>
  104.         #Option     "AGPFastWrite"          # [<bool>]
  105.         #Option     "AGPSize"               # <i>
  106.         #Option     "GARTSize"              # <i>
  107.         #Option     "RingSize"              # <i>
  108.         #Option     "BufferSize"            # <i>
  109.         #Option     "EnableDepthMoves"      # [<bool>]
  110.         #Option     "EnablePageFlip"        # [<bool>]
  111.         #Option     "NoBackBuffer"          # [<bool>]
  112.         #Option     "DMAForXv"              # [<bool>]
  113.         #Option     "FBTexPercent"          # <i>
  114.         #Option     "DepthBits"             # <i>
  115.         #Option     "PCIAPERSize"           # <i>
  116.         #Option     "AccelDFS"              # [<bool>]
  117.         #Option     "IgnoreEDID"            # [<bool>]
  118.         #Option     "DisplayPriority"       # [<str>]
  119.         #Option     "PanelSize"             # [<str>]
  120.         #Option     "ForceMinDotClock"      # <freq>
  121.         #Option     "ColorTiling"   "true"      # [<bool>]
  122.         #Option     "VideoKey"              # <i>
  123.         #Option     "RageTheatreCrystal"    # <i>
  124.         #Option     "RageTheatreTunerPort"  # <i>
  125.         #Option     "RageTheatreCompositePort"  # <i>
  126.         #Option     "RageTheatreSVideoPort"     # <i>
  127.         #Option     "TunerType"             # <i>
  128.         #Option     "RageTheatreMicrocPath"     # <str>
  129.         #Option     "RageTheatreMicrocType"     # <str>
  130.         #Option     "ScalerWidth"           # <i>
  131.         #Option     "RenderAccel"           # [<bool>]
  132.         #Option     "SubPixelOrder"         # [<str>]
  133.         #Option     "ShowCache"             # [<bool>]
  134.         #Option     "DynamicClocks"         # [<bool>]
  135.         #Option     "VGAAccess"             # [<bool>]
  136.         #Option     "ReverseDDC"            # [<bool>]
  137.         #Option     "LVDSProbePLL"          # [<bool>]
  138.         #Option     "AccelMethod"           # <str>
  139.         Option     "DRI"        "true"          # [<bool>]
  140.         #Option     "ConnectorTable"        # <str>
  141.         #Option     "DefaultConnectorTable"     # [<bool>]
  142.         #Option     "DefaultTMDSPLL"        # [<bool>]
  143.         #Option     "TVDACLoadDetect"       # [<bool>]
  144.         #Option     "ForceTVOut"            # [<bool>]
  145.         #Option     "TVStandard"            # <str>
  146.         #Option     "IgnoreLidStatus"       # [<bool>]
  147.         #Option     "DefaultTVDACAdj"       # [<bool>]
  148.         #Option     "Int10"                 # [<bool>]
  149.         #Option     "EXAVSync"              # [<bool>]
  150.         #Option     "ATOMTVOut"             # [<bool>]
  151.         #Option     "R4xxATOM"              # [<bool>]
  152.     Option      "AccelMethod"       "EXA"
  153.     Option      "AccelDFS"          "True"
  154.     #Option         "XAANoOffscreenPixmaps"     "true"
  155.     Option      "AGPMode"           "8"
  156.     #Option     "ColorTiling"       "on"
  157.     Option      "EnablePageFlip"        "true"
  158.     #Option     "TripleBuffer"      "true"
  159.     #Option     "DMAForXv"          "true"
  160.     #Option     "GARTSize"          "64"
  161.     #Option     "DynamicClocks"         "on"
  162.     #Option     "EnablePrivateBackZ"    "yes"
  163.     #Option     "UseInternalAGPGART"    "no"
  164.    
  165.     Identifier  "Card0"
  166.     Driver      "radeon"
  167.     VendorName  "ATI Technologies Inc"
  168.     BoardName   "M92 LP [Mobility Radeon HD 4300 Series]"
  169.     BusID       "PCI:1:0:0"
  170. EndSection
  171.  
  172. Section "Screen"
  173.     Identifier "Screen0"
  174.     Device     "Card0"
  175.     Monitor    "Monitor0"
  176.     SubSection "Display"
  177.         Viewport   0 0
  178.         Depth     1
  179.     EndSubSection
  180.     SubSection "Display"
  181.         Viewport   0 0
  182.         Depth     4
  183.     EndSubSection
  184.     SubSection "Display"
  185.         Viewport   0 0
  186.         Depth     8
  187.     EndSubSection
  188.     SubSection "Display"
  189.         Viewport   0 0
  190.         Depth     15
  191.     EndSubSection
  192.     SubSection "Display"
  193.         Viewport   0 0
  194.         Depth     16
  195.     EndSubSection
  196.     SubSection "Display"
  197.         Viewport   0 0
  198.         Depth     24
  199.         Modes   "1366x768" 
  200.     EndSubSection
  201. EndSection
  202.  
  203. Section "Extensions"
  204.         Option "Composite" "Enable"
  205. EndSection
  206.  
  207. Section "DRI"
  208.     Mode 0666
  209. EndSection
Advertisement
Add Comment
Please, Sign In to add comment