Advertisement
Guest User

xorg.conf

a guest
Jun 1st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.12 KB | None | 0 0
  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/local"
  12.     FontPath     "/usr/share/fonts/TTF"
  13.     FontPath     "/usr/share/fonts/OTF"
  14.     FontPath     "/usr/share/fonts/Type1"
  15.     FontPath     "/usr/share/fonts/misc"
  16.     FontPath     "/usr/share/fonts/CID"
  17.     FontPath     "/usr/share/fonts/75dpi/:unscaled"
  18.     FontPath     "/usr/share/fonts/100dpi/:unscaled"
  19.     FontPath     "/usr/share/fonts/75dpi"
  20.     FontPath     "/usr/share/fonts/100dpi"
  21.     FontPath     "/usr/share/fonts/cyrillic"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load  "glx"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Keyboard0"
  30.     Driver      "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     Identifier  "Mouse0"
  35.     Driver      "mouse"
  36.     Option      "Protocol" "auto"
  37.     Option      "Device" "/dev/input/mice"
  38.     Option      "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42.     Identifier   "Monitor0"
  43.     VendorName   "Monitor Vendor"
  44.     ModelName    "Monitor Model"
  45. EndSection
  46.  
  47. Section "Monitor"
  48.     Identifier   "Monitor1"
  49.     VendorName   "Monitor Vendor"
  50.     ModelName    "Monitor Model"
  51. EndSection
  52.  
  53. Section "Device"
  54.         ### Available Driver options are:-
  55.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  57.         ### <percent>: "<f>%"
  58.         ### [arg]: arg optional
  59.         #Option     "SWcursor"              # [<bool>]
  60.         #Option     "HWcursor"              # [<bool>]
  61.         #Option     "NoAccel"               # [<bool>]
  62.         #Option     "ShadowFB"              # [<bool>]
  63.         #Option     "VideoKey"              # <i>
  64.         #Option     "WrappedFB"             # [<bool>]
  65.         #Option     "GLXVBlank"             # [<bool>]
  66.         #Option     "ZaphodHeads"           # <str>
  67.         #Option     "PageFlip"              # [<bool>]
  68.         #Option     "SwapLimit"             # <i>
  69.         #Option     "AsyncUTSDFS"           # [<bool>]
  70.         #Option     "AccelMethod"           # <str>
  71.         #Option     "DRI"                   # <i>
  72.     Identifier  "Card0"
  73.     Driver      "nouveau"
  74.     BusID       "PCI:1:0:0"
  75. EndSection
  76.  
  77. Section "Device"
  78.         ### Available Driver options are:-
  79.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  80.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  81.         ### <percent>: "<f>%"
  82.         ### [arg]: arg optional
  83.         #Option     "Accel"                 # [<bool>]
  84.         #Option     "AccelMethod"           # <str>
  85.         #Option     "Backlight"             # <str>
  86.         #Option     "CustomEDID"            # <str>
  87.         #Option     "DRI"                   # <str>
  88.         #Option     "Present"               # [<bool>]
  89.         #Option     "ColorKey"              # <i>
  90.         #Option     "VideoKey"              # <i>
  91.         #Option     "Tiling"                # [<bool>]
  92.         #Option     "LinearFramebuffer"     # [<bool>]
  93.         #Option     "HWRotation"            # [<bool>]
  94.         #Option     "VSync"                 # [<bool>]
  95.         #Option     "PageFlip"              # [<bool>]
  96.         #Option     "SwapbuffersWait"       # [<bool>]
  97.         #Option     "TripleBuffer"          # [<bool>]
  98.         #Option     "XvPreferOverlay"       # [<bool>]
  99.         #Option     "HotPlug"               # [<bool>]
  100.         #Option     "ReprobeOutputs"        # [<bool>]
  101.         #Option     "XvMC"                  # [<bool>]
  102.         #Option     "ZaphodHeads"           # <str>
  103.         #Option     "VirtualHeads"          # <i>
  104.         #Option     "TearFree"              # [<bool>]
  105.         #Option     "PerCrtcPixmaps"        # [<bool>]
  106.         #Option     "FallbackDebug"         # [<bool>]
  107.         #Option     "DebugFlushBatches"     # [<bool>]
  108.         #Option     "DebugFlushCaches"      # [<bool>]
  109.         #Option     "DebugWait"             # [<bool>]
  110.         #Option     "BufferCache"           # [<bool>]
  111.     Identifier  "Card1"
  112.     Driver      "intel"
  113.     BusID       "PCI:0:2:0"
  114. EndSection
  115.  
  116. Section "Screen"
  117.     Identifier "Screen0"
  118.     Device     "Card0"
  119.     Monitor    "Monitor0"
  120.     SubSection "Display"
  121.         Viewport   0 0
  122.         Depth     1
  123.     EndSubSection
  124.     SubSection "Display"
  125.         Viewport   0 0
  126.         Depth     4
  127.     EndSubSection
  128.     SubSection "Display"
  129.         Viewport   0 0
  130.         Depth     8
  131.     EndSubSection
  132.     SubSection "Display"
  133.         Viewport   0 0
  134.         Depth     15
  135.     EndSubSection
  136.     SubSection "Display"
  137.         Viewport   0 0
  138.         Depth     16
  139.     EndSubSection
  140.     SubSection "Display"
  141.         Viewport   0 0
  142.         Depth     24
  143.     EndSubSection
  144. EndSection
  145.  
  146. Section "Screen"
  147.     Identifier "Screen1"
  148.     Device     "Card1"
  149.     Monitor    "Monitor1"
  150.     SubSection "Display"
  151.         Viewport   0 0
  152.         Depth     1
  153.     EndSubSection
  154.     SubSection "Display"
  155.         Viewport   0 0
  156.         Depth     4
  157.     EndSubSection
  158.     SubSection "Display"
  159.         Viewport   0 0
  160.         Depth     8
  161.     EndSubSection
  162.     SubSection "Display"
  163.         Viewport   0 0
  164.         Depth     15
  165.     EndSubSection
  166.     SubSection "Display"
  167.         Viewport   0 0
  168.         Depth     16
  169.     EndSubSection
  170.     SubSection "Display"
  171.         Viewport   0 0
  172.         Depth     24
  173.     EndSubSection
  174. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement