Guest User

neocrust's xorg.conf

a guest
Aug 26th, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Module"
  2.     Load        "dbe"
  3.  
  4.     SubSection  "extmod"
  5.       Option    "omit xfree86-dga"
  6.     EndSubSection
  7.  
  8.     Load        "type1"
  9.     Load        "freetype"
  10.     Load        "glx"
  11.     Load    "dri"
  12.  
  13. EndSection
  14.  
  15.  
  16. Section "ServerFlags"
  17.  
  18. EndSection
  19.  
  20. Section "InputDevice"
  21.     Identifier  "Keyboard1"
  22.     Driver  "kbd"
  23. EndSection
  24.  
  25.  
  26. Section "InputDevice"
  27.     Identifier  "Mouse1"
  28.     Driver  "mouse"
  29.     Option "Protocol"    "PS/2"
  30.     Option "Device"      "/dev/mouse"
  31. EndSection
  32.  
  33.  
  34.  
  35. Section "Monitor"
  36.  
  37.     Identifier  "My Monitor"
  38.     HorizSync   31.5 - 50.0
  39.     VertRefresh 40-90
  40.  
  41. EndSection
  42.  
  43. Section "Device"
  44.     Identifier  "VESA Framebuffer"
  45.     Driver      "radeon"
  46.     Option      "AccelMethod" "UXA"
  47.     Option      "RenderAccel" "on"
  48.     Option      "DRI" "on"
  49. EndSection
  50.  
  51. Section "Screen"
  52.     Identifier  "Screen 1"
  53.     Device      "VESA Framebuffer"
  54.     Monitor     "My Monitor"
  55.     DefaultDepth 24
  56.     Subsection "Display"
  57.         Depth       8
  58.         Modes "1024x768" "800x600" "640x480"
  59.     EndSubsection
  60.     Subsection "Display"
  61.         Depth       16
  62.         Modes "1024x768" "800x600" "640x480"
  63.     EndSubsection
  64.     Subsection "Display"
  65.         Depth       24
  66.         Modes "1024x768" "800x600" "640x480"
  67.     EndSubsection
  68.     Subsection "Display"
  69.         Depth       32
  70.         Modes "1024x768" "800x600" "640x480"
  71.     EndSubsection
  72. EndSection
  73.  
  74.  
  75. Section "ServerLayout"
  76.     Identifier  "Simple Layout"
  77.     Screen "Screen 1"
  78.     InputDevice "Mouse1" "CorePointer"
  79.     InputDevice "Keyboard1" "CoreKeyboard"
  80. EndSection
Advertisement
Add Comment
Please, Sign In to add comment