NoPaste

Virt-Manager

von Strunz_1975
SNIPPET_DESC:
Xorg
SNIPPET_CREATION_TIME:
05.12.2014 18:12:39
SNIPPET_PRUNE_TIME:
Unendlich

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     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19.         FontPath     "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23.         Load  "glx"
  24.         Load  "dbe"
  25.         Load  "record"
  26.         Load  "dri"
  27.         Load  "extmod"
  28.         Load  "dri2"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.         Identifier  "Keyboard0"
  33.         Driver      "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37.         Identifier  "Mouse0"
  38.         Driver      "mouse"
  39.         Option      "Protocol" "auto"
  40.         Option      "Device" "/dev/input/mice"
  41.         Option      "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45.         Identifier   "Monitor0"
  46.         VendorName   "Monitor Vendor"
  47.         ModelName    "Monitor Model"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.         Identifier   "Monitor1"
  52.         VendorName   "Monitor Vendor"
  53.         ModelName    "Monitor Model"
  54.         HorizSync     28.0 - 33.0
  55.         VertRefresh   43.0 - 72.0
  56.         Option       "PrefferedMode" "12080x1024"
  57. EndSection
  58.  
  59. Section "Device"
  60.         ### Available Driver options are:-
  61.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  62.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  63.         ### <percent>: "<f>%"
  64.         ### [arg]: arg optional
  65.         #Option     "ShadowFB"                  # [<bool>]
  66.         #Option     "DefaultRefresh"            # [<bool>]
  67.         #Option     "ModeSetClearScreen"        # [<bool>]
  68.         Identifier  "Device1"
  69.         Driver      "vesa"
  70. EndSection
  71.  
  72. Section "Screen"
  73.         Identifier "Screen0"
  74.         Device     "Card0"
  75.         Monitor    "Monitor0"
  76.         SubSection "Display"
  77.                 Viewport   0 0
  78.                 Depth     1
  79.         EndSubSection
  80.         SubSection "Display"
  81.                 Viewport   0 0
  82.                 Depth     4
  83.         EndSubSection
  84.         SubSection "Display"
  85.                 Viewport   0 0
  86.                 Depth     8
  87.         EndSubSection
  88.         SubSection "Display"
  89.                 Viewport   0 0
  90.                 Depth     15
  91.         EndSubSection
  92.         SubSection "Display"
  93.                 Viewport   0 0
  94.                 Depth     16
  95.         EndSubSection
  96.         SubSection "Display"
  97.                 Viewport   0 0
  98.                 Depth     24
  99.         EndSubSection
  100. EndSection
  101.  
  102. Section "Screen"
  103.         Identifier "Screen1"
  104.         Device     "Card1"
  105.         Monitor    "Monitor1"
  106.         SubSection "Display"
  107.                 Viewport   0 0
  108.                 Depth     1
  109.         EndSubSection
  110.         SubSection "Display"
  111.                 Viewport   0 0
  112.                 Depth     4
  113.         EndSubSection
  114.         SubSection "Display"
  115.                 Viewport   0 0
  116.                 Depth     8
  117.         EndSubSection
  118.         SubSection "Display"
  119.                 Viewport   0 0
  120.                 Depth     15
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Viewport   0 0
  124.                 Depth     16
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Viewport   0 0
  128.                 Depth     24
  129.         EndSubSection
  130. EndSection
  131.  
  132.  

Quellcode

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