Advertisement
Guest User

David

a guest
Jan 19th, 2011
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Not X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/local/lib/xorg/modules"
  10. FontPath "/usr/local/lib/X11/fonts/misc/"
  11. FontPath "/usr/local/lib/X11/fonts/TTF/"
  12. FontPath "/usr/local/lib/X11/fonts/OTF"
  13. FontPath "/usr/local/lib/X11/fonts/Type1/"
  14. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  15. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dbe"
  20. Load "dri"
  21. Load "dri2"
  22. Load "extmod"
  23. Load "glx"
  24.  
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/sysmouse"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46.  
  47. Section "Device"
  48. ### Available Driver options are:-
  49. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  51. ### [arg]: arg optional
  52. #Option "ShadowFB" # [<bool>]
  53. #Option "Rotate" # <str>
  54. #Option "fbdev" # <str>
  55. #Option "debug" # [<bool>]
  56. Identifier "Card0"
  57. Driver "vesa"
  58. VendorName "Intel Corporation"
  59. BoardName "Core Processor Integrated Graphics Controller"
  60. BusID "PCI:0:2:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64. Identifier "Screen0"
  65. Device "Card0"
  66. Monitor "Monitor0"
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 24
  70. Modes "1024x768"
  71. EndSubSection
  72. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement