Advertisement
Guest User

tuxtard

a guest
Dec 19th, 2009
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 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. Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
  47. EndSection
  48.  
  49. Section "Device"
  50.  
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  54. ### [arg]: arg optional
  55. #Option "NoAccel" # [<bool>]
  56. #Option "SWcursor" # [<bool>]
  57. #Option "Dac6Bit" # [<bool>]
  58. #Option "Dac8Bit" # [<bool>]
  59. #Option "DMAForXv" # [<bool>]
  60. #Option "ForcePCIMode" # [<bool>]
  61. #Option "CCEPIOMode" # [<bool>]
  62. #Option "CCENoSecurity" # [<bool>]
  63. #Option "CCEusecTimeout" # <i>
  64. #Option "AGPMode" # <i>
  65. #Option "AGPSize" # <i>
  66. #Option "RingSize" # <i>
  67. #Option "BufferSize" # <i>
  68. #Option "EnablePageFlip" # [<bool>]
  69. #Option "Display" # <str>
  70. #Option "PanelWidth" # <i>
  71. #Option "PanelHeight" # <i>
  72. #Option "ProgramFPRegs" # [<bool>]
  73. #Option "UseFBDev" # [<bool>]
  74. #Option "VideoKey" # <i>
  75. #Option "ShowCache" # [<bool>]
  76. #Option "VGAAccess" # [<bool>]
  77. Identifier "Card0"
  78. Driver "r128"
  79. VendorName "ATI Technologies Inc"
  80. BoardName "Rage Mobility M3 AGP 2x"
  81. BusID "PCI:1:0:0"
  82. Option "EnablePageFlip" "on"
  83. Option "DRI" "on"
  84. EndSection
  85.  
  86. Section "Screen"
  87. Identifier "Screen0"
  88. Device "Card0"
  89. Monitor "Monitor0"
  90. DefaultDepth 16
  91. SubSection "Display"
  92. Depth 1
  93. Modes "1024x768"
  94. EndSubSection
  95. SubSection "Display"
  96. Depth 4
  97. Modes "1024x768"
  98. EndSubSection
  99. SubSection "Display"
  100. Depth 8
  101. Modes "1024x768"
  102. EndSubSection
  103. SubSection "Display"
  104. Depth 15
  105. Modes "1024x768"
  106. EndSubSection
  107. SubSection "Display"
  108. Depth 16
  109. Modes "1024x768"
  110. EndSubSection
  111. SubSection "Display"
  112. Depth 24
  113. Modes "1024x768"
  114. EndSubSection
  115.  
  116. EndSection
  117.  
  118. Section "DRI"
  119. Mode 0666
  120. EndSection
  121.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement