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 "DEL"
  46. ModelName "DELL SE198WFP"
  47. HorizSync 30.0 - 83.0
  48. VertRefresh 56.0 - 75.0
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. Identifier "Card0"
  54. Driver "intel"
  55. VendorName "Intel Corporation"
  56. BoardName "82815 CGC [Chipset Graphics Controller]"
  57. BusID "PCI:0:2:0"
  58. EndSection
  59.  
  60. Section "Screen"
  61. Identifier "Screen0"
  62. Device "Card0"
  63. Monitor "Monitor0"
  64. DefaultDepth 16
  65. SubSection "Display"
  66. Viewport 0 0
  67. Depth 16
  68. Modes "1024x768"
  69. EndSubSection
  70. EndSection
  71.