Advertisement
Guest User

n0rdik0

a guest
Dec 8th, 2008
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Files"
  7. ModulePath "/usr/lib/xorg/modules"
  8. FontPath "/usr/share/fonts/misc"
  9. FontPath "/usr/share/fonts/100dpi:unscaled"
  10. FontPath "/usr/share/fonts/75dpi:unscaled"
  11. FontPath "/usr/share/fonts/TTF"
  12. FontPath "/usr/share/fonts/Type1"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dri"
  17. Load "xtrap"
  18. Load "dbe"
  19. Load "glx"
  20. Load "extmod"
  21. Load "freetype"
  22. EndSection
  23.  
  24. Section "Monitor"
  25. #DisplaySize 260 160 # mm
  26. Identifier "Monitor0"
  27. VendorName "LEN"
  28. ModelName "4014"
  29. Option "DPMS"
  30. EndSection
  31.  
  32. Section "Device"
  33. ### Available Driver options are:-
  34. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  35. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  36. ### [arg]: arg optional
  37. #Option "NoAccel" # [<bool>]
  38. #Option "SWcursor" # [<bool>]
  39. #Option "ColorKey" # <i>
  40. #Option "CacheLines" # <i>
  41. #Option "Dac6Bit" # [<bool>]
  42. #Option "DRI" # [<bool>]
  43. #Option "NoDDC" # [<bool>]
  44. #Option "ShowCache" # [<bool>]
  45. #Option "XvMCSurfaces" # <i>
  46. #Option "PageFlip" # [<bool>]
  47. Identifier "Card0"
  48. Driver "intel"
  49. VendorName "Intel Corporation"
  50. BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
  51. BusID "PCI:0:2:0"
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "Screen0"
  56. Device "Card0"
  57. Monitor "Monitor0"
  58. SubSection "Display"
  59. Viewport 0 0
  60. Depth 1
  61. EndSubSection
  62. SubSection "Display"
  63. Viewport 0 0
  64. Depth 4
  65. EndSubSection
  66. SubSection "Display"
  67. Viewport 0 0
  68. Depth 8
  69. EndSubSection
  70. SubSection "Display"
  71. Viewport 0 0
  72. Depth 15
  73. EndSubSection
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 16
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 24
  81. EndSubSection
  82. EndSection
  83.  
  84. Section "Extensions"
  85. Option "Composite" "Enabled"
  86. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement