Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
162
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  "ScreenCenter" 0 0
  4.     Screen      1  "ScreenRight" RightOf "ScreenCenter"
  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 "Module"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.     Identifier  "Keyboard0"
  24.     Driver      "kbd"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.     Identifier  "Mouse0"
  29.     Driver      "mouse"
  30.     Option      "Protocol" "auto"
  31.     Option      "Device" "/dev/input/mice"
  32.     Option      "ZAxisMapping" "4 5 6 7"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.     Identifier   "MonitorInternal"
  37.     Option       "PreferredMode" "1600x900"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.     Identifier   "MonitorVGA"
  42.     Option       "PreferredMode" "1280x1024"
  43.     Option       "RightOf" "MonitorInternal"
  44. EndSection
  45.  
  46. Section "Monitor"
  47.     Identifier   "MonitorHDMI"
  48.     Option       "Enable" "false"
  49.     Option       "PreferredMode" "1600x900"
  50.     Option       "LeftOf" "MonitorInternal"
  51.     Option       "DPMS" "false"
  52. EndSection
  53.  
  54. Section "Device"
  55.         ### Available Driver options are:-
  56.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  57.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  58.         ### <percent>: "<f>%"
  59.         ### [arg]: arg optional
  60.         #Option     "Accel"                 # [<bool>]
  61.         #Option     "SWcursor"              # [<bool>]
  62.         #Option     "EnablePageFlip"        # [<bool>]
  63.         #Option     "ColorTiling"           # [<bool>]
  64.         #Option     "ColorTiling2D"         # [<bool>]
  65.         #Option     "RenderAccel"           # [<bool>]
  66.         #Option     "SubPixelOrder"         # [<str>]
  67.         #Option     "AccelMethod"           # <str>
  68.         #Option     "EXAVSync"              # [<bool>]
  69.         #Option     "EXAPixmaps"            # [<bool>]
  70.         #Option     "ZaphodHeads"           # <str>
  71.         #Option     "EnablePageFlip"        # [<bool>]
  72.         #Option     "SwapbuffersWait"       # [<bool>]
  73.     Identifier  "CardIGD"
  74.     Driver      "modesetting"
  75.     BusID       "PCI:1:5:0"
  76.         Option      "Monitor-VGA-0"  "MonitorVGA"
  77. EndSection
  78.  
  79. Section "Device"
  80.         ### Available Driver options are:-
  81.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  82.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  83.         ### <percent>: "<f>%"
  84.         ### [arg]: arg optional
  85.         #Option     "Accel"                 # [<bool>]
  86.         #Option     "SWcursor"              # [<bool>]
  87.         #Option     "EnablePageFlip"        # [<bool>]
  88.         #Option     "ColorTiling"           # [<bool>]
  89.         #Option     "ColorTiling2D"         # [<bool>]
  90.         #Option     "RenderAccel"           # [<bool>]
  91.         #Option     "SubPixelOrder"         # [<str>]
  92.         #Option     "AccelMethod"           # <str>
  93.         #Option     "EXAVSync"              # [<bool>]
  94.         #Option     "EXAPixmaps"            # [<bool>]
  95.         #Option     "ZaphodHeads"           # <str>
  96.         #Option     "EnablePageFlip"        # [<bool>]
  97.         #Option     "SwapbuffersWait"       # [<bool>]
  98.     Identifier  "CardDIS"
  99.     Driver      "radeon"
  100.     BusID       "PCI:2:0:0"
  101.         Option      "Monitor-LVDS-1"   "MonitorInternal"
  102.         Option      "Monitor-HDMI-0"  "MonitorHDMI"
  103. EndSection
  104.  
  105. Section "Screen"
  106.     Identifier "ScreenRight"
  107.     Device     "CardIGD"
  108.     Monitor    "MonitorVGA"
  109.     SubSection "Display"
  110.         Viewport   0 0
  111.         Depth     1
  112.     EndSubSection
  113.     SubSection "Display"
  114.         Viewport   0 0
  115.         Depth     4
  116.     EndSubSection
  117.     SubSection "Display"
  118.         Viewport   0 0
  119.         Depth     8
  120.     EndSubSection
  121.     SubSection "Display"
  122.         Viewport   0 0
  123.         Depth     15
  124.     EndSubSection
  125.     SubSection "Display"
  126.         Viewport   0 0
  127.         Depth     16
  128.     EndSubSection
  129.     SubSection "Display"
  130.         Viewport   0 0
  131.         Depth     24
  132.     EndSubSection
  133. EndSection
  134.  
  135. Section "Screen"
  136.     Identifier "ScreenCenter"
  137.     Device     "CardDIS"
  138.     Monitor    "MonitorInternal"
  139.     SubSection "Display"
  140.         Viewport   0 0
  141.         Depth     1
  142.     EndSubSection
  143.     SubSection "Display"
  144.         Viewport   0 0
  145.         Depth     4
  146.     EndSubSection
  147.     SubSection "Display"
  148.         Viewport   0 0
  149.         Depth     8
  150.     EndSubSection
  151.     SubSection "Display"
  152.         Viewport   0 0
  153.         Depth     15
  154.     EndSubSection
  155.     SubSection "Display"
  156.         Viewport   0 0
  157.         Depth     16
  158.     EndSubSection
  159.     SubSection "Display"
  160.         Viewport   0 0
  161.         Depth     24
  162.     EndSubSection
  163. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement