Don't like ads? PRO users don't see any ads ;-)
Guest

conf

By: a guest on May 3rd, 2012  |  syntax: None  |  size: 2.59 KB  |  hits: 35  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.         ModulePath   "/usr/local/lib/xorg/modules"
  10.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  11.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  12.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  13.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  14.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  15.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19.         Load  "extmod"
  20.         Load  "record"
  21.         Load  "dbe"
  22.         Load  "glx"
  23.         #Load  "dri"
  24.         #Load  "dri2"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.         Identifier  "Keyboard0"
  29.         Driver      "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33.         Identifier  "Mouse0"
  34.         Driver      "mouse"
  35.         Option      "Protocol" "auto"
  36.         Option      "Device" "/dev/sysmouse"
  37.         Option      "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.         #DisplaySize      340   190     # mm
  42.         Identifier   "Monitor0"
  43.         VendorName   "SEC"
  44.         ModelName    "5441"
  45. EndSection
  46.  
  47. Section "Device"
  48.         ### Available Driver options are:-
  49.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  51.         ### [arg]: arg optional
  52.         Identifier  "Card0"
  53.         #Driver      "radeon"
  54.         Driver      "ati"
  55.         VendorName  "Advanced Micro Devices [AMD] nee ATI"
  56.         BoardName   "Manhattan [Mobility Radeon HD 5400 Series]"
  57.         BusID       "PCI:1:0:0"
  58. EndSection
  59.  
  60. Section "Screen"
  61.         Identifier "Screen0"
  62.         Device     "Card0"
  63.         Monitor    "Monitor0"
  64.         SubSection "Display"
  65.                 Viewport   0 0
  66.                 Depth     1
  67.         EndSubSection
  68.         SubSection "Display"
  69.                 Viewport   0 0
  70.                 Depth     4
  71.         EndSubSection
  72.         SubSection "Display"
  73.                 Viewport   0 0
  74.                 Depth     8
  75.         EndSubSection
  76.         SubSection "Display"
  77.                 Viewport   0 0
  78.                 Depth     15
  79.         EndSubSection
  80.         SubSection "Display"
  81.                 Viewport   0 0
  82.                 Depth     16
  83.         EndSubSection
  84.         SubSection "Display"
  85.                 Viewport   0 0
  86.                 Depth     24
  87.         EndSubSection
  88. EndSection
  89. Section "ServerFlags"
  90.           Option  "AIGLX" "true"
  91. EndSection