Advertisement
Guest User

Dx

a guest
Feb 27th, 2009
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Section "ServerFlags"
  2. Option "AIGLX" "On"
  3. Option "DefaultServerLayout" "ServerLayout"
  4. Option "DontZoom" "Off" # Ctrl+Alt+ Plus/Minus
  5. Option "DontVTSwitch" "Off" # Ctrl+Alt+Fn
  6. Option "DontZap" "Off" # Ctrl+Alt+backspace
  7. EndSection
  8.  
  9. Section "ServerLayout"
  10. Identifier "ServerLayout"
  11. Screen 0 "Screen0" 0 0
  12. InputDevice "Mouse0" "CorePointer"
  13. InputDevice "Keyboard0" "CoreKeyboard"
  14. # Option "Xinerama" "on"
  15. EndSection
  16.  
  17. Section "Files"
  18. FontPath "/lib/X11/fonts/misc"
  19. # FontPath "/lib/X11/fonts/cyrillic"
  20. # FontPath "/lib/X11/fonts/100dpi/:unscaled"
  21. # FontPath "/lib/X11/fonts/75dpi/:unscaled"
  22. FontPath "/usr/share/fonts/X11/Type1"
  23. FontPath "/usr/share/fonts/X11/100dpi"
  24. FontPath "/usr/share/fonts/X11/75dpi"
  25. RgbPath "/usr/share/X11/rgb"
  26. ModulePath "/usr/lib/xorg/modules"
  27. EndSection
  28.  
  29. Section "Module"
  30. Load "xtrap"
  31. Load "extmod"
  32. Load "dbe"
  33. Load "dri"
  34. Load "record"
  35. Load "type1"
  36. Load "freetype"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. Option "CoreKeyboard"
  43. Option "XkbRules" "xorg"
  44. Option "XkbModel" "pc105"
  45. Option "XkbLayout" "us"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. Identifier "Mouse0"
  50. Driver "mouse"
  51. Option "CorePointer"
  52. Option "Device" "/dev/input/mice"
  53. Option "Protocol" "auto"
  54. Option "ZAxisMapping" "4 5"
  55. EndSection
  56.  
  57. Section "Device"
  58. Identifier "Card0"
  59. Driver "via"
  60. VendorName "Unknown Vendor"
  61. BoardName "Unknown Board"
  62. Busid "PCI:1:0:0"
  63. Screen 0
  64. Option "ActiveDevice" "CRT"
  65.  
  66. EndSection
  67.  
  68. Section "Monitor"
  69. Identifier "Monitor0"
  70. VendorName "Monitor Vendor"
  71. ModelName "Monitor Model"
  72.  
  73.  
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "Screen0"
  78. Device "Card0"
  79. Monitor "Monitor0"
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 1
  83. EndSubSection
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 4
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 8
  91. EndSubSection
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 15
  95. EndSubSection
  96. SubSection "Display"
  97. # Viewport 0 0
  98. Depth 16
  99. EndSubSection
  100. SubSection "Display"
  101. # Viewport 0 0
  102. Depth 24
  103. EndSubSection
  104. EndSection
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement