Advertisement
Guest User

ben

a guest
Apr 18th, 2009
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 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/xorg/modules"
  10. FontPath "/usr/share/fonts/misc"
  11. FontPath "/usr/share/fonts/100dpi:unscaled"
  12. FontPath "/usr/share/fonts/75dpi:unscaled"
  13. FontPath "/usr/share/fonts/TTF"
  14. FontPath "/usr/share/fonts/Type1"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dri"
  19. #Load "dri2"
  20. Load "glx"
  21. Load "record"
  22. Load "dbe"
  23. Load "extmod"
  24. Load "drm"
  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 "MEI"
  43. ModelName "PANASONIC-TV"
  44. # HorizSync 15.0 - 68.0
  45. # VertRefresh 59.0 - 61.0
  46. # Option "DPMS"
  47. EndSection
  48.  
  49. Section "Device"
  50. ### Available Driver options are:-
  51. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  53. ### [arg]: arg optional
  54. #Option "NoAccel" # [<bool>]
  55. #Option "SWcursor" # [<bool>]
  56. #Option "Dac6Bit" # [<bool>]
  57. #Option "Dac8Bit" # [<bool>]
  58. #Option "BusType" # [<str>]
  59. #Option "CPPIOMode" # [<bool>]
  60. #Option "CPusecTimeout" # <i>
  61. #Option "AGPMode" # <i>
  62. #Option "AGPFastWrite" # [<bool>]
  63. #Option "AGPSize" # <i>
  64. #Option "GARTSize" # <i>
  65. #Option "RingSize" # <i>
  66. #Option "BufferSize" # <i>
  67. #Option "EnableDepthMoves" # [<bool>]
  68. Option "EnablePageFlip" "True" # [<bool>]
  69. #Option "NoBackBuffer" # [<bool>]
  70. #Option "DMAForXv" # [<bool>]
  71. #Option "FBTexPercent" # <i>
  72. #Option "DepthBits" # <i>
  73. #Option "PCIAPERSize" # <i>
  74. #Option "AccelDFS" # [<bool>]
  75. #Option "IgnoreEDID" # [<bool>]
  76. #Option "DisplayPriority" # [<str>]
  77. #Option "PanelSize" # [<str>]
  78. #Option "ForceMinDotClock" # <freq>
  79. Option "ColorTiling" "True" # [<bool>]
  80. #Option "VideoKey" # <i>
  81. #Option "RageTheatreCrystal" # <i>
  82. #Option "RageTheatreTunerPort" # <i>
  83. #Option "RageTheatreCompositePort" # <i>
  84. #Option "RageTheatreSVideoPort" # <i>
  85. #Option "TunerType" # <i>
  86. #Option "RageTheatreMicrocPath" # <str>
  87. #Option "RageTheatreMicrocType" # <str>
  88. #Option "ScalerWidth" # <i>
  89. #Option "RenderAccel" # [<bool>]
  90. #Option "SubPixelOrder" # [<str>]
  91. #Option "ShowCache" # [<bool>]
  92. #Option "DynamicClocks" # [<bool>]
  93. #Option "VGAAccess" # [<bool>]
  94. #Option "ReverseDDC" # [<bool>]
  95. #Option "LVDSProbePLL" # [<bool>]
  96. Option "AccelMethod" "EXA" # <str>
  97. Option "DRI" "True" # [<bool>]
  98. #Option "ConnectorTable" # <str>
  99. #Option "DefaultConnectorTable" # [<bool>]
  100. #Option "DefaultTMDSPLL" # [<bool>]
  101. #Option "TVDACLoadDetect" # [<bool>]
  102. #Option "ForceTVOut" # [<bool>]
  103. #Option "TVStandard" # <str>
  104. #Option "IgnoreLidStatus" # [<bool>]
  105. #Option "DefaultTVDACAdj" # [<bool>]
  106. #Option "Int10" # [<bool>]
  107. Option "EXAVSync" "True" # [<bool>]
  108. #Option "ATOMTVOut" # [<bool>]
  109. #Option "R4xxATOM" # [<bool>]
  110. Identifier "Card0"
  111. Driver "radeon"
  112. VendorName "ATI Technologies Inc"
  113. BoardName "Radeon HD 3200 Graphics"
  114. BusID "PCI:1:5:0"
  115. EndSection
  116.  
  117. Section "Screen"
  118. Identifier "Screen0"
  119. Device "Card0"
  120. Monitor "Monitor0"
  121. DefaultDepth 24
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 24
  125. # Modes "1920x1080"
  126. EndSubSection
  127. EndSection
  128.  
  129. Section "Extensions"
  130. #Option "Composite" "Enable"
  131. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement