Advertisement
Guest User

Untitled

a guest
Jul 29th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "ServerFlags"
  7. Option "AllowEmptyInput" "on"
  8. Option "AutoAddDevices" "on"
  9. Option "AutoEnableDevices" "on"
  10. Option "AIGLX" "true"
  11. EndSection
  12.  
  13. Section "Files"
  14. ModulePath "/usr/lib/xorg/modules"
  15. FontPath "/usr/share/fonts/misc/"
  16. FontPath "/usr/share/fonts/OTF/"
  17. FontPath "/usr/share/fonts/Type1/"
  18. FontPath "/usr/share/fonts/100dpi/"
  19. FontPath "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "extmod"
  24. Load "record"
  25. Load "dri"
  26. Load "dri2"
  27. Load "dbe"
  28. Load "glx"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Monitor Vendor"
  34. ModelName "Monitor Model"
  35. Modeline "1024x600_60" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync
  36. EndSection
  37.  
  38. Section "Device"
  39. ### Available Driver options are:-
  40. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  41. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  42. ### <percent>: "<f>%"
  43. ### [arg]: arg optional
  44. Option "XvMC" "true"
  45. Option "AccelMethod" "sna"
  46. Option "Throttle" "false"
  47. Option "Tiling" "true" # [<bool>]
  48. Option "SwapbuffersWait" "false" # [<bool>]
  49. Option "TripleBuffer" "true" # [<bool>]
  50. Identifier "Card0"
  51. Driver "intel"
  52. BusID "PCI:0:2:0"
  53. EndSection
  54.  
  55. Section "Screen"
  56. Identifier "Screen0"
  57. Device "Card0"
  58. Monitor "Monitor0"
  59. SubSection "Display"
  60. Viewport 0 0
  61. Depth 24
  62. Modes "1024x600_60"
  63. EndSubSection
  64. EndSection
  65.  
  66. Section "Extensions"
  67. Option "Composite" "enable"
  68. Option "RENDER" "enable"
  69. EndSection
  70.  
  71. Section "DRI"
  72. Mode 0666
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement