kAldown

xorg.conf

Mar 5th, 2015
326
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        "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Files"
  7.     ModulePath   "/usr/local/lib/xorg/modules"
  8.     FontPath     "/usr/local/lib/X11/fonts/misc/"
  9.     FontPath     "/usr/local/lib/X11/fonts/TTF/"
  10.     FontPath     "/usr/local/lib/X11/fonts/OTF/"
  11.     FontPath     "/usr/local/lib/X11/fonts/Type1/"
  12.     FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  13.     FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  14.     FontPath     "/usr/local/lib/X11/fonts/Droid/"
  15. EndSection
  16.  
  17. Section "Module"
  18.     Load  "glx"
  19. EndSection
  20.  
  21. Section "Monitor"
  22.     Identifier   "Monitor0"
  23.     VendorName   "Monitor Vendor"
  24.     ModelName    "Monitor Model"
  25. EndSection
  26.  
  27. Section "Device"
  28.         ### Available Driver options are:-
  29.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  30.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  31.         ### <percent>: "<f>%"
  32.         ### [arg]: arg optional
  33.         #Option     "NoAccel"               # [<bool>]
  34.         #Option     "AccelMethod"           # <str>
  35.         #Option     "Backlight"             # <str>
  36.         #Option     "DRI"                   # <str>
  37.         #Option     "ColorKey"              # <i>
  38.         #Option     "VideoKey"              # <i>
  39.         #Option     "Tiling"                # [<bool>]
  40.         #Option     "LinearFramebuffer"     # [<bool>]
  41.         #Option     "SwapbuffersWait"       # [<bool>]
  42.         #Option     "TripleBuffer"          # [<bool>]
  43.         #Option     "XvPreferOverlay"       # [<bool>]
  44.         #Option     "HotPlug"               # [<bool>]
  45.         #Option     "ReprobeOutputs"        # [<bool>]
  46.         #Option     "XvMC"                  # [<bool>]
  47.         #Option     "ZaphodHeads"           # <str>
  48.         #Option     "TearFree"              # [<bool>]
  49.         #Option     "PerCrtcPixmaps"        # [<bool>]
  50.         #Option     "FallbackDebug"         # [<bool>]
  51.         #Option     "DebugFlushBatches"     # [<bool>]
  52.         #Option     "DebugFlushCaches"      # [<bool>]
  53.         #Option     "DebugWait"             # [<bool>]
  54.         #Option     "BufferCache"           # [<bool>]
  55.     Identifier  "Card0"
  56.     Driver      "vesa"
  57.     BusID       "PCI:0:2:0"
  58. EndSection
  59.  
  60. Section "Screen"
  61.     Identifier "Screen0"
  62.     Device     "Card0"
  63.     Monitor    "Monitor0"
  64. EndSection
Advertisement
Add Comment
Please, Sign In to add comment