Guest User

Siconf

a guest
Nov 7th, 2008
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  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. RgbPath "/usr/share/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/TTF"
  12. FontPath "/usr/share/fonts/OTF"
  13. FontPath "/usr/share/fonts/Type1"
  14. FontPath "/usr/share/fonts/misc"
  15. FontPath "/usr/share/fonts/75dpi/:unscaled"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "GLcore"
  20. Load "dbe"
  21. Load "dri"
  22. Load "extmod"
  23. Load "glx"
  24. Load "record"
  25. Load "xtrap"
  26. Load "freetype"
  27. Load "type1"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Card0"
  51. Driver "vesa"
  52. VendorName "ATI Technologies Inc"
  53. BoardName "M52 [ATI Mobility Radeon X1300]"
  54. BusID "PCI:1: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
Advertisement
Add Comment
Please, Sign In to add comment