Advertisement
Guest User

xorg.conf

a guest
Mar 3rd, 2015
286
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      1  "Screen1" 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   "Monitor1"
  44.         VendorName   "Monitor Vendor"
  45.         ModelName    "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49.         ### Available Driver options are:-
  50.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  52.         ### <percent>: "<f>%"
  53.         ### [arg]: arg optional
  54.         #Option     "NoAccel"                   # [<bool>]
  55.         #Option     "AccelMethod"               # <str>
  56.         #Option     "Backlight"                 # <str>
  57.         #Option     "DRI"                       # <str>
  58.         #Option     "Present"                   # [<bool>]
  59.         #Option     "ColorKey"                  # <i>
  60.         #Option     "VideoKey"                  # <i>
  61.         #Option     "Tiling"                    # [<bool>]
  62.         #Option     "LinearFramebuffer"         # [<bool>]
  63.         #Option     "VSync"                     # [<bool>]
  64.           #Option     "PageFlip"                  # [<bool>]
  65.         #Option     "SwapbuffersWait"           # [<bool>]
  66.         #Option     "TripleBuffer"              # [<bool>]
  67.         #Option     "XvPreferOverlay"           # [<bool>]
  68.         #Option     "HotPlug"                   # [<bool>]
  69.         #Option     "ReprobeOutputs"            # [<bool>]
  70.         #Option     "DeleteUnusedDP12Displays"  # [<bool>]
  71.         #Option     "ZaphodHeads"               # <str>
  72.         #Option     "VirtualHeads"              # <i>
  73.         #Option     "TearFree"                  # [<bool>]
  74.         #Option     "PerCrtcPixmaps"            # [<bool>]
  75.         Identifier  "Card0"
  76.         Driver      "intel"
  77.         BusID       "PCI:0:2:0"
  78. EndSection
  79.  
  80. Section "Device"
  81.         ### Available Driver options are:-
  82.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  84.         ### <percent>: "<f>%"
  85.         ### [arg]: arg optional
  86.         #Option     "SWcursor"                  # [<bool>]
  87.         #Option     "HWcursor"                  # [<bool>]
  88.         #Option     "NoAccel"                   # [<bool>]
  89.         #Option     "ShadowFB"                  # [<bool>]
  90.         #Option     "VideoKey"                  # <i>
  91.         #Option     "WrappedFB"                 # [<bool>]
  92.         #Option     "GLXVBlank"                 # [<bool>]
  93.         #Option     "ZaphodHeads"               # <str>
  94.         #Option     "PageFlip"                  # [<bool>]
  95.         #Option     "SwapLimit"                 # <i>
  96.         #Option     "AsyncUTSDFS"               # [<bool>]
  97.         Identifier  "Card1"
  98.         Driver      "nouveau"
  99.         BusID       "PCI:1:0:0"
  100. EndSection
  101.  
  102. Section "Screen"
  103.         Identifier "Screen0"
  104.         Device     "Card0"
  105.         Monitor    "Monitor0"
  106.         SubSection "Display"
  107.                 Viewport   0 0
  108.                 Depth     1
  109.         EndSubSection
  110.         SubSection "Display"
  111.                 Viewport   0 0
  112.                 Depth     4
  113.         EndSubSection
  114.         SubSection "Display"
  115.                 Viewport   0 0
  116.                 Depth     8
  117.         EndSubSection
  118.         SubSection "Display"
  119.                 Viewport   0 0
  120.                 Depth     15
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Viewport   0 0
  124.                 Depth     16
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Viewport   0 0
  128.                 Depth     24
  129.         EndSubSection
  130. EndSection
  131.  
  132. Section "Screen"
  133.         Identifier "Screen1"
  134.         Device     "Card1"
  135.         Monitor    "Monitor1"
  136.         SubSection "Display"
  137.                 Viewport   0 0
  138.                 Depth     1
  139.         EndSubSection
  140.         SubSection "Display"
  141.                 Viewport   0 0
  142.                 Depth     4
  143.         EndSubSection
  144.         SubSection "Display"
  145.                 Viewport   0 0
  146.                 Depth     8
  147.         EndSubSection
  148.         SubSection "Display"
  149.                 Viewport   0 0
  150.                 Depth     15
  151.         EndSubSection
  152.         SubSection "Display"
  153.                 Viewport   0 0
  154.                 Depth     16
  155.         EndSubSection
  156.         SubSection "Display"
  157.                 Viewport   0 0
  158.                 Depth     24
  159.         EndSubSection
  160. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement