NoPaste

xorg.conf

von comgang

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

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN