Advertisement
brunobiondo

xorg.conf.new - 'Xorg -configure' command generated output

Nov 12th, 2018
3,231
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/local/lib/xorg/modules"
  11.     FontPath     "/usr/local/share/fonts/misc/"
  12.     FontPath     "/usr/local/share/fonts/TTF/"
  13.     FontPath     "/usr/local/share/fonts/OTF/"
  14.     FontPath     "/usr/local/share/fonts/Type1/"
  15.     FontPath     "/usr/local/share/fonts/100dpi/"
  16.     FontPath     "/usr/local/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/sysmouse"
  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     "ShadowFB"              # [<bool>]
  55.         #Option     "DefaultRefresh"        # [<bool>]
  56.         #Option     "ModeSetClearScreen"    # [<bool>]
  57.     Identifier  "Card0"
  58.     Driver      "vesa"
  59.     BusID       "PCI:0:2:0"
  60. EndSection
  61.  
  62. Section "Device"
  63.         ### Available Driver options are:-
  64.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  65.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  66.         ### <percent>: "<f>%"
  67.         ### [arg]: arg optional
  68.         #Option     "SWcursor"              # [<bool>]
  69.         #Option     "kmsdev"                # <str>
  70.         #Option     "ShadowFB"              # [<bool>]
  71.         #Option     "AccelMethod"           # <str>
  72.         #Option     "PageFlip"              # [<bool>]
  73.         #Option     "ZaphodHeads"           # <str>
  74.     Identifier  "Card1"
  75.     Driver      "modesetting"
  76.     BusID       "PCI:0:2:1"
  77. EndSection
  78.  
  79. Section "Screen"
  80.     Identifier "Screen0"
  81.     Device     "Card0"
  82.     Monitor    "Monitor0"
  83.     SubSection "Display"
  84.         Viewport   0 0
  85.         Depth     1
  86.     EndSubSection
  87.     SubSection "Display"
  88.         Viewport   0 0
  89.         Depth     4
  90.     EndSubSection
  91.     SubSection "Display"
  92.         Viewport   0 0
  93.         Depth     8
  94.     EndSubSection
  95.     SubSection "Display"
  96.         Viewport   0 0
  97.         Depth     15
  98.     EndSubSection
  99.     SubSection "Display"
  100.         Viewport   0 0
  101.         Depth     16
  102.     EndSubSection
  103.     SubSection "Display"
  104.         Viewport   0 0
  105.         Depth     24
  106.     EndSubSection
  107. EndSection
  108.  
  109. Section "Screen"
  110.     Identifier "Screen1"
  111.     Device     "Card1"
  112.     Monitor    "Monitor1"
  113.     SubSection "Display"
  114.         Viewport   0 0
  115.         Depth     1
  116.     EndSubSection
  117.     SubSection "Display"
  118.         Viewport   0 0
  119.         Depth     4
  120.     EndSubSection
  121.     SubSection "Display"
  122.         Viewport   0 0
  123.         Depth     8
  124.     EndSubSection
  125.     SubSection "Display"
  126.         Viewport   0 0
  127.         Depth     15
  128.     EndSubSection
  129.     SubSection "Display"
  130.         Viewport   0 0
  131.         Depth     16
  132.     EndSubSection
  133.     SubSection "Display"
  134.         Viewport   0 0
  135.         Depth     24
  136.     EndSubSection
  137. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement