Advertisement
Guest User

xog.conf_slitaz

a guest
Sep 16th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 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. ModulePath "/usr/lib/X11/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dbe"
  20. Load "dri2"
  21. Load "extmod"
  22. Load "dri"
  23. Load "record"
  24. Load "glx"
  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/input/mice"
  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. HorizSync 30-110
  45. VertRefresh 50-150
  46. EndSection
  47.  
  48. Section "Device"
  49. ### Available Driver options are:-
  50. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  52. ### <percent>: "<f>%"
  53. ### [arg]: arg optional
  54. #Option "ShadowFB" # [<bool>]
  55. #Option "DefaultRefresh" # [<bool>]
  56. #Option "ModeSetClearScreen" # [<bool>]
  57. Identifier "Card0"
  58. Driver "vesa"
  59. BusID "PCI:0:13:0"
  60. EndSection
  61.  
  62. Section "Screen"
  63. Identifier "Screen0"
  64. Device "Card0"
  65. Monitor "Monitor0"
  66. DefaultDepth 24
  67. SubSection "Display"
  68. Depth 24
  69. Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  70. EndSubSection
  71. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement