Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
56
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.         InputDevice "Mouse0"    "CorePointer"
  5.         InputDevice "Keyboard0" "CoreKeyboard"
  6.         Option      "DontZap"   "off"
  7. EndSection
  8.  
  9. Section "Files"
  10.         ModulePath   "/usr/local/lib/xorg/modules"
  11.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  12.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  13.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  14.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  15.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  16.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20.         Load    "extmod"
  21.         Load    "dri2"
  22.         Load    "dbe"
  23. #       Load    "dri"
  24.         Load    "glx"
  25.         Load    "record"
  26.         Load    "bitmap"
  27.         Load    "int10"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "auto"
  39.         Option      "Device" "/dev/sysmouse"
  40.         Option      "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.         #DisplaySize      330   240     # mm
  45.         Identifier   "Monitor0"
  46.         VendorName   "SNY"
  47.         ModelName    "CPD-G220R"
  48.         HorizSync    30.0 - 85.0
  49.         VertRefresh  48.0 - 170.0
  50.         Option      "DPMS"
  51. EndSection
  52.  
  53. Section "Device"
  54.         ### Available Driver options are:-
  55.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  56.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  57.         ### [arg]: arg optional
  58.         #Option     "NoAccel"                   # [<bool>]
  59.         #
  60.         #Option     "ZaphodHeads"               # <str>
  61.         Identifier  "Card0"
  62.         Driver      "radeon"
  63.         VendorName  "ATI Technologies Inc"
  64.         BoardName   "Radeon HD 5750"
  65.         BusID       "PCI:1:0:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69.         Identifier "Screen0"
  70.         Device     "Card0"
  71.         Monitor    "Monitor0"
  72.         DefaultDepth    24
  73.         SubSection "Display"
  74.                 Viewport   0 0
  75.                 Depth     1
  76.         EndSubSection
  77.         SubSection "Display"
  78.                 Viewport   0 0
  79.                 Depth     4
  80.         EndSubSection
  81.         SubSection "Display"
  82.                 Viewport   0 0
  83.                 Depth     8
  84.         EndSubSection
  85.         SubSection "Display"
  86.                 Viewport   0 0
  87.                 Depth     15
  88.         EndSubSection
  89.         SubSection "Display"
  90.                 Viewport   0 0
  91.                 Depth     16
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Viewport    0 0
  95.                 Depth       24
  96.                 Modes       "1600x1200"
  97.         EndSubSection
  98. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement