Advertisement
sandyd

Sandy's Xorg Config

Mar 4th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.         ModulePath   "/usr/lib64/xorg/modules"
  10.         FontPath     "/usr/share/fonts/misc/"
  11.         FontPath     "/usr/share/fonts/TTF/"
  12.         FontPath     "/usr/share/fonts/OTF/"
  13.         FontPath     "/usr/share/fonts/Type1/"
  14.         FontPath     "/usr/share/fonts/100dpi/"
  15.         FontPath     "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19.         Load  "record"
  20.         Load  "extmod"
  21.         Load  "dri"
  22.         Load  "dri2"
  23.         Load  "glx"
  24.         Load  "dbe"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.         Identifier  "Keyboard0"
  29.         Driver      "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.         Identifier  "Mouse0"
  34.         Driver      "mouse"
  35.         Option      "Protocol" "auto"
  36.         Option      "Device" "/dev/input/mice"
  37.         Option      "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.         #DisplaySize      370   230     # mm
  42.         Identifier   "Monitor0"
  43.         VendorName   "LPL"
  44.         ModelName    "0"
  45. EndSection
  46.  
  47. Section "Device"
  48.         ### Available Driver options are:-
  49.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  51.         ### <percent>: "<f>%"
  52.         ### [arg]: arg optional
  53.         #Option     "NoAccel"                   # [<bool>]
  54.         #Option     "SWcursor"                  # [<bool>]
  55.         #Option     "Dac6Bit"                   # [<bool>]
  56.         #Option     "Dac8Bit"                   # [<bool>]
  57.         Option     "BusType" "PCIE"             # [<str>]
  58.         #Option     "CPPIOMode"                 # [<bool>]
  59.         #Option     "CPusecTimeout"             # <i>
  60.         #Option     "AGPMode"                   # <i>
  61.         #Option     "AGPFastWrite"              # [<bool>]
  62.         #Option     "AGPSize"                   # <i>
  63.         Option     "GARTSize" "64"              # <i>
  64.         #Option     "RingSize"                  # <i>
  65.         #Option     "BufferSize"                # <i>
  66.         Option     "EnableDepthMoves" "on"      # [<bool>]
  67.         Option     "EnablePageFlip" "1"         # [<bool>]
  68.         #Option     "NoBackBuffer"              # [<bool>]
  69.         #Option     "DMAForXv"                  # [<bool>]
  70.         #Option     "FBTexPercent"              # <i>
  71.         #Option     "DepthBits"                 # <i>
  72.         #Option     "PCIAPERSize"               # <i>
  73.         Option     "AccelDFS" "1"               # [<bool>]
  74.         #Option     "IgnoreEDID"                # [<bool>]
  75.         #Option     "CustomEDID"                # [<str>]
  76.         #Option     "DisplayPriority"           # [<str>]
  77.         #Option     "PanelSize"                 # [<str>]
  78.         #Option     "ForceMinDotClock"          # <freq>
  79.         Option     "ColorTiling" "1"            # [<bool>]
  80.         #Option     "VideoKey"                  # <i>
  81.         #Option     "RageTheatreCrystal"        # <i>
  82.         #Option     "RageTheatreTunerPort"      # <i>
  83.         #Option     "RageTheatreCompositePort"  # <i>
  84.         #Option     "RageTheatreSVideoPort"     # <i>
  85.         #Option     "TunerType"                 # <i>
  86.         #Option     "RageTheatreMicrocPath"     # <str>
  87.         #Option     "RageTheatreMicrocType"     # <str>
  88.         #Option     "ScalerWidth"               # <i>
  89.         Option     "RenderAccel" "true"         # [<bool>]
  90.         #Option     "SubPixelOrder"             # [<str>]
  91.         #Option     "ClockGating"               # [<bool>]
  92.         #Option     "VGAAccess"                 # [<bool>]
  93.         #Option     "ReverseDDC"                # [<bool>]
  94.         #Option     "LVDSProbePLL"              # [<bool>]
  95.         Option     "AccelMethod" "EXA"          # <str>
  96.         #Option     "DRI"                       # [<bool>]
  97.         #Option     "ConnectorTable"            # <str>
  98.         #Option     "DefaultConnectorTable"     # [<bool>]
  99.         #Option     "DefaultTMDSPLL"            # [<bool>]
  100.         #Option     "TVDACLoadDetect"           # [<bool>]
  101.         #Option     "ForceTVOut"                # [<bool>]
  102.         #Option     "TVStandard"                # <str>
  103.         #Option     "IgnoreLidStatus"           # [<bool>]
  104.         #Option     "DefaultTVDACAdj"           # [<bool>]
  105.         #Option     "Int10"                     # [<bool>]
  106.         #Option     "EXAVSync"                  # [<bool>]
  107.         #Option     "ATOMTVOut"                 # [<bool>]
  108.         #Option     "R4xxATOM"                  # [<bool>]
  109.         #Option     "ForceLowPowerMode"         # [<bool>]
  110.         #Option     "DynamicPM"                 # [<bool>]
  111.         #Option     "NewPLL"                    # [<bool>]
  112.         #Option     "ZaphodHeads"               # <str>
  113.         Option      "SwapBuffersWait" "0"
  114.         Identifier  "Card0"
  115.         Driver      "radeon"
  116.         BusID       "PCI:1:0:0"
  117. EndSection
  118.  
  119. Section "Screen"
  120.         Identifier "Screen0"
  121.         Device     "Card0"
  122.         Monitor    "Monitor0"
  123.         SubSection "Display"
  124.                 Viewport   0 0
  125.                 Depth     1
  126.                 Modes "1920x1080"
  127.         EndSubSection
  128.         SubSection "Display"
  129.                 Viewport   0 0
  130.                 Depth     4
  131.                 Modes "1920x1080"
  132.         EndSubSection
  133.         SubSection "Display"
  134.                 Viewport   0 0
  135.                 Depth     8
  136.                 Modes "1920x1080"
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Viewport   0 0
  140.                 Depth     15
  141.                 Modes "1920x1080"
  142.         EndSubSection
  143.         SubSection "Display"
  144.                 Viewport   0 0
  145.                 Depth     16
  146.                 Modes "1920x1080"
  147.         EndSubSection
  148.         SubSection "Display"
  149.                 Viewport   0 0
  150.                 Depth     24
  151.                 Modes "1920x1080"
  152.         EndSubSection
  153. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement