Advertisement
Guest User

Xorg.conf

a guest
May 28th, 2014
280
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.     Screen         "aticonfig-Screen[0]-0" RightOf "Screen0"
  5.     InputDevice    "Mouse0" "CorePointer"
  6.     InputDevice    "Keyboard0" "CoreKeyboard"
  7. EndSection
  8.  
  9. Section "Files"
  10.     ModulePath   "/usr/lib64/xorg/modules"
  11.     FontPath     "/usr/share/fonts/misc/"
  12.     FontPath     "/usr/share/fonts/TTF/"
  13.     FontPath     "/usr/share/fonts/OTF/"
  14.     FontPath     "/usr/share/fonts/Type1/"
  15.     FontPath     "/usr/share/fonts/100dpi/"
  16.     FontPath     "/usr/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20.     Load  "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.     Identifier  "Keyboard0"
  25.     Driver      "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Mouse0"
  30.     Driver      "mouse"
  31.     Option      "Protocol" "auto"
  32.     Option      "Device" "/dev/input/mice"
  33.     Option      "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.     Identifier   "Monitor0"
  38.     VendorName   "Monitor Vendor"
  39.     ModelName    "Monitor Model"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     Identifier   "aticonfig-Monitor[0]-0"
  44.     Option      "VendorName" "ATI Proprietary Driver"
  45.     Option      "ModelName" "Generic Autodetecting Monitor"
  46.     Option      "DPMS" "true"
  47. EndSection
  48.  
  49. Section "Device"
  50.  
  51.         ### Available Driver options are:-
  52.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54.         ### <percent>: "<f>%"
  55.         ### [arg]: arg optional
  56.         #Option     "NoAccel"               # [<bool>]
  57.         #Option     "AccelMethod"           # <str>
  58.         #Option     "Backlight"             # <str>
  59.         #Option     "DRI"                   # <str>
  60.         #Option     "ColorKey"              # <i>
  61.         #Option     "VideoKey"              # <i>
  62.         #Option     "Tiling"                # [<bool>]
  63.         #Option     "LinearFramebuffer"     # [<bool>]
  64.         #Option     "SwapbuffersWait"       # [<bool>]
  65.         #Option     "TripleBuffer"          # [<bool>]
  66.         #Option     "XvPreferOverlay"       # [<bool>]
  67.         #Option     "HotPlug"               # [<bool>]
  68.         #Option     "ReprobeOutputs"        # [<bool>]
  69.         #Option     "FallbackDebug"         # [<bool>]
  70.         #Option     "DebugFlushBatches"     # [<bool>]
  71.         #Option     "DebugFlushCaches"      # [<bool>]
  72.         #Option     "DebugWait"             # [<bool>]
  73.         #Option     "BufferCache"           # [<bool>]
  74.     Identifier  "Card0"
  75.     Driver      "fglrx"
  76.     BusID       "PCI:0:2:0"
  77. EndSection
  78.  
  79. Section "Device"
  80.     Identifier  "aticonfig-Device[0]-0"
  81.     Driver      "fglrx"
  82.     BusID       "PCI:1:0:0"
  83. EndSection
  84.  
  85. Section "Screen"
  86.     Identifier "Screen0"
  87.     Device     "Card0"
  88.     Monitor    "Monitor0"
  89.     SubSection "Display"
  90.         Viewport   0 0
  91.         Depth     1
  92.     EndSubSection
  93.     SubSection "Display"
  94.         Viewport   0 0
  95.         Depth     4
  96.     EndSubSection
  97.     SubSection "Display"
  98.         Viewport   0 0
  99.         Depth     8
  100.     EndSubSection
  101.     SubSection "Display"
  102.         Viewport   0 0
  103.         Depth     15
  104.     EndSubSection
  105.     SubSection "Display"
  106.         Viewport   0 0
  107.         Depth     16
  108.     EndSubSection
  109.     SubSection "Display"
  110.         Viewport   0 0
  111.         Depth     24
  112.     EndSubSection
  113. EndSection
  114.  
  115. Section "Screen"
  116.     Identifier "aticonfig-Screen[0]-0"
  117.     Device     "aticonfig-Device[0]-0"
  118.     Monitor    "aticonfig-Monitor[0]-0"
  119.     DefaultDepth     24
  120.     SubSection "Display"
  121.         Viewport   0 0
  122.         Depth     24
  123.     EndSubSection
  124. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement