Advertisement
Guest User

Untitled

a guest
Jul 9th, 2011
829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### Xorg configuration file by twilight updated 24/05/11
  2.  
  3. Section "Module"
  4.     Load    "ddc"
  5.     Load    "dbe"
  6.     Load    "dri"
  7.     Load    "dri2"
  8.     Load    "extmod"
  9.     Load    "glx"
  10.         Load    "bitmap"
  11.     Load    "i2c"
  12.     Load    "int10"
  13.     Load    "vbe"
  14. EndSection
  15.  
  16. Section "Monitor"
  17.     Identifier "Monitor"
  18.     Option "DPMS" "on"
  19. EndSection
  20.  
  21. Section "Device"
  22.     Identifier  "ATI Radeon"
  23.     Driver  "radeon"
  24.     Option  "DPMS"
  25.     Option  "AGPMode"       "8"
  26.     Option  "AGPFastWrite"      "on"
  27.     Option  "AGPSize"       "32"
  28.     Option  "SWcursor"      "off"
  29.     Option  "EnablePageFlip"    "on"
  30.     Option  "AccelMethod"       "EXA"
  31.     Option  "RenderAccel"       "on"
  32.     Option  "ColorTiling"       "on"
  33.     Option  "backingstore"      "off"
  34.     Option  "EXAVSync"      "on"
  35.     Option  "EXAPixmaps"        "on"
  36.     Option  "AccelDFS"      "off"
  37.     Option  "SwapbuffersWait"   "off"
  38.     Option  "DisplayPriority"   "HIGH"
  39.     Option  "FBTexPercent"      "0"
  40.     Option  "SubPixelOrder"     "NONE"
  41.     Option  "ModeDebug"     "on"
  42. EndSection
  43.  
  44. Section "Screen"
  45.     Identifier "Screen"
  46.     Device     "ATI Radeon"
  47.     Monitor    "Monitor"
  48.     DefaultColorDepth 24
  49.     SubSection "Display"
  50.         Depth     16
  51.         Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
  52.     EndSubSection
  53.     SubSection "Display"
  54.         Depth     24
  55.         Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
  56.     EndSubSection
  57. EndSection
  58.  
  59. Section "ServerLayout"
  60.     Identifier  "Layout"
  61.     Screen      "Screen"
  62. EndSection
  63.  
  64. Section "ServerFlags"
  65.     Option  "AllowMouseOpenFail"    "true"
  66.     Option  "Pixmap"        "32"
  67.     Option  "DontZap"       "off"
  68. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement