Advertisement
Guest User

Untitled

a guest
Dec 11th, 2010
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. Section "Files"
  2. FontPath "/usr/share/fonts/75dpi:unscaled"
  3. FontPath "/usr/share/fonts/100dpi:unscaled"
  4. FontPath "/usr/share/fonts/misc"
  5. FontPath "/usr/share/fonts/TTF"
  6. FontPath "/usr/share/fonts/Type1"
  7. ModulePath "/usr/lib/xorg/modules"
  8. #RgbPath ""
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12. Option "DontZap" "True"
  13. #Option "AutoAddDevices" "False"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "i2c"
  18. Load "bitmap"
  19. Load "ddc"
  20. Load "dri"
  21. Load "extmod"
  22. Load "freetype"
  23. Load "glx"
  24. Load "int10"
  25. Load "vbe"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard"
  30. Driver "kbd"
  31. Option "CoreKeyboard"
  32. Option "XkbRules" "xorg"
  33. Option "XkbModel" "pc105"
  34. Option "XkbLayout" "se"
  35. EndSection
  36.  
  37. Section "Device"
  38. Identifier "S3 Inc. SuperSavage IX/C SDR"
  39. Driver "savage"
  40. Option "HWCursor" "on"
  41. #Option "SWCursor" "off"
  42. #Option "NoAccel" ""
  43. #Option "AccelMethod" "EXA"
  44. #Option "ShadowFB" "off"
  45. #Option "LCDClock" ""
  46. #Option "CrtOnly" ""
  47. #Option "UseBIOS" "off"
  48. #Option "ShadowStatus"
  49. #Option "DisableCOB" "off"
  50. #Option "BCIforXv" "on"
  51. Option "AGPMode" "4"
  52. Option "AGPSize" "16"
  53. #Option "DmaMode" "Vertex"
  54. #Option "DmaType" "AGP"
  55. #Option "BusType" "AGP"
  56. Option "DRI" "on"
  57. EndSection
  58.  
  59. Section "Monitor"
  60. Identifier "Monitor"
  61. VendorName "IBM"
  62. ModelName "Thinkpad T23"
  63. HorizSync 28-51
  64. VertRefresh 43-60
  65. DisplaySize 269 201 # 96 DPI @ 1024x768
  66. #Gamma
  67. #UseModes
  68. #Mode
  69. #ModeLine
  70. Option "DPMS"
  71. Option "Enable"
  72. EndSection
  73.  
  74. Section "Screen"
  75. Identifier "Screen"
  76. Device "S3 Inc. SuperSavage IX/C SDR"
  77. Monitor "Monitor"
  78. DefaultDepth 24
  79. SubSection "Display"
  80. Depth 24
  81. Modes "1024x768"
  82. EndSubSection
  83. EndSection
  84.  
  85. Section "ServerLayout"
  86. Identifier "X"
  87. Screen "Screen"
  88. #InputDevice "Keyboard" "CoreKeyboard"
  89. #InputDevice "Trackpoint" "CorePointer"
  90. EndSection
  91.  
  92. Section "DRI"
  93. Mode 0666
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement