Advertisement
Guest User

tuxtard

a guest
Dec 19th, 2009
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. # Xorg configuration created by system-config-display
  2.  
  3. Section "ServerLayout"
  4. Identifier "single head configuration"
  5. Screen 0 "Screen0" 0 0
  6. InputDevice "Mouse0" "CorePointer"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "catalogue:/etc/X11/fontpath.d"
  13. FontPath "built-ins"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "glx"
  18. Load "dbe"
  19. Load "record"
  20. Load "dri"
  21. Load "dri2"
  22. Load "extmod"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "CorePointer"
  34. Option "Protocol" "auto"
  35. Option "Device" "/dev/input/mice"
  36. Option "ZAxisMapping" "4 5"
  37. EndSection
  38.  
  39. Section "Monitor"
  40. Identifier "Monitor0"
  41. VendorName "Monitor Vendor"
  42. ModelName "Monitor Model"
  43. Option "DPMS"
  44. HorizSync 28-51
  45. VertRefresh 43-60
  46. EndSection
  47.  
  48. Section "Device"
  49.  
  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 "DMAForXv" # [<bool>]
  59. #Option "ForcePCIMode" # [<bool>]
  60. #Option "CCEPIOMode" # [<bool>]
  61. #Option "CCENoSecurity" # [<bool>]
  62. #Option "CCEusecTimeout" # <i>
  63. #Option "AGPMode" # <i>
  64. #Option "AGPSize" # <i>
  65. #Option "RingSize" # <i>
  66. #Option "BufferSize" # <i>
  67. #Option "EnablePageFlip" # [<bool>]
  68. #Option "Display" # <str>
  69. #Option "PanelWidth" # <i>
  70. #Option "PanelHeight" # <i>
  71. #Option "ProgramFPRegs" # [<bool>]
  72. #Option "UseFBDev" # [<bool>]
  73. #Option "VideoKey" # <i>
  74. #Option "ShowCache" # [<bool>]
  75. #Option "VGAAccess" # [<bool>]
  76. Identifier "Card0"
  77. Driver "r128"
  78. VendorName "ATI Technologies Inc"
  79. BoardName "Rage Mobility M3 AGP 2x"
  80. BusID "PCI:1:0:0"
  81. Option "EnablePageFlip" "on"
  82. Option "DRI" "on"
  83. EndSection
  84.  
  85. Section "Screen"
  86. Identifier "Screen0"
  87. Device "Card0"
  88. Monitor "Monitor0"
  89. DefaultDepth 24
  90. SubSection "Display"
  91. Depth 1
  92. Modes "1024x768" "800x600" "640x480"
  93. EndSubSection
  94. SubSection "Display"
  95. Depth 4
  96. Modes "1024x768" "800x600" "640x480"
  97. EndSubSection
  98. SubSection "Display"
  99. Depth 8
  100. Modes "1024x768" "800x600" "640x480"
  101. EndSubSection
  102. SubSection "Display"
  103. Depth 15
  104. Modes "1024x768" "800x600" "640x480"
  105. EndSubSection
  106. SubSection "Display"
  107. Depth 16
  108. Modes "1024x768" "800x600" "640x480"
  109. EndSubSection
  110. SubSection "Display"
  111. Depth 24
  112. Modes "1024x768" "800x600" "640x480"
  113. EndSubSection
  114. EndSection
  115.  
  116. Section "DRI"
  117. Mode 0666
  118. EndSection
  119.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement