elerikuin

Mi xorg.conf

Nov 19th, 2011
179
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.         ModulePath   "/usr/lib/xorg/modules/extensions"
  12.         ModulePath   "/usr/lib/x86_64-linux-gnu"  
  13.     FontPath     "/usr/share/fonts/X11/misc"
  14.     FontPath     "/usr/share/fonts/X11/cyrillic"
  15.     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  16.     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  17.     FontPath     "/usr/share/fonts/X11/Type1"
  18.     FontPath     "/usr/share/fonts/X11/100dpi"
  19.     FontPath     "/usr/share/fonts/X11/75dpi"
  20.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21.     FontPath     "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load  "glx"
  26.     Load  "extmod"
  27.     Load  "dri"
  28.     Load  "dbe"
  29.     Load  "record"
  30.     Load  "dri2"
  31. EndSection
  32.  
  33. #Section "InputDevice"
  34. #   Identifier  "Keyboard0"
  35. #   Driver      "kbd"
  36. #EndSection
  37. #
  38. #Section "InputDevice"
  39. #   Identifier  "Mouse0"
  40. #   Driver      "mouse"
  41. #   Option      "Protocol" "auto"
  42. #   Option      "Device" "/dev/input/mice"
  43. #   Option      "ZAxisMapping" "4 5 6 7"
  44. #EndSection
  45. #
  46. Section "Monitor"
  47.     Identifier   "Monitor0"
  48.     VendorName   "Monitor Vendor"
  49.     ModelName    "Monitor Model"
  50. EndSection
  51.  
  52. #Section "Monitor"
  53. #   Identifier   "Monitor1"
  54. #   VendorName   "Monitor Vendor"
  55. #   ModelName    "Monitor Model"
  56. #EndSection
  57.  
  58.  
  59.  
  60. Section "Device"
  61.         ### Available Driver options are:-
  62.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  64.         ### <percent>: "<f>%"
  65.         ### [arg]: arg optional
  66.         #Option     "DRI" "false"                   # [<bool>]
  67.         #Option     "ColorKey"              # <i>
  68.         #Option     "VideoKey"              # <i>
  69.         #Option     "FallbackDebug"         # [<bool>]
  70.         #Option     "Tiling"                # [<bool>]
  71.         #Option     "LinearFramebuffer"     # [<bool>]
  72.         #Option     "Shadow" "true"             # [<bool>]
  73.         #Option     "SwapbuffersWait"       # [<bool>]
  74.         #Option     "TripleBuffer"          # [<bool>]
  75.         #Option     "XvMC"                  # [<bool>]
  76.         #Option     "XvPreferOverlay"       # [<bool>]
  77.         #Option     "DebugFlushBatches"     # [<bool>]
  78.         #Option     "DebugFlushCaches"      # [<bool>]
  79.         #Option     "DebugWait"             # [<bool>]
  80.         #Option     "HotPlug"               # [<bool>]
  81.         #Option     "RelaxedFencing"        # [<bool>]
  82.     Identifier  "Card0"
  83.     Driver      "Intel"
  84.     BusID       "PCI:0:2:0"
  85. EndSection
  86.  
  87. #Section "Device"
  88. #   Identifier  "Card1"
  89. #   Driver      "nvidia"
  90. #   BusID       "PCI:1:0:0"
  91. #EndSection
  92.  
  93.  
  94. Section "Screen"
  95.     Identifier "Screen0"
  96.     Device     "Card0"
  97.     Monitor    "Monitor0"
  98.     SubSection "Display"
  99.         Viewport   0 0
  100.         Depth     1
  101.     EndSubSection
  102.     SubSection "Display"
  103.         Viewport   0 0
  104.         Depth     4
  105.     EndSubSection
  106.     SubSection "Display"
  107.         Viewport   0 0
  108.         Depth     8
  109.     EndSubSection
  110.     SubSection "Display"
  111.         Viewport   0 0
  112.         Depth     15
  113.     EndSubSection
  114.     SubSection "Display"
  115.         Viewport   0 0
  116.         Depth     16
  117.     EndSubSection
  118.     SubSection "Display"
  119.         Viewport   0 0
  120.         Depth     24
  121.     EndSubSection
  122. EndSection
  123.  
  124. #Section "Screen"
  125. #   Identifier "Screen1"
  126. #   Device     "Card1"
  127. #   Monitor    "Monitor1"
  128. #   SubSection "Display"
  129. #       Viewport   0 0
  130. #       Depth     1
  131. #   EndSubSection
  132. #   SubSection "Display"
  133. #       Viewport   0 0
  134. #       Depth     4
  135. #   EndSubSection
  136. #   SubSection "Display"
  137. #       Viewport   0 0
  138. #       Depth     8
  139. #   EndSubSection
  140. #   SubSection "Display"
  141. #       Viewport   0 0
  142. #       Depth     15
  143. #   EndSubSection
  144. #   SubSection "Display"
  145. #       Viewport   0 0
  146. #       Depth     16
  147. #   EndSubSection
  148. #   SubSection "Display"
  149. #       Viewport   0 0
  150. #       Depth     24
  151. #   EndSubSection
  152. #EndSection
Advertisement
Add Comment
Please, Sign In to add comment