Advertisement
Guest User

Untitled

a guest
Feb 19th, 2010
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 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 "/etc/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/X11/misc"
  12. FontPath "/usr/share/fonts/X11/cyrillic"
  13. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "xtrap"
  23. Load "dri"
  24. Load "glx"
  25. Load "record"
  26. Load "dbe"
  27. Load "extmod"
  28. Load "GLcore"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  54. ### [arg]: arg optional
  55. #Option "ShadowFB" # [<bool>]
  56. #Option "KGAUniversal" # [<bool>]
  57. Identifier "Card0"
  58. Driver "intel"
  59. VendorName "Intel Corporation"
  60. BoardName "82815 Chipset Graphics Controller (CGC)"
  61. BusID "PCI:0:2:0"
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "Screen0"
  66. Device "Card0"
  67. Monitor "Monitor0"
  68. DefaultDepth 24
  69. SubSection "Display"
  70. Viewport 0 0
  71. Depth 24
  72. Modes "1024x768"
  73. EndSubSection
  74. EndSection
  75.  
  76. Section "Monitor"
  77. Identifier "Configured Monitor"
  78. HorizSync 30.0 - 75.0
  79. VertRefresh 50.0 - 60.0
  80. EndSection
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement