Advertisement
Guest User

neocrust xorgconf

a guest
Nov 17th, 2010
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      0  "Screen0" 0 0
  4.     InputDevice    "Mouse0" "CorePointer"
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9.     ModulePath   "/usr/lib/xorg/modules"
  10.     FontPath     "/usr/share/fonts/misc/"
  11.     FontPath     "/usr/share/fonts/TTF/"
  12.     FontPath     "/usr/share/fonts/OTF/"
  13.     FontPath     "/usr/share/fonts/Type1/"
  14.     FontPath     "/usr/share/fonts/100dpi/"
  15.     FontPath     "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19.     Load  "extmod"
  20.     Load  "record"
  21.     Load  "dri"
  22.     Load  "dri2"
  23.     Load  "glx"
  24.     Load  "dbe"
  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/input/mice"
  37.     Option      "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.     Identifier   "Monitor0"
  42.     VendorName   "GSM"
  43.     ModelName    " Plus"
  44.     HorizSync    30.0 - 96.0
  45.     VertRefresh  50.0 - 160.0
  46.     Option      "DPMS"
  47. EndSection
  48.  
  49. Section "Device"
  50.         Option      "RenderAccel"           "true"
  51.         Option      "DRI"                   "true"
  52.     Identifier  "Card0"
  53.     Driver      "radeon"
  54.     BusID       "PCI:2:0:0"
  55. EndSection
  56.  
  57. Section "Screen"
  58.     Identifier "Screen0"
  59.     Device     "Card0"
  60.     Monitor    "Monitor0"
  61.     SubSection "Display"
  62.         Viewport   0 0
  63.         Depth     1
  64.     EndSubSection
  65.     SubSection "Display"
  66.         Viewport   0 0
  67.         Depth     4
  68.     EndSubSection
  69.     SubSection "Display"
  70.         Viewport   0 0
  71.         Depth     8
  72.     EndSubSection
  73.     SubSection "Display"
  74.         Viewport   0 0
  75.         Depth     15
  76.     EndSubSection
  77.     SubSection "Display"
  78.         Viewport   0 0
  79.         Depth     16
  80.     EndSubSection
  81.     SubSection "Display"
  82.         Viewport   0 0
  83.         Depth     24
  84.     EndSubSection
  85. EndSection
  86.  
  87. Section "DRI"
  88.     Group      "video"
  89.     Mode       0660
  90. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement