Advertisement
Guest User

xorg.conf

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